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":"6db21383-7f82-4e3a-89b2-54d37a2cdf61","userId":"312fdea0-e038-4387-9ebc-cf281d931159","departmentId":"2d6a0e74-a78e-47e3-974c-a1374d4bfec3","areaDepartmentId":"cb2530d6-e4b1-456c-a79c-49a9aae3d89a","serviceFormFillingId":"082d7510-16ca-4ea1-b040-c79ce15770b4","creationDateTime":"2026-08-09T15:58:46.9730626+00:00","lastModifiedDateTime":"2026-08-09T15:58:46.9730626+00:00"},{"id":"de08563b-4dc5-45e9-8ae7-ec138210086f","userId":"98f15753-b4c1-47fb-b434-39866ba336c4","departmentId":"728a6fb0-6753-4f0d-b0ee-69b0c318c87c","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-08-08T15:58:46.9730626+00:00","lastModifiedDateTime":"2026-08-09T15:58:46.9730626+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