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":"b4dc1cb7-be21-4a18-91f9-a4367a08e246","url":null,"stageId":"e1084946-2c8a-493a-a536-842bb814b858","stageUrl":null,"fillingId":"00f9a1b3-ce78-49ba-be84-4f5d9c2f8b7e","fillingUrl":null,"userId":"93f487f5-65b0-49d2-b6c1-87f804506b58","userUrl":null,"status":"Approved","reviewDateTime":"2026-02-16T16:04:20.4558298+00:00","creationDateTime":"2026-02-16T16:04:20.4558298+00:00","lastModifiedDateTime":"2026-02-18T16:04:20.4558298+00:00"},{"id":"3855abac-f525-457b-a996-92f922230e9f","url":null,"stageId":"18aaf68c-7d8a-43df-8154-02b24895192a","stageUrl":null,"fillingId":"215f9de3-d733-4c8e-b322-4bcb88f5c515","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-02-16T16:04:20.4558298+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