Relesys API Docs

v1.3

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

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.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":"ba996969-fda6-4bcb-a640-2e2f6c823951","userId":"85c6c070-aca0-4099-9705-620cdc97d181","departmentId":"f433b9d5-7d5a-4dad-9564-8ed60d9aea4e","areaDepartmentId":"d06b0f76-501c-4776-995c-65c47049e655","creationDateTime":"2026-04-15T10:46:59.4737585+00:00"},{"id":"0c9c40f3-cefe-4149-9db0-09b5b2bae796","userId":"4da7eb94-f7ec-49c0-98fe-13a5128e7d77","departmentId":"dad7d56a-d5cc-430b-99b1-09cb818a3acf","areaDepartmentId":null,"creationDateTime":"2026-04-14T10:46:59.4737585+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