Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.uat.relesystest.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":"834ee66a-8756-4296-969b-aab5abf5b625","userId":"8d8d4a5d-bfa7-4adc-b74d-32c4960d9673","departmentId":"49a555e4-7a57-489e-b60a-78890df83d17","areaDepartmentId":"98fb08fb-0dd9-4342-91d5-19f41c40a276","creationDateTime":"2026-04-14T18:14:48.2914285+00:00"},{"id":"4e61d8d1-6868-49fe-a412-55c190eb0942","userId":"a9f84a88-1f91-4459-a58d-a43a5b3ee026","departmentId":"3079d787-e6fe-4ce2-8bf8-8a4380f0d564","areaDepartmentId":null,"creationDateTime":"2026-04-13T18:14:48.2914285+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