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":"37177165-ec3b-4648-905d-cfb1b3431321","userId":"d6b8f2f1-8dc4-41e3-9b74-ed9acc3b67bb","departmentId":"f08647ae-ce44-470f-8aea-018de841c177","areaDepartmentId":"5b849fb7-0fc9-4b2a-a637-8732721ff327","creationDateTime":"2026-04-26T12:05:21.2267148+00:00"},{"id":"0a6534e9-12ee-4ccc-98b3-934308aa984d","userId":"d6abf19a-68e7-4078-bdcb-64e0a2663b72","departmentId":"ea99b338-17df-4c43-b694-8a80cd5c1e5a","areaDepartmentId":null,"creationDateTime":"2026-04-25T12:05:21.2267148+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