Relesys API Docs

v1.4

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.relesysapp.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
Get the stage review with ID stageReviewId

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
moduleId string / guid required
formId string / guid required
stageReviewId string / guid required
Responses
application/json
JSON
{"data":{"id":"da2da16e-65ca-41be-a2e8-ac0355f66ae8","url":null,"stageId":"d9d26f2b-aa7e-4b7b-96f4-9050fe02f7e5","stageUrl":null,"fillingId":"a6f2acf1-e35e-42fa-82d3-9d52cc45c790","fillingUrl":null,"userId":"01dc33d7-1fa7-47a1-9fc7-5b54a9905e84","userUrl":null,"status":"Rejected","reviewDateTime":"2026-09-12T08:04:40.9316592+00:00","creationDateTime":"2026-09-12T08:04:40.9316592+00:00","lastModifiedDateTime":"2026-09-14T08:04:40.9316592+00:00"}}
object
  data object      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   reviewDateTime datetimeoffset      
   stageId string / guid      
   stageUrl string      
   status string      
   url string      
   userId string / guid      
   userUrl string