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":"07699be1-891b-46a1-9967-407f8872a560","userId":"57444b31-aaea-427f-a6cf-33b92d2e38df","departmentId":"573ccb8c-cf2b-4808-988d-a66f0d61eceb","areaDepartmentId":"3cece825-47c8-4c59-8b59-773455366838","creationDateTime":"2026-04-06T08:54:48.6046464+00:00"},{"id":"e21deeb1-5889-49be-b47a-c2888e57bd13","userId":"65a4fd45-75de-4d02-afd6-3ea81b8a7af4","departmentId":"6bb7e960-d8df-4750-97bc-936931a188e6","areaDepartmentId":null,"creationDateTime":"2026-04-05T08:54:48.6046464+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