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":"7f58c2d1-5368-4711-aa9a-b7730c97f0d1","userId":"e74658e5-9a87-4e7a-a921-f0b691003e02","departmentId":"259ee673-30f4-4f0a-9491-e05b03959d02","areaDepartmentId":"b2ccf7cf-e55b-465b-979d-7945f483578c","creationDateTime":"2026-06-09T18:41:24.1229426+00:00"},{"id":"52d6df19-2c7d-4497-bda8-d8c0cc053841","userId":"d768bca8-8f7a-42f4-8843-683db880dfa7","departmentId":"c0597ff6-efa6-48f4-afa7-e5260b40fa54","areaDepartmentId":null,"creationDateTime":"2026-06-08T18:41:24.1229426+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