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":"7d178cce-1042-4ca0-aede-cec3a4f27a1f","userId":"3a25acbf-e073-4480-a3ab-ea3dd5905a30","departmentId":"969eac38-5036-43d4-b5c5-2bf5950f8201","areaDepartmentId":"830e64f2-3874-4405-bea7-a283fe58e24c","creationDateTime":"2026-03-17T05:05:59.479698+00:00"},{"id":"d97c78a7-37d4-447a-833d-6f8c31052958","userId":"1244f54c-6024-422a-8faa-cc70b43eca6a","departmentId":"3a33c9d7-8b0c-4d01-b6b7-c1336eb556c4","areaDepartmentId":null,"creationDateTime":"2026-03-16T05:05:59.479698+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