Task History
Query Task History
Query task histories, optionally applying a filter.
Queryable Fields
id-OBJECT_IDtaskId-OBJECT_ID
Required Query Restrictions
When querying for task history, a taskId field and either an $eq or $in term must be
included. Queries without these restrictions will fail.
Permissions
api.tasks.read
POST
Query Task History
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Zero-based page index (0..N)
Required range:
x >= 0The size of the page to be returned
Required range:
x >= 1Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
Response
200 - application/json
OK
Previous
Read Task HistoryRead an existing task history, identified by its ID.
### Permissions
- `api.tasks.read`
Next
Query Task History

