Get Issue Tasks

Use this API to retrieve a list of all tasks for a specific issue.

Path Params
uuid
required

The unique identifier of the issue. This value is obtained using the Get List of Issues API.

Query Params
int32
≥ 0
Defaults to 0

The page number of the results.

int32
1 to 2000
Defaults to 20

The number of results per page.

string
enum
^(taskName|id|priority|createdDate|deadline),(asc|desc)$

The sort criteria that dictates the order of the results.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

Language
Credentials
OAuth2
Missing 2 required scopes
URL
LoadingLoading…
Response
Choose an example:
application/json
*/*