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":"0a254a08-599d-4440-9f1d-968f6f12d498","url":null,"stageId":"6726267a-13dc-4804-9e06-9e2aafbdce2a","stageUrl":null,"fillingId":"650f465a-8330-4ac3-8c32-8d5a2ee8dd17","fillingUrl":null,"userId":"e9714fdd-8728-4dac-9582-932d171388bf","userUrl":null,"status":"Rejected","reviewDateTime":"2026-09-03T10:54:49.4578291+00:00","creationDateTime":"2026-09-03T10:54:49.4578291+00:00","lastModifiedDateTime":"2026-09-05T10:54:49.4578291+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