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":"c41686ea-3ace-4db1-b86c-f44d5a9d535a","url":null,"stageId":"fcb6bd12-cd42-42ad-9718-0f70a9969676","stageUrl":null,"fillingId":"0f8660d9-bcd6-4a86-bc17-63286d77d5e7","fillingUrl":null,"userId":"1d09de04-fe21-4f4f-85a2-d9080e32f670","userUrl":null,"status":"Approved","reviewDateTime":"2026-07-29T21:06:20.6628035+00:00","creationDateTime":"2026-07-29T21:06:20.6628035+00:00","lastModifiedDateTime":"2026-07-31T21:06:20.6628035+00:00"},{"id":"fd6463c4-8698-4862-a2b6-ea2e944f992c","url":null,"stageId":"a05655b2-d07a-411a-9a39-0d4ed0e75841","stageUrl":null,"fillingId":"b3a10116-0a82-4bb2-8cb0-ff07d265da04","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-07-29T21:06:20.6628035+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