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":"11fe6228-2066-4871-9644-c094001269f6","url":null,"stageId":"f200ca75-82f8-4db8-a1f6-d57e95632217","stageUrl":null,"fillingId":"53d7bde0-2d9c-45f8-9290-72f8a37d49b5","fillingUrl":null,"userId":"ab7cf16f-2dac-4b5c-84f5-8076cc1d89e1","userUrl":null,"status":"Approved","reviewDateTime":"2024-10-20T13:59:41.0622586+00:00","creationDateTime":"2024-10-20T13:59:41.0622586+00:00","lastModifiedDateTime":"2024-10-22T13:59:41.0622586+00:00"},{"id":"caf0e1ff-d6b7-40d7-bbe9-f1622feb0b41","url":null,"stageId":"076eabfb-2976-40ea-85d4-e33228a72452","stageUrl":null,"fillingId":"64bc6152-1055-432f-b788-00487e02fb6f","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2024-10-20T13:59:41.0622586+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