Relesys API Docs

v1.3

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesysapp.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":"d318a3ab-5d01-4f4c-ae5c-f2150085b09f","userId":"19846735-cafb-4800-815b-92eea9e56379","departmentId":"f6894ea4-949f-4465-9a0c-f51671c3eabc","areaDepartmentId":"0b539c8c-88cb-4378-b9cb-88f717747cb9","serviceFormFillingId":"ca323750-48c2-4771-a073-d633ba2b4c94","creationDateTime":"2026-04-26T13:45:13.6205439+00:00","lastModifiedDateTime":"2026-04-26T13:45:13.6205439+00:00"},{"id":"035cfe96-5c42-446e-8efb-e4af9884bbbe","userId":"aa6156cd-e8bb-4c6c-9edf-765d6434783b","departmentId":"1d648e5e-b88c-462c-bdf4-54550d8b2118","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-04-25T13:45:13.6205439+00:00","lastModifiedDateTime":"2026-04-26T13:45:13.6205439+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