get https://api.elliemae.com/workflow/v1/templates/task/items//subtasks
Retrieve subtask templates.
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/task/items/{taskTemplateId}/subtasks?start=0&limit=20
- Page-based pagination is achieved by passing "page" and "size" query parameters. For example: GET /workflow/v1/templates/task/items/{taskTemplateId}/subtasks?page=0&size=20