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":"fee1cd8a-930d-4ab6-9a78-632d05116338","userId":"d7ae752b-846a-41aa-ab9b-be527edf8188","departmentId":"7568c130-67a0-4a0f-82ab-c2a084ee137b","areaDepartmentId":"2984ec96-09b7-4fe5-b970-073348a9cd4b","serviceFormFillingId":"b3db63d4-a231-41c2-80c4-fd4e04819c73","creationDateTime":"2026-02-25T02:38:09.1275715+00:00","lastModifiedDateTime":"2026-02-25T02:38:09.1275715+00:00"},{"id":"8db2c0f4-c4ed-4512-812b-72601f991215","userId":"20e11742-02ac-4749-89af-fd9b0bccd8d9","departmentId":"ab368df1-7c7e-4c81-91b6-19c99a3ff021","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-02-24T02:38:09.1275715+00:00","lastModifiedDateTime":"2026-02-25T02:38:09.1275715+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