Get All Task Group Templates

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

🚧

Deprecation Notice

This API endpoint is being deprecated in the 24.3 release scheduled for Q4 2024. If you are currently using this API endpoint, please begin efforts to discontinue further usage before release 24.3.

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/templates/taskgroup/items?start=0&limit=20
  • Page-based pagination is achieved by passing "page" and "size" query parameters. For example: GET /workflow/v1/templates/taskgroup/items?page=0&size=20
Language