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":"ccfef5c5-84ed-4523-baa1-5d7cf23777d8","url":null,"stageId":"b50dba61-9f33-432d-87de-f1221d92c2ac","stageUrl":null,"fillingId":"0e4d6237-3589-4d50-ba55-1edf4ef44860","fillingUrl":null,"userId":"18c1f7e8-9da5-4443-b802-d04f9493982c","userUrl":null,"status":"Rejected","reviewDateTime":"2024-07-25T08:03:27.8531061+00:00","creationDateTime":"2024-07-25T08:03:27.8531061+00:00","lastModifiedDateTime":"2024-07-27T08:03:27.8531061+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