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":"634bd09c-7abd-44c3-8b6b-f931efb8f22e","url":null,"stageId":"fce7bdb9-beb1-49c5-9c1b-2c55a0f11e77","stageUrl":null,"fillingId":"8b2b07da-e8d1-48a0-98fd-97e05cb3edd3","fillingUrl":null,"userId":"12666be2-e346-45ee-83cc-29a445e94745","userUrl":null,"status":"Rejected","reviewDateTime":"2025-06-28T23:04:23.2302469+00:00","creationDateTime":"2025-06-28T23:04:23.2302469+00:00","lastModifiedDateTime":"2025-06-30T23:04:23.2302469+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