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":"0ff82319-df7f-4a72-8032-013ac387fc5b","userId":"f0ecc4f6-4d04-4e7b-aee2-c1228d783d34","departmentId":"e635776c-12e3-4ae6-b202-f724f32e546a","areaDepartmentId":"1d68edbe-e5fb-409e-9817-2a97c6969936","serviceFormFillingId":"58720298-f9a6-4bbe-b001-8668f01c145c","creationDateTime":"2026-08-09T14:15:46.8492577+00:00","lastModifiedDateTime":"2026-08-09T14:15:46.8492577+00:00"},{"id":"663512e0-005d-4762-b135-329b694cbaa9","userId":"cc4b801a-f67c-4eee-91e8-7f0d70401529","departmentId":"daefe1af-5cf0-4515-9ba6-562ab6d49acf","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-08-08T14:15:46.8492577+00:00","lastModifiedDateTime":"2026-08-09T14:15:46.8492577+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