Relesys API Docs

v1.3

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.relesysapp.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":"176120f3-20b3-4dc6-b22c-86765bd4fd51","url":null,"stageId":"cbdff74b-2a93-4c53-bdac-d7f7c6e328d7","stageUrl":null,"fillingId":"47e7fd9c-99be-45b9-8ba5-1c6cc3eff074","fillingUrl":null,"userId":"b8d82c9a-c2bc-48b3-a198-c1f92880d512","userUrl":null,"status":"Rejected","reviewDateTime":"2026-04-05T06:59:18.4147255+00:00","creationDateTime":"2026-04-05T06:59:18.4147255+00:00","lastModifiedDateTime":"2026-04-07T06:59:18.4147255+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