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":"a9df16d1-9385-42a6-bc53-43ae22ea84b5","userId":"d8923d2b-b379-4c39-b2be-5c9d2a6c35d9","departmentId":"68f4f77f-f8bb-4a72-9bdb-9892e35e9ae6","areaDepartmentId":"ba3a0699-c673-42ab-9fc1-d7ad682d2593","creationDateTime":"2026-06-30T02:14:48.9732215+00:00"},{"id":"33f8fb97-c57e-416b-b3eb-c7df7ff21dad","userId":"b240b617-0b84-4ced-90b0-a225550de77a","departmentId":"636fcc80-b36f-4493-82b3-46ec8e2c81e4","areaDepartmentId":null,"creationDateTime":"2026-06-29T02:14:48.9732215+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