Relesys API Docs

v1.3

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/stagereviews
Get a list of stage reviews for the form with ID formId

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
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
reviewDateTime datetimeoffset Filterable Sortable optional
stageId string / guid Filterable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"348a85b2-c8ac-4437-be01-32430cde3957","url":null,"stageId":"a95ff52d-4d80-4f54-a315-eaaf8f05c87b","stageUrl":null,"fillingId":"99895f5d-d1f3-4190-8d40-26b9e7619666","fillingUrl":null,"userId":"2bef79a3-2c31-4849-a4f2-243e54bbaf0e","userUrl":null,"status":"Approved","reviewDateTime":"2024-11-19T06:24:44.58136+00:00","creationDateTime":"2024-11-19T06:24:44.58136+00:00","lastModifiedDateTime":"2024-11-21T06:24:44.58136+00:00"},{"id":"0324dd96-c330-4166-bdd7-c5015ae05db9","url":null,"stageId":"c24fa31c-efc4-4a53-b129-2b87bfcd9cbc","stageUrl":null,"fillingId":"2cf64974-e656-4304-9b83-b5ba66b8216a","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2024-11-19T06:24:44.58136+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[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      
  nextUrl string      
  previousUrl string