task
Get team tasks
Retrieves tasks for your team based on the provided filters.
Permission: No specific permission required. A valid API key is sufficient.
Monitoring: No impact.
post/tasks/team
Request body
Response
Successful operation — returns the list of matching tasks.
Example response
[
{
"type_id": 1,
"type": "type1",
"status": "PENDING",
"scheduledDate": "2018-08-12T12:12:40.53Z",
"deletionDate": "2018-08-12T12:12:40.53Z"
}
]