Get All Templates

Returns the list of task templates. Return all task template data or a specific set of task templates using the query parameters.

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/items?start=0&limit=20

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

Language