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":"d0ce4334-0692-4d80-9825-3b2ac1c40cf5","userId":"648ce693-c7e4-4c9d-96fe-672e269a21c6","departmentId":"5ccd37f2-5d45-4542-88d4-a8550619ba80","areaDepartmentId":"0a0fc6e1-7f46-4683-969a-9160fe0de695","serviceFormFillingId":"9f3a913f-6632-44ef-acda-c62d48e9b2d0","creationDateTime":"2026-09-19T09:06:13.2015199+00:00","lastModifiedDateTime":"2026-09-19T09:06:13.2015199+00:00"},{"id":"2040b493-10b0-49d7-a8b8-50df18c5315d","userId":"7b5f5ad4-fdfa-444b-9dda-fd80bb13ec03","departmentId":"cf7e9d4a-e9cb-4123-ad19-edfec74e85dd","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-09-18T09:06:13.2015199+00:00","lastModifiedDateTime":"2026-09-19T09:06:13.2015199+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