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":"2591ceef-fb71-4906-ab98-a5abbb1b863a","userId":"02606eda-8e44-4444-a2e0-7bebcca04001","departmentId":"22187a63-08ce-4dfc-9702-d1ec2d571a81","areaDepartmentId":"f3b23b1b-7bbe-4729-baa2-5b43c8655ad7","creationDateTime":"2026-08-09T14:11:46.7887406+00:00"},{"id":"f954e849-9e5e-4143-9e7e-15fd2b67187e","userId":"75f2cc4b-13f2-4717-9538-e8953b87d91f","departmentId":"cf51362a-4a1e-4c34-8776-5c145e72ecfb","areaDepartmentId":null,"creationDateTime":"2026-08-08T14:11:46.7887406+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