get https://app.asana.com/api/1.0/status_updates/
Returns the complete record for a single status update.
Responses
Returns the complete record for a single status update.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/status_updates/status_update_gid \
--header 'accept: application/json'
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,
"likes": [