Relesys API Docs

v1.4

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesysapp.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":"aa934828-e187-4926-a078-771661301a8b","url":null,"stageId":"82886753-cee1-446c-91cb-3c6a390f5cfc","stageUrl":null,"fillingId":"cb85024b-360f-4741-bffb-f9ae28da515d","fillingUrl":null,"userId":"c184490b-06a8-42cb-9d6f-8fcf65599057","userUrl":null,"status":"Approved","reviewDateTime":"2026-09-10T04:15:24.9291801+00:00","creationDateTime":"2026-09-10T04:15:24.9291801+00:00","lastModifiedDateTime":"2026-09-12T04:15:24.9291801+00:00"},{"id":"691da233-cc78-4ad8-912f-36ca4cb3bf9b","url":null,"stageId":"085a5b64-7574-4a0b-bac1-3dbb6cc86521","stageUrl":null,"fillingId":"1dbaf8df-0e7a-4c71-a452-b50e2fcf501d","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-09-10T04:15:24.9291801+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