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":"459f426a-1fdb-496d-a2bb-05432b228b17","userId":"79c60021-0a22-4a91-b10e-849fea9eb018","departmentId":"86cc8aa4-f599-4749-8ead-4ce97893d749","areaDepartmentId":"b110fee4-1706-4ecd-a8a6-4299878489a0","serviceFormFillingId":"8a19bb44-3cda-41d0-9f84-84158e424506","creationDateTime":"2026-05-20T02:02:09.762108+00:00","lastModifiedDateTime":"2026-05-20T02:02:09.762108+00:00"},{"id":"4221dccb-7979-4a9d-80cf-3e3653286657","userId":"33d170b3-71cb-49f4-87ad-6c4f8a2348f2","departmentId":"e3bd5404-e58a-4357-913f-9cf55a5d3afe","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-05-19T02:02:09.762108+00:00","lastModifiedDateTime":"2026-05-20T02:02:09.762108+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