GET/tasks/{taskId}/activity.json
Get Task Activity
Path Params
- Name
taskId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"activity": [
{
"project-id": "1",
"itemid": "1",
"from-user-avatar-url": "",
"description": "First task 1",
"forusername": "",
"publicinfo": "task",
"foruserid": "",
"itemlink": "tasklists/1",
"datetime": "2018-05-21T10:01:08Z",
"activitytype": "edited",
"link": "tasks/1",
"extradescription": "Inbox",
"isprivate": "0",
"id": "1",
"due-date": "",
"fromusername": "Holly M.",
"type": "task",
"for-user-avatar-url": "",
"userid": "1"
},
{
"project-id": "1",
"itemid": "1",
"from-user-avatar-url": "",
"description": "First task 1",
"forusername": "",
"publicinfo": "task",
"foruserid": "",
"itemlink": "tasklists/1",
"datetime": "2018-05-21T09:45:23Z",
"activitytype": "new",
"link": "tasks/1",
"extradescription": "Inbox",
"isprivate": "0",
"id": "1",
"due-date": "",
"fromusername": "Holly M.",
"type": "task",
"for-user-avatar-url": "",
"userid": "189419"
}
],
"STATUS": "OK"
}