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":"43eb1da4-6d8f-4509-98d0-0782f6cef96e","url":null,"stageId":"db478f1a-5966-4872-947d-5772d6eb5b1c","stageUrl":null,"fillingId":"91bcd2f1-912c-4496-a5e7-9cf5369f2a27","fillingUrl":null,"userId":"acf0ba2e-d4a0-46d2-920f-a7a462e266de","userUrl":null,"status":"Rejected","reviewDateTime":"2026-03-16T04:22:01.1688242+00:00","creationDateTime":"2026-03-16T04:22:01.1688242+00:00","lastModifiedDateTime":"2026-03-18T04:22:01.1688242+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