Tasks
List Chat Tasks
Returns the list of tasks of the specified chat.
get/team-messaging/v1/chats/{chatId}/tasks
Path parameters
chatIdstring required
Internal identifier of a chat
Query parameters
creationTimeTostring
The end datetime for resulting records in ISO 8601 format including timezone, e.g. 2019-03-10T18:23:45Z
creationTimeFromstring
The start datetime for resulting records in ISO 8601 format including timezone, e.g. 2016-02-23T00:00:00
creatorIdstring[]
Internal identifier of a task creator
statusstring[]
Task execution status
assignmentStatus'Unassigned' | 'Assigned'
Task assignment status
assigneeIdstring[]
Internal identifier of a task assignee
assigneeStatus'Pending' | 'Completed'
Task execution status by assignee(-s) specified in assigneeId
pageTokenstring
Token of the current page. If token is omitted then the first page should be returned
recordCountinteger
Number of records to be returned per screen
Response
OK