Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Stages

Get Stage Reviews
GET /serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/reviews
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/reviews
Get a all reviews for the specified stage with ID stageId.

Please note: This endpoint is only available if stages are enabled on the service form module as well as stage approvals on the specific form.

status - This field displays the status of the review. Currently, the available statuses to filter on are:
  • Pending
  • Approved
  • Rejected

Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
stageId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
reviewDateTime datetimeoffset Filterable Sortable optional
stageId string / guid Filterable optional
status string 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":"150171d6-f071-4e70-aad6-6ef8d50e110d","stageId":"5d9fc7eb-e979-4010-b35a-a704a00cb34a","fillingId":"fdbd3f6c-e5d7-4c95-a845-389e893c57a9","reviewDateTime":"2026-09-21T10:03:07.9160155+00:00","creationDateTime":"2026-09-21T10:03:07.9160155+00:00","lastModifiedDateTime":"2026-09-23T10:03:07.9160155+00:00","userId":"ad03f767-9f63-48fa-9772-ca605765cd62","status":"Approved"},{"id":"e9df420f-ea28-4528-ab49-236c015ea8e4","stageId":"ad999e4d-d218-4b67-b51f-e78674ab2bd9","fillingId":"cb6867bf-7bb6-4ed8-a575-b82f33c1293d","reviewDateTime":"2026-09-15T10:03:07.9160155+00:00","creationDateTime":"2026-09-21T10:03:07.9160155+00:00","lastModifiedDateTime":null,"userId":"0fc2a9e1-920c-4546-95f8-3e0754cf4519","status":"Rejected"}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   reviewDateTime datetimeoffset      
   stageId string / guid      
   status string      
   userId string / guid      
  nextUrl string      
  previousUrl string