Relesys API Docs

v1.3

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.relesysapp.net/api/v1.3/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":"2760b0a5-8d41-4e95-b089-c6b69ca23f05","url":null,"stageId":"de6f47d7-4a39-4dc0-a7ea-b2c68e1ba36d","stageUrl":null,"fillingId":"a1948ef8-da10-4e07-b359-be496c4ef4e2","fillingUrl":null,"userId":"814545d1-f79e-497d-890d-db8f40d26dd3","userUrl":null,"status":"Rejected","reviewDateTime":"2025-10-16T12:24:17.1665842+00:00","creationDateTime":"2025-10-16T12:24:17.1665842+00:00","lastModifiedDateTime":"2025-10-18T12:24:17.1665842+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