Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesysapp.net/api/v1.3/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":"86161ad3-26a2-45fb-8caf-9746a773edce","userId":"9bdb7937-d3ff-4285-9a89-986f4187cc55","departmentId":"839baa1c-a3ae-4624-9922-a4d555e30931","areaDepartmentId":"12ee0e64-1e58-409c-90a6-792908ffd2f5","serviceFormFillingId":"c822f62c-0be5-47f2-a976-f9532332345d","creationDateTime":"2026-04-26T12:04:03.280231+00:00","lastModifiedDateTime":"2026-04-26T12:04:03.280231+00:00"},{"id":"0cb309be-0c39-424c-a330-15671b688d39","userId":"cfd43833-a799-4e24-9d13-54d6e9edd39b","departmentId":"e36a1585-3981-4daa-a710-a7a05f51a959","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-04-25T12:04:03.280231+00:00","lastModifiedDateTime":"2026-04-26T12:04:03.280231+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