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":"1fd8d412-c25c-40b1-b9d5-3fb9f9ebf1ab","userId":"fa0f403b-25e6-48b0-96e8-3c0163d9f81c","departmentId":"3c665479-ed98-4f96-afe4-4f5fa8813ad6","areaDepartmentId":"9f2fc655-0330-479f-8aa3-d2b8c6058e74","creationDateTime":"2026-06-30T01:06:53.0036448+00:00"},{"id":"d8ad0168-07eb-49e1-a8cc-cf8c211c8655","userId":"602940d8-6425-426c-9474-64ac8bcb9cf2","departmentId":"d4aff46c-6164-49d1-99b3-e2057982ae37","areaDepartmentId":null,"creationDateTime":"2026-06-29T01:06:53.0036448+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