get https://app.asana.com/api/1.0/stories/
Returns the full record for a single story.
Responses
Returns the full record for a single story.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/stories/story_gid \
--header 'accept: application/json'
xxxxxxxxxx
267}
{
"data": {
"gid": "12345",
"resource_type": "story",
"created_at": "2012-02-22T02:06:58.147Z",
"resource_subtype": "comment_added",
"text": "This is a comment.",
"html_text": "<body>This is a comment.</body>",
"is_pinned": false,
"sticker_name": "dancing_unicorn",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"type": "comment",
"is_editable": false,
"is_edited": false,
"hearted": false,
"hearts": [
{
"gid": "12345",
"user": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
}
}
],
"num_hearts": 5,
"liked": false,
"likes": [
{