Tasks
Retrieve Tasks
Retrieve a JSON list of all tasks the user has access to
GET
Path Parameters
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
Response
200
tasks.json
JSON object containing an array of all the tasks associated tasks with that teamId, will return an empty array if the request is successful but there are no associated tasks.
The response is of type object[]
.