Task Management
List
GET
/taskmanagementmodules/{moduleId}/tasks
https://api.relesystest.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks
Get a list of tasks in a module with ID
Default sort is by
The return object only includes the recurrence container itself as well as standalone tasks with no recurrence configured. They can be differentiated by checking the
Recurring tasks can be queried separately with Get Task Series By ID endpoint.
For more information on permissions and recurrence rules visit their respective concept pages.
moduleId.Default sort is by
availableFrom in descending order.The return object only includes the recurrence container itself as well as standalone tasks with no recurrence configured. They can be differentiated by checking the
recurrence property, which is based on
iCalendar RFC 5545 standard
and defines how the system creates a list of tasks in a series.assigneeIds is always null in this response due to the potential size of the returned data.
The Get Task By ID endpoint
returns the complete assignee information, and its documentation provides information on all assignee types.Recurring tasks can be queried separately with Get Task Series By ID endpoint.
For more information on permissions and recurrence rules visit their respective concept pages.
Scopes: relesys.api, relesys.api:read, relesys.api.taskmanagement, relesys.api.taskmanagement:read
URL Path
| moduleId | string / guid | The module's unique identifier | required |
Query String
| assignedDepartmentType | string |
Filterable Sortable
|
optional | |
| availableFrom | datetime |
Filterable Sortable
|
optional | |
| availableFromTimeZone | string |
Filterable
|
optional | |
| availableUntil | datetime |
Filterable Sortable
|
optional | |
| availableUntilTimeZone | string |
Filterable
|
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 | |
| recurrence | string |
Filterable
|
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 |