Relesys API Docs

v1.3

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.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":"51a56fb0-7aa2-4dd8-bce1-aa489a542073","url":null,"stageId":"868b7bf0-82a1-48dd-9529-644811858c64","stageUrl":null,"fillingId":"4659ff99-8090-47b4-9a05-ae30f0896baa","fillingUrl":null,"userId":"9f4feb31-8722-4810-ac72-86aeea47705b","userUrl":null,"status":"Approved","reviewDateTime":"2026-01-13T15:06:34.5747416+00:00","creationDateTime":"2026-01-13T15:06:34.5747416+00:00","lastModifiedDateTime":"2026-01-15T15:06:34.5747416+00:00"},{"id":"818199e0-4cbc-4b09-9d38-41e0d418c73a","url":null,"stageId":"fcc49851-84df-47f1-9e1d-9c6732a2d4ae","stageUrl":null,"fillingId":"467c9d4d-7888-4faa-8ae5-1269fb8a0f3a","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-01-13T15:06:34.5747416+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