Relesys API Docs

v1.3

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

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesysapp.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":"74d76674-c02c-47bb-8bd1-c276c1ba4932","url":null,"stageId":"3986aadb-9ea4-4e1c-8c04-5a530f12aeac","stageUrl":null,"fillingId":"2c030fc8-7d20-4417-b8bf-50426a3fb0c9","fillingUrl":null,"userId":"18fdc1b8-39e8-4d5e-bc2e-9e250e02ab84","userUrl":null,"status":"Approved","reviewDateTime":"2026-03-29T11:09:13.8072564+00:00","creationDateTime":"2026-03-29T11:09:13.8072564+00:00","lastModifiedDateTime":"2026-03-31T11:09:13.8072564+00:00"},{"id":"fea9b2c6-6528-4046-849c-42d99ff554ad","url":null,"stageId":"2dd7e8f4-73d6-4335-b0a4-bdec3b39398b","stageUrl":null,"fillingId":"08afcb9e-2673-4818-800e-a723df895af9","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-03-29T11:09:13.8072564+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