Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.uat.relesystest.net/api/v1.4/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":"f81c2aca-e3f9-4b6b-bba6-eeda1da1f42b","userId":"bb36d7a7-bf00-44df-a99b-cb2b2595d29a","departmentId":"9d3a27c0-37bf-4d3f-af79-873dce401521","areaDepartmentId":"b09fee47-2523-4252-b645-bf7b5a809933","serviceFormFillingId":"57ddf4fa-57d8-4cdb-afaf-19f5d24e8f15","creationDateTime":"2026-06-22T16:21:59.8268167+00:00","lastModifiedDateTime":"2026-06-22T16:21:59.8268167+00:00"},{"id":"9770a50d-ec7d-442d-91b5-3894f3342c9d","userId":"2e710445-2f29-405a-a28c-1bc6f36e0fd8","departmentId":"746284df-72b2-485c-a47c-fb854e3c7b46","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-21T16:21:59.8268167+00:00","lastModifiedDateTime":"2026-06-22T16:21:59.8268167+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