post https://app.asana.com/api/1.0/teams//projects
Creates a project shared with the given team.
Returns the full record of the newly created project.
Responses
Creates a project shared with the given team.
Returns the full record of the newly created project.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/teams/team_gid/projects \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
222}
{
"data": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy",
"archived": false,
"color": "light-green",
"created_at": "2012-02-22T02:06:58.147Z",
"current_status": {
"gid": "12345",
"resource_type": "project_status",
"title": "Status Update - Jun 15",
"text": "The project is moving forward according to plan...",
"html_text": "<body>The project <strong>is</strong> moving forward according to plan...</body>",
"color": "green",
"author": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"modified_at": "2012-02-22T02:06:58.147Z"
},
"current_status_update": {
"gid": "12345",
"resource_type": "status_update",
"title": "Status Update - Jun 15",