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":"a30388f5-8e2f-4651-bb8d-15e59305254d","stageId":"cfda7fe4-389f-4128-a4a7-6112359c60e2","fillingId":"7ad00b5d-edb9-4c3c-bb4f-0f652a7ec2bd","reviewDateTime":"2026-01-29T06:29:58.6105606+00:00","creationDateTime":"2026-01-29T06:29:58.6105606+00:00","lastModifiedDateTime":"2026-01-31T06:29:58.6105606+00:00","userId":"5f2971c6-d18c-4a2d-a2ba-78d97aba7b3a","status":"Approved"},{"id":"81ea854c-de65-480f-87de-396821c75cc6","stageId":"7753facf-d63c-4974-9821-1a4d610d4a4b","fillingId":"87398897-c409-4e0c-b48b-77264b3704f5","reviewDateTime":"2026-01-23T06:29:58.6105606+00:00","creationDateTime":"2026-01-29T06:29:58.6105606+00:00","lastModifiedDateTime":null,"userId":"f2eae0e9-f2a3-4ea4-bf39-ce0eba47886a","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