Relesys API Docs

v1.3

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.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":"0bc4ad33-e1de-4982-b063-43faa5cc300f","url":null,"stageId":"1ff5f8b5-df79-4ae8-9fe8-6558781ba051","stageUrl":null,"fillingId":"b933cf37-babf-4f71-a451-0150e63508e3","fillingUrl":null,"userId":"07d6983c-4d14-4c3c-82f6-f221b48f004f","userUrl":null,"status":"Rejected","reviewDateTime":"2026-04-14T10:48:55.9139578+00:00","creationDateTime":"2026-04-14T10:48:55.9139578+00:00","lastModifiedDateTime":"2026-04-16T10:48:55.9139578+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