Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesystest.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":"7bcf761a-dc30-4ec2-8bb9-aa0580f46cb4","userId":"bf9da709-29c8-4bbd-9de3-3c38a635d980","departmentId":"0203ebed-676a-46f1-b4ff-30794d87d094","areaDepartmentId":"aa225e3f-e46e-462c-b18f-c9798c12d669","serviceFormFillingId":"c32b6693-6360-4526-8ace-c85f24bed00f","creationDateTime":"2026-06-10T19:12:30.3544057+00:00","lastModifiedDateTime":"2026-06-10T19:12:30.3544057+00:00"},{"id":"6d09dbc0-aa58-407e-a31c-86a4e7ca47f8","userId":"64b5eb65-fd2f-46b6-94ce-6a9cea68a50e","departmentId":"3fc5c1e4-2011-439d-bca8-3f703f4adfb8","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-06-09T19:12:30.3544057+00:00","lastModifiedDateTime":"2026-06-10T19:12:30.3544057+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