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":"faa65989-9617-4759-ad70-1de9651766a0","userId":"cb729081-c473-4cc8-910d-585fabd58988","departmentId":"ebcd338e-fe20-4d7f-89f3-ca69e8b4574b","areaDepartmentId":"7b0680a1-c6a1-446c-9854-84498b20b848","serviceFormFillingId":"6c41ddfc-0e08-489b-861a-c363e29f48ab","creationDateTime":"2026-03-17T06:04:57.8572823+00:00","lastModifiedDateTime":"2026-03-17T06:04:57.8572823+00:00"},{"id":"e983b84c-0ed9-40f4-9219-595b5933c35b","userId":"a8820db2-a270-464a-bcbc-bd1c8be0b508","departmentId":"8916f853-24e6-4f49-a52c-6db1a0a439e0","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-03-16T06:04:57.8572823+00:00","lastModifiedDateTime":"2026-03-17T06:04:57.8572823+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