Subtasks
List
GET
/taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks
https://api.relesystest.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks
Get a list of subtasks for task with
Default sort is by
taskId in a module with moduleId.Default sort is by
sortOrder in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.taskmanagement, relesys.api.taskmanagement:read
URL Path
| moduleId | string / guid | The module's unique identifier | required | |
| taskId | string / guid | The task's unique identifier | required |
Query String
| creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| id | string / guid |
Filterable
|
optional | |
| name | string |
Filterable Sortable
|
optional | |
| sortOrder | integer |
Filterable Sortable
|
optional | |
| sort | string | Comma separated sort order based on sortable properties | optional | |
| offset | integer | Offset value for use in pagination | Default: 0 | optional |
| limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |