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":"a02c0382-7ad4-48e8-9bb0-de49d9cbd9e5","stageId":"335f10f7-585b-43bf-942e-5bbfd9ee812f","fillingId":"59895c40-df25-49d9-babd-16e8f4fe5618","reviewDateTime":"2026-07-31T09:09:13.84204+00:00","creationDateTime":"2026-07-31T09:09:13.84204+00:00","lastModifiedDateTime":"2026-08-02T09:09:13.84204+00:00","userId":"0d74b2b5-89ae-4998-b106-ea1e6a39b431","status":"Approved"},{"id":"1908c8b7-b227-4ddb-aef0-b4e51a714a5c","stageId":"e8055d08-1936-4dc7-9ecb-1f1ebb1db3b1","fillingId":"5405c49b-3fee-4d4a-bf8b-6d359a45d1ba","reviewDateTime":"2026-07-25T09:09:13.84204+00:00","creationDateTime":"2026-07-31T09:09:13.84204+00:00","lastModifiedDateTime":null,"userId":"967412b0-36d0-4352-8578-042ae2e71d8d","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