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":"a99c98f7-a4b7-4027-aaab-34408b8a241e","userId":"e6f28c6c-0fb5-4302-8859-67e5a994957f","departmentId":"d3ff12a0-b48b-4847-910a-55449dfd100a","areaDepartmentId":"0285322b-20dc-4c57-80c2-6a88db5cc77f","serviceFormFillingId":"bc9db80b-bb39-4d56-8959-d58f35843d00","creationDateTime":"2026-06-09T18:31:08.149067+00:00","lastModifiedDateTime":"2026-06-09T18:31:08.149067+00:00"},{"id":"a0aafcf8-9235-45a0-835c-12fe836a762c","userId":"bb1216f3-b4b0-499e-99e9-b185667ad783","departmentId":"3ba56fae-8190-4e81-8106-f090e97258cd","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-08T18:31:08.149067+00:00","lastModifiedDateTime":"2026-06-09T18:31:08.149067+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