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":"75996c11-d404-43fb-991c-df51618fa870","userId":"56e454f3-ffc0-46ee-bcab-2778f41751be","departmentId":"764791e7-7a25-4d5b-8728-9ff5ccfa88e7","areaDepartmentId":"c1316c4d-9158-40f1-8a32-a5d7630596c9","creationDateTime":"2026-06-09T20:04:01.0702147+00:00"},{"id":"7f00fc16-db5a-41a2-bb1b-b3680c6cb3ae","userId":"5fddd777-20f7-4d8d-8fff-8c499f9cf060","departmentId":"98a8f2a1-af43-46c7-b329-a19d823c6ad9","areaDepartmentId":null,"creationDateTime":"2026-06-08T20:04:01.0702147+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