GET/tasks/{id}/audit.json
Get a Task's Audit History (Premium and Enterprise plans only)
To get a detailed audit history log for your tasks simply call this endpoint.
Note:
This will only work for premium and enterprise customers.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"audit": [],
"tasklists": {},
"status": "OK",
"createdByUserId": 1,
"companies": {},
"people": {
"1": {
"lastName": "McGill",
"firstName": "Holly",
"id": 1,
"avatarUrl": "",
"company": {
"id": 1,
"name": "Marketing Ltd."
}
}
},
"columns": {},
"createdTime": "2018-05-14T08:54:00Z",
"tags": {}
}