Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.relesysapp.net/api/v1.3/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":"d63500e7-47c4-4955-9cd4-a8a704891d3b","userId":"4f24e825-1b6c-4dcb-9a73-5264415a5cb8","departmentId":"1d65f217-fee4-4081-b97e-f981b4713f31","areaDepartmentId":"b3b70e51-2fef-4dbb-baed-83e750e8c8a1","creationDateTime":"2026-02-03T01:32:17.2770743+00:00"},{"id":"996a01f7-57b2-479a-85c4-5f40f0317327","userId":"9bd98bae-ce87-4f36-b39c-4edec373d7bb","departmentId":"759b3baa-ce41-473e-bb92-1944147ab784","areaDepartmentId":null,"creationDateTime":"2026-02-02T01:32:17.2770743+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