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":"a389b920-7449-47a9-bf67-ea77dc2cc596","userId":"c7972560-1c8d-4996-b556-a20ee14594f0","departmentId":"c74e18ee-d7bd-47f7-b54a-41c30903f5fb","areaDepartmentId":"01e72520-448b-4046-9536-df202da36512","creationDateTime":"2026-06-22T17:45:41.6350904+00:00"},{"id":"baa1cd7c-026b-4cf9-b92f-0226f08977e1","userId":"5284b336-5b74-45cf-8c98-0a94e72f3c70","departmentId":"ae4023d8-1337-4b77-9602-7c295daf3cc6","areaDepartmentId":null,"creationDateTime":"2026-06-21T17:45:41.6350904+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