Get All Subtasks

Retrieves the subtasks associated with a task.

Pagination

  • Offset-based pagination and Page-based pagination is supported.

  • Offset-based Pagination is achieved by passing "start" and "limit" query parameters.For example: GET workflow/v1/tasks/{taskId}/subtasks?start=0&limit=20

  • Page-based Pagination is achieved by passing "page" and "size" query parameters.For example: GET workflow/v1/tasks/{taskId}/subtasks?page=0&size=20

Path Params
string
required

Unique identifier of the task.

Query Params
string

Association Entity ID to retrieve.

string

Association Entity Type to retrieve.

string

Task category.

string

The subtask creation date from which the query start from and returning up to current date. (Date Format MM-DD-YYYY)

string

The subtask creation date from which to start the query. (Date Format MM-DD-YYYY)

string

The subtask creation date from which to end the query. (Date Format MM-DD-YYYY)

integer

The maximum number of entities to return as part of the collection.

integer

Zero-based indicator of the page.

boolean

Specify True to indicate partial properties to be returned in the query. The default is False.

string

Comma-separated list of partial properties to be returned. Only applicable if partial is set to True.

integer

Priority number of the task template.

string

Relationship of association.

integer

The maximum number of entities to return as part of the page.

string

Comma-separated list of properties names in which to sort.

integer

Zero-based indicator of first collection entity.

string

Comma-separated list of tags.

string

Comma-separated list of template ids.

string

Comma-separated list of types.

Headers
string
required

Bearer token

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
Response
Choose an example:
application/json