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":"6f97bd8a-a0fb-4583-8723-a798b648c13a","url":null,"stageId":"e2bba6d7-fa42-4e36-90c7-9a647bdf4ce8","stageUrl":null,"fillingId":"32179921-3187-48df-b643-15768d4e054c","fillingUrl":null,"userId":"5865cf63-607c-4dfd-85b8-82585f4e8aa9","userUrl":null,"status":"Approved","reviewDateTime":"2026-03-09T01:04:28.5355836+00:00","creationDateTime":"2026-03-09T01:04:28.5355836+00:00","lastModifiedDateTime":"2026-03-11T01:04:28.5355836+00:00"},{"id":"91cbdaf2-c5e3-4976-9ff7-2aa8d9f12c77","url":null,"stageId":"65e98bfe-4e1b-4da5-b55d-e6bb299b2771","stageUrl":null,"fillingId":"ba67c220-0e63-4966-b18d-9e691c472427","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-03-09T01:04:28.5355836+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