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":"053bb177-bc38-4d63-9afe-23c0b762992a","userId":"78126df6-3d5e-4b9e-bbf1-25ad43647584","departmentId":"a8e70fda-eacd-4041-991a-90442b456d1c","areaDepartmentId":"882efbfc-b4f2-4249-93e0-7244799f1688","serviceFormFillingId":"d47daed5-46f8-4296-ae5c-94eae2e30ced","creationDateTime":"2026-05-20T01:02:41.2949997+00:00","lastModifiedDateTime":"2026-05-20T01:02:41.2949997+00:00"},{"id":"0c56432b-ac15-463b-9c1c-96887ffeacb2","userId":"fc29dcac-e5c3-434e-a266-79a1666eccb1","departmentId":"a1e8640b-dd79-4be8-a80b-9d3790613333","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-05-19T01:02:41.2949997+00:00","lastModifiedDateTime":"2026-05-20T01:02:41.2949997+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