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":"76f593dd-1d4d-4fb7-a66f-3e5dc69dd700","userId":"4d9221b3-4d3c-41d6-80a7-22d2437f86dd","departmentId":"aeaa5b58-9e48-4ffb-82d6-b09b0bdd3be3","areaDepartmentId":"a6bd4c29-0eb2-46ce-8932-d63936ae51d6","creationDateTime":"2026-05-20T01:03:38.1992151+00:00"},{"id":"5baa48a0-7833-4172-a538-a2f632a93a01","userId":"be05bb0a-634d-432e-b935-b9c60d43b607","departmentId":"cd2488ae-de56-4894-a7ad-c5f90fdf9571","areaDepartmentId":null,"creationDateTime":"2026-05-19T01:03:38.1992151+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