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":"2f2b106e-90c4-414a-86bd-9d58d1da99a4","url":null,"stageId":"bdc32d9f-71d5-413e-ba57-292841a7ab64","stageUrl":null,"fillingId":"2e550d09-5d00-4c05-bfd0-bc94d84c5653","fillingUrl":null,"userId":"5a363b28-1102-4224-a3ca-63bef5a6049a","userUrl":null,"status":"Approved","reviewDateTime":"2026-06-18T04:21:38.2679428+00:00","creationDateTime":"2026-06-18T04:21:38.2679428+00:00","lastModifiedDateTime":"2026-06-20T04:21:38.2679428+00:00"},{"id":"0c0bdedd-4ad5-43cf-80c1-338d92bdc95a","url":null,"stageId":"9abb54b3-0f0b-49d7-8e91-1928735eb137","stageUrl":null,"fillingId":"6db1d1fd-1abb-4c8f-8e92-8ebc0fc6d786","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-06-18T04:21:38.2679428+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