Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Stage Reviews

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews/{stageReviewId}
https://api.relesysapp.net/api/v1.2/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":"a19528c2-bc46-40c6-bbaa-75e75d5c9219","url":null,"stageId":"9ee2ee8b-88cd-4539-9e84-d6643448a76d","stageUrl":null,"fillingId":"61c50e8f-b915-4f99-b231-ecc2ea772ef9","fillingUrl":null,"userId":"f8dd71dd-d4ff-472d-abd4-267cbbcc534c","userUrl":null,"status":"Rejected","reviewDateTime":"2024-04-26T08:18:34.0331044+00:00","creationDateTime":"2024-04-26T08:18:34.0331044+00:00","lastModifiedDateTime":"2024-04-28T08:18:34.0331044+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