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":"c55036bf-b9aa-4f1f-82b1-a47d5231317e","stageId":"0521a925-84b3-48b8-a690-b0df028ce9eb","fillingId":"e91a3970-1dc7-4a16-b317-e13d62db12ed","reviewDateTime":"2026-08-29T02:23:29.3823643+00:00","creationDateTime":"2026-08-29T02:23:29.3823643+00:00","lastModifiedDateTime":"2026-08-31T02:23:29.3823643+00:00","userId":"c1e96025-d989-40f2-99d1-ed954a578441","status":"Approved"},{"id":"619dbc22-1682-41b1-9ebf-909a9db08d7f","stageId":"3137cc53-412b-4b91-a742-f7fcbcca1e4c","fillingId":"23c6cb2e-e44a-4894-bc8b-42299fdf102b","reviewDateTime":"2026-08-23T02:23:29.3823643+00:00","creationDateTime":"2026-08-29T02:23:29.3823643+00:00","lastModifiedDateTime":null,"userId":"fee6dd1a-cd36-4fdf-a0c2-db595d0aeaed","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