Relesys API Docs

v1.4

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

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.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":"5cf2c2f3-41a9-4220-86ce-df47e72df058","userId":"79e0842a-883a-456f-a148-8d127780f01c","departmentId":"1f347564-00ce-458a-976f-217978e26561","areaDepartmentId":"3e31843f-d1e4-45cd-83e1-1b5667692d25","creationDateTime":"2026-06-10T19:10:07.1496553+00:00"},{"id":"9935eaa3-12f1-4a09-ad49-bc8699b993d2","userId":"605d8582-17b4-4b4f-9464-d119b011b417","departmentId":"58eeadd3-90f9-4ab5-a411-1caaeba023bc","areaDepartmentId":null,"creationDateTime":"2026-06-09T19:10:07.1496553+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