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":"97a33e6a-b480-4145-b209-5866d554197e","url":null,"stageId":"ef33e290-b869-4d2a-a8ea-7a7c96dfa02f","stageUrl":null,"fillingId":"b7e14f08-5fbb-4d49-b4b1-a43037700897","fillingUrl":null,"userId":"956fc848-4815-404b-a2c2-ad9b951aa1de","userUrl":null,"status":"Rejected","reviewDateTime":"2025-11-29T02:31:22.7083203+00:00","creationDateTime":"2025-11-29T02:31:22.7083203+00:00","lastModifiedDateTime":"2025-12-01T02:31:22.7083203+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