[GET] Task Status List
Last updated
Last updated
Use this request to get information about all the tasks in your Organization (or a filtered subset), including their processing and auditing information.
GET
/api/v1.0/external/sdtask/statuslist?startDate=2022-03-16T16:59:55Z&endDate=2022-04-05T16:59:55Z
Heavy Request
This is a heavy request as it can potentially query a very high number of Tasks. Consider using the request instead if you expect to retrieve a lot of Tasks at once.
startDate
datetime
(optional)
Include tasks created after this date. Required if endDate
is not specified.
endDate
datetime
(optional)
Include tasks created before this date. Required if startDate
is not specified.
taskStatus
The status of the tasks to filter for. To filter with more than one taskStatus
value, simply add another entry to the query string, i.e ?taskStatus=30&taskStatus=31
to filter on status 30 and 31.
integrationStatus
The integration status of the tasks to filter for. To filter with more than one integrationStatus
value, simply add another entry to the query string, i.e ?integrationStatus=1&integrationStatus=2
to filter on status 1 and 2.
workspaceId
integer
(optional)
The ID of the workspace to filter for. To filter with more than one workspaceId
value, simply add another entry to the query string, i.e ?workspaceId=1&workspaceId=2
to filter on workspace ID 1 and 2.
sort
string
(optional)
name of property to sort result values. Sorts by createdOn
by default.
At least one of startDate
or endDate
must be specified.
Response Body GetTaskStatusResponse[]
(optional)
(optional)
This request returns a list of items of the type.