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":"cc81e1de-6844-44cb-9256-d298028c59c5","userId":"ac22ae07-fe7f-4082-950a-fe4027b74d46","departmentId":"865a33fb-fb7d-484b-b549-3b7380e9d6d8","areaDepartmentId":"51cb4916-b4e1-47ce-889f-d9cc5cc1947e","creationDateTime":"2026-06-11T16:49:42.4888897+00:00"},{"id":"01e03284-b3a2-409e-a019-914146222042","userId":"fc33e4b8-3309-42a9-8a21-d0a372186abf","departmentId":"6a5bbdfd-6dce-4f41-a758-e6051311aad1","areaDepartmentId":null,"creationDateTime":"2026-06-10T16:49:42.4888897+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