Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.uat.relesystest.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":"c7b0fec0-50aa-4a1f-a93a-cf3d653cc90d","url":null,"stageId":"4a69ed1e-23af-44d2-82b2-fe3f41e92f86","stageUrl":null,"fillingId":"7fe02001-f90b-40e9-9ab6-00aa64ab7e1f","fillingUrl":null,"userId":"6cf93391-03bc-46e2-b0d5-948bc1358c59","userUrl":null,"status":"Approved","reviewDateTime":"2026-01-11T15:02:58.7814901+00:00","creationDateTime":"2026-01-11T15:02:58.7814901+00:00","lastModifiedDateTime":"2026-01-13T15:02:58.7814901+00:00"},{"id":"6c5e2cdf-db35-4e02-9766-4b5717e93b2d","url":null,"stageId":"688e9ec7-e500-4c09-ad78-f0aa05cdc855","stageUrl":null,"fillingId":"46563dd3-d648-4f32-884f-0f44afe6e3e5","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-01-11T15:02:58.7814901+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