Relesys API Docs

v1.4

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

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.relesysapp.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":"0ed03ca8-6ab8-41bd-9097-79a221bcbd9a","userId":"ef897598-2eac-4688-9778-6d2a31041272","departmentId":"6c5deefe-e438-4e86-a297-cc788941364a","areaDepartmentId":"1dd820a8-51b9-4022-8401-683a4a2534fb","creationDateTime":"2026-08-30T06:08:27.3661443+00:00"},{"id":"ec102984-1a40-480f-81ee-a3d4b30fffdc","userId":"6a496960-c06d-473d-9c07-ea11e36a2394","departmentId":"bc123de3-ba11-4671-9c36-ce08d58f6b60","areaDepartmentId":null,"creationDateTime":"2026-08-29T06:08:27.3661443+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