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":"8e67143a-9716-4393-b60d-29425fda94e5","userId":"4b77bf96-348b-4c82-adc5-10853c0f1201","departmentId":"4be799c6-1f04-48cc-83db-5d3a3be34b52","areaDepartmentId":"7e209f01-a236-42c3-ab5d-d62f74e35c25","creationDateTime":"2026-04-26T13:37:54.0534543+00:00"},{"id":"f2206996-4301-42c6-b31b-178d821a92cc","userId":"1ea2cded-2161-4198-a931-8608239e63c0","departmentId":"bbcb45b5-98d2-406a-accf-c37c46e5422d","areaDepartmentId":null,"creationDateTime":"2026-04-25T13:37:54.0534543+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