Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.relesystest.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":"14a47ce2-397c-4963-ab11-942903faf29c","userId":"17bb291e-9e16-4b86-8045-8e682a16aed8","departmentId":"64b6ed28-debf-4325-9a93-be77b6aceeee","areaDepartmentId":"dba49f8e-92e9-47a6-80e5-fd44f94a4fc7","creationDateTime":"2026-06-10T18:04:25.8092542+00:00"},{"id":"85e5f03a-99b1-473c-b844-a3605880000a","userId":"b5161d90-63d7-4e65-aeab-29b701d43d7a","departmentId":"4297c246-8de8-4022-b523-953bcb784c75","areaDepartmentId":null,"creationDateTime":"2026-06-09T18:04:25.8092542+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