Relesys API Docs

v1.4

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

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.relesysapp.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":"12d6a183-4630-421f-b38c-ec3ccf2fce00","url":null,"stageId":"811afc3b-ee87-45d0-a2e5-f87000985002","stageUrl":null,"fillingId":"57b3de84-cac0-4323-ae6c-fce051fe1c7f","fillingUrl":null,"userId":"b658ad11-e44b-4ff3-a72f-c7552d589ec8","userUrl":null,"status":"Rejected","reviewDateTime":"2026-07-04T09:52:03.5357675+00:00","creationDateTime":"2026-07-04T09:52:03.5357675+00:00","lastModifiedDateTime":"2026-07-06T09:52:03.5357675+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