Relesys API Docs

v1.3

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

Subtask Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/subtasks/{subtaskId}/completions
https://api.relesysapp.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":"3c4605a8-7c81-4f5e-803d-61cae304b501","userId":"1d4d0499-408d-468e-899b-a8a7f87a3ade","departmentId":"e0ac7d4d-8384-45fe-a86c-17d550a3493c","areaDepartmentId":"c3af616e-e403-4808-bf44-8f28ba24ed1b","creationDateTime":"2026-02-12T18:38:01.8659117+00:00"},{"id":"794d9107-97bb-47b8-8826-94062f5ac455","userId":"285b44b9-be33-4524-be61-44c8209a5eb1","departmentId":"0bcbbc70-a577-4a75-b04c-8c5e31a504bc","areaDepartmentId":null,"creationDateTime":"2026-02-11T18:38:01.8659117+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