Relesys API Docs

v1.3

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesysapp.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
Get a list of task completions.

Default sort is by lastModifiedDateTime 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
Query String
areaDepartmentId string / guid Filterable optional
creationDateTime datetimeoffset Filterable Sortable optional
departmentId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
serviceFormFillingId 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":"d1e9162c-48bc-49a6-8a4f-95dd1b675dc9","userId":"695a123d-7ac3-4322-8b89-cf14b7cdb010","departmentId":"da80fae6-9ad1-4f36-acc3-99e29133c7dd","areaDepartmentId":"925a193d-6272-4cd1-8da2-4fea057823b7","serviceFormFillingId":"6c4a2d94-0d0b-4f57-a9cb-c01b7803411e","creationDateTime":"2026-03-17T05:00:49.1362551+00:00","lastModifiedDateTime":"2026-03-17T05:00:49.1362551+00:00"},{"id":"3abe3e7c-ca89-45ad-b25e-f3778c70f647","userId":"75efcfa3-e7d5-44d1-a924-14491fb0614e","departmentId":"add0169a-d578-4599-a5b8-1e7c45b949b1","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-03-16T05:00:49.1362551+00:00","lastModifiedDateTime":"2026-03-17T05:00:49.1362551+00:00"}]}
object
  count integer      
  data array[object]      
   areaDepartmentId string / guid      
   creationDateTime datetimeoffset      
   departmentId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   serviceFormFillingId string / guid      
   userId string / guid      
  nextUrl string      
  previousUrl string