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":"84b031b4-c1ac-4f15-8489-d4283740379e","url":null,"stageId":"b3ebfe0c-38d6-42d8-a568-bce6e910e8e0","stageUrl":null,"fillingId":"bded89a1-6a95-4a6d-9aa9-7bb31f0e6908","fillingUrl":null,"userId":"e465d0d0-f189-4fa3-bdb9-ab121053f70a","userUrl":null,"status":"Approved","reviewDateTime":"2026-05-18T21:55:36.3601697+00:00","creationDateTime":"2026-05-18T21:55:36.3601697+00:00","lastModifiedDateTime":"2026-05-20T21:55:36.3601697+00:00"},{"id":"477ddcc7-bd35-4f5e-9df7-2abd5af5cf95","url":null,"stageId":"850592e3-cab3-4699-bdd7-cc5109015c4b","stageUrl":null,"fillingId":"c99b8500-3564-43b6-94aa-cdf324108e37","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-05-18T21:55:36.3601697+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