Relesys API Docs

v1.3

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.uat.relesystest.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":"5233b253-64c5-43a7-b893-4a968784e7f8","url":null,"stageId":"e8703c7b-8e9c-4f21-87c1-65ea59ef87b4","stageUrl":null,"fillingId":"9e43e771-ed1f-4279-ac30-5ce56f435eda","fillingUrl":null,"userId":"7b87b798-31ca-4ae4-85fb-0645224e8da5","userUrl":null,"status":"Rejected","reviewDateTime":"2026-04-13T18:20:41.8288147+00:00","creationDateTime":"2026-04-13T18:20:41.8288147+00:00","lastModifiedDateTime":"2026-04-15T18:20:41.8288147+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