Relesys API Docs

v1.4

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.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":"9f1b5c52-6381-4754-aae0-aad81373b3ee","userId":"976ab2c7-366a-4014-ae94-8867f552c67d","departmentId":"a047985b-f120-46cb-98b2-7974ec8bc981","areaDepartmentId":"f8b5c3c2-f701-47db-aa5d-fdfdce956fab","serviceFormFillingId":"dc35736b-a6ba-4955-98b6-ca148111ba0d","creationDateTime":"2026-08-21T23:34:14.9149501+00:00","lastModifiedDateTime":"2026-08-21T23:34:14.9149501+00:00"},{"id":"62aadc65-decf-4d8b-9a6a-4182a9ba84d1","userId":"e674858a-aa5d-42d0-847a-4f96c7bc6258","departmentId":"99767c1c-6a30-4c8f-a6b3-c608b2646f3d","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-08-20T23:34:14.9149501+00:00","lastModifiedDateTime":"2026-08-21T23:34:14.9149501+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