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":"e18b8ad8-ddcc-4fba-bcfb-e7a70da2d36d","userId":"2fb0229f-e112-4802-93b7-c969646a3337","departmentId":"511a6826-4af0-45c5-a87c-345c371f7e8b","areaDepartmentId":"c3885aec-c61f-4c8e-ada9-9cec056ace28","creationDateTime":"2026-02-25T02:36:26.4044982+00:00"},{"id":"7ed54157-fcfe-4293-8860-339b14770f39","userId":"be7481aa-b475-4f88-bf32-d659bf6da4ab","departmentId":"03ca612e-1dc5-406f-a246-98c1b3f06255","areaDepartmentId":null,"creationDateTime":"2026-02-24T02:36:26.4044982+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