Relesys API Docs

v1.4

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.uat.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":"c531ecdf-0d54-407a-b8ff-528906abeb63","url":null,"stageId":"3348a199-9463-443d-9b1a-d293f0eda904","stageUrl":null,"fillingId":"3dbc01b6-7a56-46f4-a008-0c3d8cbd2d97","fillingUrl":null,"userId":"43635bd9-a867-4f04-b25d-752f79a42748","userUrl":null,"status":"Approved","reviewDateTime":"2026-08-21T00:43:11.5988337+00:00","creationDateTime":"2026-08-21T00:43:11.5988337+00:00","lastModifiedDateTime":"2026-08-23T00:43:11.5988337+00:00"},{"id":"925b78de-168d-4749-82e5-ee64972331f7","url":null,"stageId":"7fc6da59-857d-43ec-a844-902d746d267a","stageUrl":null,"fillingId":"07950e3e-99ec-4712-bccf-72e4dbcc8c8c","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-08-21T00:43:11.5988337+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