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":"8132bc6e-f82d-4dba-8ef5-3fd39d849524","url":null,"stageId":"c4527b3c-49a7-4914-8d41-a5536bffaf27","stageUrl":null,"fillingId":"f1da4959-ad25-454f-8d9e-5a60d965b8a1","fillingUrl":null,"userId":"6b8dbfb6-5021-4ff8-8a1c-d7cfc7d30c70","userUrl":null,"status":"Rejected","reviewDateTime":"2026-07-14T06:04:01.9608434+00:00","creationDateTime":"2026-07-14T06:04:01.9608434+00:00","lastModifiedDateTime":"2026-07-16T06:04:01.9608434+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