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":"20cc226b-74b7-44ad-a843-7ac38c81c434","userId":"e945f5e8-8355-4053-904e-9eb29c745107","departmentId":"93a90e11-7024-439b-87d5-96920ee7b32a","areaDepartmentId":"8b879db3-aabd-47c1-a3c8-0e2e433e47dd","serviceFormFillingId":"148f8841-4489-4dc0-8699-54cdc5e74ecc","creationDateTime":"2026-06-30T02:21:50.5105917+00:00","lastModifiedDateTime":"2026-06-30T02:21:50.5105917+00:00"},{"id":"61d2a30a-2693-4722-8632-613fbce31570","userId":"064c4507-2e7d-4af5-82b1-6bc0d07c1efa","departmentId":"02fe98f9-ba29-4f22-a083-a3b8366b18a9","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-29T02:21:50.5105917+00:00","lastModifiedDateTime":"2026-06-30T02:21:50.5105917+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