Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.uat.relesystest.net/api/v1.4/taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
Get a list of subtask completions for subtask with subtaskId that belongs to a task with taskId in a module with moduleId.

Default sort is by creationDateTime in descending order.

areaDepartmentId will be populated only when task's assignee type is "ByDepartmentType".
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
subtaskId string / guid The subtask's unique identifier required
Query String
areaDepartmentId string / guid Filterable optional
creationDateTime datetimeoffset Filterable Sortable optional
departmentId string / guid Filterable optional
id string / guid Filterable optional
userId 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"aea141ad-1a6a-4245-932b-9cb1942f5f95","userId":"16d53702-c050-4d87-ba5c-fcd3d3ba2573","departmentId":"6f68d829-084e-42c8-97ce-bc59cd297f14","areaDepartmentId":"69ca8d95-cbd9-4f2d-a50d-729b50f908f3","creationDateTime":"2026-08-22T00:42:45.5548553+00:00"},{"id":"764742a4-f4e8-436d-a8b5-b882799e610b","userId":"e427a761-e40b-4647-95a3-48da516143c9","departmentId":"3376cdcf-f754-46b0-bf12-23c986fab077","areaDepartmentId":null,"creationDateTime":"2026-08-21T00:42:45.5548553+00:00"}]}
object
  count integer      
  data array[object]      
   areaDepartmentId string / guid      
   creationDateTime datetimeoffset      
   departmentId string / guid      
   id string / guid      
   userId string / guid      
  nextUrl string      
  previousUrl string