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":"69a2b54d-9d1a-462e-8e51-5e15dde560d2","userId":"c5ef96f6-e5ae-4226-8855-a52ff4cc796e","departmentId":"7bb192f0-371c-4502-b337-35d2a0e64ddc","areaDepartmentId":"b3421431-fa53-44b7-bc23-3adb81af9bbb","creationDateTime":"2026-09-19T09:04:27.9099721+00:00"},{"id":"5097a5fa-22a7-4afe-b333-6daee83dfd1a","userId":"dd3a3be3-545f-4006-8f63-83fe1d2ebb82","departmentId":"5be3dc4e-9dc3-41c7-9bec-296113d493b2","areaDepartmentId":null,"creationDateTime":"2026-09-18T09:04:27.9099721+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