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":"22b1aa85-ed45-46ef-99a3-5c304bd4263a","userId":"977b6cd7-3697-4701-a47c-72e110482756","departmentId":"8c569b41-7a25-46c5-8834-1f9db7bf90f5","areaDepartmentId":"84286ce1-8bbf-44b0-8398-72f36c5a94c5","creationDateTime":"2026-08-09T15:51:27.3301732+00:00"},{"id":"37c4a71f-91a0-415e-b650-c02aa6cb0a4f","userId":"d820c65f-7430-40c6-ac71-994ed322d51e","departmentId":"59498296-5ccd-43cb-b7cf-e39e4df1bd33","areaDepartmentId":null,"creationDateTime":"2026-08-08T15:51:27.3301732+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