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":"435ed7fb-7e4c-43ff-9b3a-60d6c53dd705","url":null,"stageId":"18f7b660-5188-4738-b6fb-92d85de43103","stageUrl":null,"fillingId":"06bc9a02-3262-405f-ae63-d03fa71d444b","fillingUrl":null,"userId":"4a249e5b-cbf7-4f8e-9064-0a3aeac65864","userUrl":null,"status":"Rejected","reviewDateTime":"2026-01-13T15:05:51.2076439+00:00","creationDateTime":"2026-01-13T15:05:51.2076439+00:00","lastModifiedDateTime":"2026-01-15T15:05:51.2076439+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