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":"57749b65-0ef2-420a-87ad-6b91b8b1ea61","url":null,"stageId":"ed7b858c-6e07-4210-b341-66e35aabcc4d","stageUrl":null,"fillingId":"324bf037-9b17-47cc-9833-7f41f159e806","fillingUrl":null,"userId":"6c4dacfe-f9f5-4c1f-81ae-7f45fa131a6e","userUrl":null,"status":"Rejected","reviewDateTime":"2026-01-26T11:42:55.3881254+00:00","creationDateTime":"2026-01-26T11:42:55.3881254+00:00","lastModifiedDateTime":"2026-01-28T11:42:55.3881254+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