Relesys API Docs

v1.4

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesysapp.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":"d2c3d690-a3aa-4eb1-a969-57c8cbc1c3fa","userId":"9a04fec7-cb59-48ae-a6d4-44c5b102814a","departmentId":"5ee32c8c-053f-48e0-beb2-f2f6740abc9a","areaDepartmentId":"4601d0a2-73bd-47d8-a663-4c82a65343c9","serviceFormFillingId":"8a15671f-4049-4285-a498-cbbce34812c7","creationDateTime":"2026-07-20T07:54:29.8999014+00:00","lastModifiedDateTime":"2026-07-20T07:54:29.8999014+00:00"},{"id":"d081123e-36c3-4720-9c12-c1585d684b72","userId":"968f9f41-b7b0-4762-8275-eb0ebf71e2c7","departmentId":"b057ac7d-d07f-432a-9511-f24c1c344107","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-07-19T07:54:29.8999014+00:00","lastModifiedDateTime":"2026-07-20T07:54:29.8999014+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