Relesys API Docs

v1.2

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesysapp.net/api/v1.2/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":"1a5cf0df-fb09-4179-b85a-27a71410ef99","url":null,"stageId":"4732a7a2-a093-45da-bccf-7485fad1acac","stageUrl":null,"fillingId":"c776778e-d83b-4f5e-ac33-7582ff02e5e2","fillingUrl":null,"userId":"5d222ddf-f1fb-4456-8fcf-c541d690defa","userUrl":null,"status":"Approved","reviewDateTime":"2024-04-26T12:36:36.5234561+00:00","creationDateTime":"2024-04-26T12:36:36.5234561+00:00","lastModifiedDateTime":"2024-04-28T12:36:36.5234561+00:00"},{"id":"e4ab0094-0f30-475c-8919-c891ac22b383","url":null,"stageId":"205450e4-6660-48e7-a8fd-446c69c8a0cd","stageUrl":null,"fillingId":"2c573a56-1181-4651-91b6-73af5e99e465","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2024-04-26T12:36:36.5234561+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