v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent - Tasks
Get All Tasks
This endpoint retrieves all tasks.<br><br><h3>Required Scope</h3>content:read or content:write
get/api/v2/content/tasks
Query parameters
nextstring
Retrieves the next batch of tasks. This value expires after 2 minutes if a request has not been made during that time.
limitinteger
The maximum number of tasks to display per page. A maximum of 1000 is allowed.
filter[start_date]string date
Filter criteria that returns tasks created from this date on. Format yyyy-mm-dd.
filter[end_date]string date
Filter criteria that returns tasks created before this date. Format yyyy-mm-dd.
filter[modified_before]string date
Filter criteria that returns tasks modified before this date. Format yyyy-mm-dd.
filter[modified_after]string date
Filter criteria that returns tasks modified after this date. Format yyyy-mm-dd.
filter[internal_only]boolean
Filter criteria that only returns tasks internal to the organization.
Response
Success
Example response
{
"data": [
{
"attributes": {
"groups-with-access": [],
"groups-with-access-ids": []
}
}
]
}