Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.uat.relesystest.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":"23f9cfe3-053e-4bf6-8fc5-a81e5920270b","url":null,"stageId":"e2b50e68-caea-40c6-a99f-b2a457e5b676","stageUrl":null,"fillingId":"6399185e-395f-466b-8cc4-a89781f759a9","fillingUrl":null,"userId":"0c77f9b6-4dc8-4270-86c5-8da9fab5d763","userUrl":null,"status":"Rejected","reviewDateTime":"2026-06-21T17:47:23.4960518+00:00","creationDateTime":"2026-06-21T17:47:23.4960518+00:00","lastModifiedDateTime":"2026-06-23T17:47:23.4960518+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