Relesys API Docs

v1.3

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesystest.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":"402ee4d1-8e76-4715-9c08-80bf88b63b31","userId":"1bd4f3ff-3858-4a24-8a87-daea8a9baa15","departmentId":"9040da81-2b1c-4dff-b50b-6587c8d865c1","areaDepartmentId":"fc6f3a5e-d6dc-4e16-8551-035088112cad","serviceFormFillingId":"877eb949-3f57-405b-a101-3ab0e39503cb","creationDateTime":"2026-01-14T15:06:33.0971666+00:00","lastModifiedDateTime":"2026-01-14T15:06:33.0971666+00:00"},{"id":"67435e40-fe7e-4881-9371-c48cc1eaf609","userId":"0428da89-b99d-49d7-bc35-763af8d4aeb7","departmentId":"7f5524b1-4029-4873-b9db-efa5690b1e0b","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-01-13T15:06:33.0971666+00:00","lastModifiedDateTime":"2026-01-14T15:06:33.0971666+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