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":"fae8a8f9-c9cf-4dde-af4d-6938f5f5e987","userId":"ff3817fd-11c1-48b1-90b9-7e6b489e73df","departmentId":"1027ff74-5835-4e1b-ba50-c47a36780119","areaDepartmentId":"57eee1fe-fc40-428e-9379-bd43a0f8e2b6","serviceFormFillingId":"4580f685-3083-4106-b41e-383f5fe4be6b","creationDateTime":"2026-06-22T17:48:27.2744708+00:00","lastModifiedDateTime":"2026-06-22T17:48:27.2744708+00:00"},{"id":"e2cd1f5a-3af9-4705-a0d1-0a665ee108cf","userId":"3b8aec3e-e679-4b8d-9bc5-1ff8efc45d19","departmentId":"df4228c3-bcad-438d-9fb7-6a327e80c99a","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-21T17:48:27.2744708+00:00","lastModifiedDateTime":"2026-06-22T17:48:27.2744708+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