latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

typestring
statusstring[]
group_idsinteger[]
user_idsinteger[]
creation_date_startstring
creation_date_endstring
limit_countinteger
limit_offsetinteger
order_bystring
order_directionstring

Response

Successful operation — returns the list of matching tasks.

teamIdinteger
userIdinteger
type_idinteger
datastring nullable
detailsstring nullable
typestring nullable
priorityinteger
createdByinteger
statusstring nullable
scheduledDatestring date-time
deletionDatestring date-time

Example response

[
  {
    "type_id": 1,
    "type": "type1",
    "status": "PENDING",
    "scheduledDate": "2018-08-12T12:12:40.53Z",
    "deletionDate": "2018-08-12T12:12:40.53Z"
  }
]