Task Management
Get
GET
/taskmanagementmodules/{moduleId}/tasks/{taskId}
https://api.relesystest.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks/{taskId}
Get the task with ID
All types of tasks can be queried with this endpoint: standalone tasks, recurrence containers as well as individual tasks in a recurring series.
These types can be differentiated by the following properties:
There are the following assignee types:
taskId in a module with IDmoduleId.All types of tasks can be queried with this endpoint: standalone tasks, recurrence containers as well as individual tasks in a recurring series.
These types can be differentiated by the following properties:
- Recurrence container - has
recurrenceproperty - Recurrence task - has
parentIssueTokenproperty - Standalone task - does not have
recurrenceorparentIssueTokenproperties
recurrence is based on iCalendar RFC 5545 standard
and defines how the system creates a list of tasks in a series.There are the following assignee types:
- Everyone - all users that have access to the task are required to complete it.
NOTE:assigneeIdsproperty is not populated in such scenario. - ByDepartmentType - at least one user per department type is required, with hierarchical departments included if they exist.
assignedDepartmentTypeproperty is populated in such cases. - SelectedUsers_AtLeastOne - at least one user listed in
assigneeIdsis required to complete the task. - SelectedUsers_RequireAll - all users listed in
assigneeIdsare required to complete the task.
Scopes: relesys.api, relesys.api:read, relesys.api.taskmanagement, relesys.api.taskmanagement:read