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":"50d63029-148c-4c26-ab8e-44523e1066d3","userId":"78f79dd6-a4a9-412b-ab1a-b24b4c6d6780","departmentId":"f70d710d-86f2-452d-9325-53166945dc0f","areaDepartmentId":"5d712e27-f7bd-49f4-8aed-a796d33fcf73","serviceFormFillingId":"d236f15b-a6aa-4fd1-ac48-7df08143d01f","creationDateTime":"2026-06-09T20:04:51.1566357+00:00","lastModifiedDateTime":"2026-06-09T20:04:51.1566357+00:00"},{"id":"3b33ea13-a56d-4686-81e0-6f9ecf971e43","userId":"4c3d6dfb-48c4-4029-9276-00a21a3b0e55","departmentId":"74c5a057-7fe0-474d-9bba-d13204d54eb8","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-08T20:04:51.1566357+00:00","lastModifiedDateTime":"2026-06-09T20:04:51.1566357+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