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":"f72a9b9e-983e-4c55-8596-a0d7d25ec2f3","url":null,"stageId":"90c9f5e5-f7b1-4204-a7d2-c15553513afc","stageUrl":null,"fillingId":"bb98de0b-ee66-4d49-a55d-98e7b6e3f939","fillingUrl":null,"userId":"b9631535-63a3-430e-8a1c-5b29ac098c25","userUrl":null,"status":"Rejected","reviewDateTime":"2025-07-28T11:10:37.4593106+00:00","creationDateTime":"2025-07-28T11:10:37.4593106+00:00","lastModifiedDateTime":"2025-07-30T11:10:37.4593106+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