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":"a838c907-cf94-4b58-944f-eb4bcf8ea6df","url":null,"stageId":"1039aa23-dd57-4474-9ea7-e80255c22065","stageUrl":null,"fillingId":"81ac5e98-4649-43d8-89a1-693136299f7d","fillingUrl":null,"userId":"0a636bc1-37f8-4abb-9f24-41153ebecb7f","userUrl":null,"status":"Approved","reviewDateTime":"2026-01-22T16:55:11.8974131+00:00","creationDateTime":"2026-01-22T16:55:11.8974131+00:00","lastModifiedDateTime":"2026-01-24T16:55:11.8974131+00:00"},{"id":"56f36665-df49-4d79-ba4b-310137fced81","url":null,"stageId":"ca2160a6-9582-4544-886e-2f894967f018","stageUrl":null,"fillingId":"50435883-16ff-4601-978f-8c709f124cb1","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-01-22T16:55:11.8974131+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