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":"81e021ce-821b-4308-9e3a-48528136b264","userId":"dbe043fc-6495-45c0-96fd-c7b1ec207fac","departmentId":"74449754-0b3d-4764-a749-e870544c5f24","areaDepartmentId":"cdcb7430-a19a-4f46-b5b0-97d16faf51e7","serviceFormFillingId":"6a4aef89-17bb-4688-9860-f0d39eb01866","creationDateTime":"2026-08-30T06:10:26.9962316+00:00","lastModifiedDateTime":"2026-08-30T06:10:26.9962316+00:00"},{"id":"21f0bc80-6b44-4239-a0a9-e1a4eb6024d4","userId":"e99d8497-c351-4962-95f1-6d33856a6a3a","departmentId":"2f079923-3d64-4f38-8feb-e2cbfa32e151","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-08-29T06:10:26.9962316+00:00","lastModifiedDateTime":"2026-08-30T06:10:26.9962316+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