Series
List
GET
/taskmanagementmodules/{moduleId}/tasks/{parentTaskId}/series
https://api.relesystest.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks/{parentTaskId}/series
Get the task series (recurrence tasks) that belong to a parent task (recurrence container) with ID
Default sort is by
parentTaskId in a module with IDmoduleId.Default sort is by
availableFrom in descending order.isUnsynchronizedWithParent states whether a task’s settings within the series is currently synchronized with the overall settings set by the series.
Once a task is unsynchronized it will not synchronize with the series again.assigneeIds is always null in this response due to the potential size of the returned data.
The Get Task By ID endpoint
provides the complete assignee information, including documentation on all assignee types.
Scopes: relesys.api, relesys.api:read, relesys.api.taskmanagement, relesys.api.taskmanagement:read
URL Path
| moduleId | string / guid | The module's unique identifier | required | |
| parentTaskId | string / guid | The parent task's (recurrence container's) unique identifier | required |
Query String
| assignedDepartmentType | string |
Filterable Sortable
|
optional | |
| availableFrom | datetime |
Filterable Sortable
|
optional | |
| availableUntil | datetime |
Filterable Sortable
|
optional | |
| creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| disableComments | boolean |
Filterable Sortable
|
optional | |
| hideAuthor | boolean |
Filterable Sortable
|
optional | |
| id | string / guid |
Filterable
|
optional | |
| isUnsynchronizedWithParent | boolean |
Filterable Sortable
|
optional | |
| lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| lockByAvailableFrom | boolean |
Filterable Sortable
|
optional | |
| lockByAvailableUntil | boolean |
Filterable Sortable
|
optional | |
| name | string |
Filterable Sortable
|
optional | |
| notifyManagerOfDepartmentType | string |
Filterable Sortable
|
optional | |
| reminderDueSoonIntervalInDays | integer |
Filterable Sortable
|
optional | |
| reminderIntervalInDays | integer |
Filterable Sortable
|
optional | |
| serviceFormId | string / guid |
Filterable
|
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 |