Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesystest.net/api/v1.4/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":"396e0506-07b4-479a-8b1c-677c005542d4","url":null,"stageId":"d679bb7c-6be6-4c57-87fc-012013bb6ddd","stageUrl":null,"fillingId":"2238792a-a30c-43fc-a2e5-8c7b9b79d682","fillingUrl":null,"userId":"bdd136ce-d3b5-4147-87ed-6cbaf4e39625","userUrl":null,"status":"Approved","reviewDateTime":"2026-06-09T18:06:41.1489097+00:00","creationDateTime":"2026-06-09T18:06:41.1489097+00:00","lastModifiedDateTime":"2026-06-11T18:06:41.1489097+00:00"},{"id":"24a0a360-130f-44ad-bedd-e6bec293fb2c","url":null,"stageId":"b95df5a0-95a0-45a3-a912-623663377f2e","stageUrl":null,"fillingId":"3127c697-2408-4376-9d56-c27fc910ec97","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-06-09T18:06:41.1489097+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