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":"598efa33-dcaa-4b13-afde-ac91786c736c","userId":"c37e20ab-265f-448f-8ad4-7a5e002ded6e","departmentId":"cff6d8fc-a7bf-4faa-89dc-1ab380012ebc","areaDepartmentId":"9cd9cb35-5165-47f3-8bb8-300a936bee4d","serviceFormFillingId":"693c47bd-4090-48bb-a9f8-dd8165bbe6fb","creationDateTime":"2026-08-22T00:43:24.638516+00:00","lastModifiedDateTime":"2026-08-22T00:43:24.638516+00:00"},{"id":"58b14baf-dd6b-48b5-b769-70d0c9335530","userId":"f24c7495-9499-43ba-a1a0-d8a2fcfc5548","departmentId":"8fbfeaec-f26f-4f65-8a2b-80d6c1bfd02f","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-08-21T00:43:24.638516+00:00","lastModifiedDateTime":"2026-08-22T00:43:24.638516+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