Relesys API Docs

v1.3

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

Completions

List
GET /taskmanagementmodules/{moduleId}/tasks/{taskId}/completions
https://api.relesystest.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":"4df8f1e5-239f-40a1-b23b-71aa084ac35f","userId":"79eab140-534d-4c2a-be43-621a4b07ebb9","departmentId":"6a49fba9-9cf2-4084-84d6-733d99d03901","areaDepartmentId":"879afddc-ed25-44d5-912f-86975b65c8a5","serviceFormFillingId":"19b6a70f-8dd7-4e14-b4bc-fb8f82d38c55","creationDateTime":"2026-04-15T12:34:54.9551373+00:00","lastModifiedDateTime":"2026-04-15T12:34:54.9551373+00:00"},{"id":"96cc5bf9-f8fc-4c96-bcf4-7b8309c16bc3","userId":"8a20d012-6844-479e-8386-9d227e124273","departmentId":"8dafe073-0711-4ef8-bb6d-b8a88a965859","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-04-14T12:34:54.9551373+00:00","lastModifiedDateTime":"2026-04-15T12:34:54.9551373+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