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":"fe2dc128-ee6d-40e0-aaf2-f99d370167ee","userId":"57959c3b-6041-4262-95e8-06ea00c56dfc","departmentId":"d5b46031-3e30-4a83-a786-b3bc7dc36e60","areaDepartmentId":"03e7621d-5c84-4dec-9000-3da621796c50","serviceFormFillingId":"8f40c458-78a3-4890-9a77-5e285b18126f","creationDateTime":"2026-06-11T18:03:32.6760775+00:00","lastModifiedDateTime":"2026-06-11T18:03:32.6760775+00:00"},{"id":"81b161bb-c5b2-470d-a7df-eefd98b170b2","userId":"db976b08-cc00-4a62-9c43-5d5031ef9eaf","departmentId":"8849fc8f-26dc-48e0-a115-6dfe7918e592","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-10T18:03:32.6760775+00:00","lastModifiedDateTime":"2026-06-11T18:03:32.6760775+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