post https://app.asana.com/api/1.0/status_updates
Creates a new status update on an object.
Returns the full record of the newly created status update.
Responses
Creates a new status update on an object.
Returns the full record of the newly created status update.
xxxxxxxxxx
11curl --request POST \
--url https://app.asana.com/api/1.0/status_updates \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"status_type": "on_track"
}
}
'
xxxxxxxxxx
52}
{
"data": {
"gid": "12345",
"resource_type": "status_update",
"title": "Status Update - Jun 15",
"resource_subtype": "project_status_update",
"text": "The project is moving forward according to plan...",
"html_text": "<body>The project <strong>is</strong> moving forward according to plan...</body>",
"status_type": "on_track",
"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"
},
"hearted": true,
"hearts": [
{
"gid": "12345",
"user": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
}
}
],
"liked": true,