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":"96b45802-a8d1-4106-8527-c82d1eccd8be","userId":"9c9f2d75-f3ec-4401-a7ed-12230c2b63cc","departmentId":"a1fc014a-21ab-4d41-852e-e5adc9e8ba56","areaDepartmentId":"0aac67d7-5388-4017-8c56-9c39e80fd065","serviceFormFillingId":"4a389ba8-4648-4734-be16-0fdb848cfaa7","creationDateTime":"2026-04-06T08:43:13.4917654+00:00","lastModifiedDateTime":"2026-04-06T08:43:13.4917654+00:00"},{"id":"2db4025a-73cb-405d-aec1-87ff5e52351c","userId":"a0fd0b46-47b2-42c0-8ca1-6f315d369c40","departmentId":"2c004ddf-1591-4993-a6f2-06de869555ff","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-04-05T08:43:13.4917654+00:00","lastModifiedDateTime":"2026-04-06T08:43:13.4917654+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