Created
December 17, 2015 02:18
-
-
Save gane5h/dd36c4629af74e608172 to your computer and use it in GitHub Desktop.
Asana Story Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"created_at": "2015-12-17T02:02:18.858Z", | |
"created_by": { | |
"id": 702942504735, | |
"name": "Ganesh Swami" | |
}, | |
"id": 74602192326071, | |
"text": "changed the due date to December 31", | |
"type": "system" | |
}, | |
{ | |
"created_at": "2015-12-17T02:02:42.077Z", | |
"created_by": { | |
"id": 702942504735, | |
"name": "Ganesh Swami" | |
}, | |
"id": 74602192326073, | |
"text": "hoo haa", | |
"type": "comment" | |
}, | |
{ | |
"created_at": "2015-12-17T02:02:47.734Z", | |
"created_by": { | |
"id": 702942504735, | |
"name": "Ganesh Swami" | |
}, | |
"id": 74602192326074, | |
"text": "changed the due date to December 29", | |
"type": "system" | |
}, | |
{ | |
"created_at": "2015-12-17T02:03:01.199Z", | |
"created_by": { | |
"id": 702942504735, | |
"name": "Ganesh Swami" | |
}, | |
"id": 74602192326076, | |
"text": "hoo haa 2", | |
"type": "comment" | |
}, | |
{ | |
"created_at": "2015-12-17T02:03:07.228Z", | |
"created_by": { | |
"id": 702942504735, | |
"name": "Ganesh Swami" | |
}, | |
"id": 74602192326078, | |
"text": "completed this task", | |
"type": "system" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment