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":"5f45fddc-6a73-4c81-86e4-46a5cdea2f8d","userId":"3ee6539a-93c3-444e-9e17-c8e34f37083b","departmentId":"82efc8ea-8cc2-4bb2-9a6d-039d5f3c887f","areaDepartmentId":"30edfb82-0122-43b1-b597-140fb40ddb02","creationDateTime":"2026-07-20T07:52:17.773906+00:00"},{"id":"763a6a02-2c6b-4bf3-9920-2d8d35b02318","userId":"e2b72adc-92c3-4a6e-bc2a-a156ce736f9c","departmentId":"aff49487-0c1a-4cf2-bff2-3114679cbe1b","areaDepartmentId":null,"creationDateTime":"2026-07-19T07:52:17.773906+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