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":"c2d56015-9d8a-4ac3-a40d-2998e64f165e","userId":"243d73e7-3648-472e-908f-fda9f356d381","departmentId":"26e43e33-2e37-4f13-9a46-82334e5a757c","areaDepartmentId":"ce869fb9-53c1-4454-bbba-f7e6a3a188a3","serviceFormFillingId":"444b02fa-87c6-460f-8142-7a525676b2af","creationDateTime":"2026-06-30T01:09:30.0744096+00:00","lastModifiedDateTime":"2026-06-30T01:09:30.0744096+00:00"},{"id":"13740993-60f5-44d4-9ae2-54e47f0f7da1","userId":"24765291-6fd6-458f-b446-9935c82d9540","departmentId":"e6abcd62-207a-495d-ac27-2c8c35ee3a3b","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-29T01:09:30.0744096+00:00","lastModifiedDateTime":"2026-06-30T01:09:30.0744096+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