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":"1bd9174f-a8b1-42c3-b41a-77ff476db115","userId":"de70474a-7af5-47c4-8d6e-15ee4e0024ad","departmentId":"95edc872-a78d-4328-8fab-a34ad079e1f6","areaDepartmentId":"5f29ce20-32cc-4229-870b-90c9c470ac94","serviceFormFillingId":"f8fdc576-0fd5-4fc2-8f4e-ed7c044a07ff","creationDateTime":"2026-02-03T01:32:23.9493451+00:00","lastModifiedDateTime":"2026-02-03T01:32:23.9493451+00:00"},{"id":"046a2796-03d3-4f62-b212-4732f22026cf","userId":"6f15f122-d9d7-4651-8361-c6819894fa45","departmentId":"056f687c-2bf0-435a-9f8c-3a18aa363c81","areaDepartmentId":null,"serviceFormFillingId":null,"creationDateTime":"2026-02-02T01:32:23.9493451+00:00","lastModifiedDateTime":"2026-02-03T01:32:23.9493451+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