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":"41417477-9cf8-4cb6-8b0d-dc819c1467cf","url":null,"stageId":"d81cd79a-8fe3-415e-bee2-96ec3bc88734","stageUrl":null,"fillingId":"4b529e85-53aa-44a9-ba26-779aba661d6f","fillingUrl":null,"userId":"d6b52c4e-1651-4e02-8222-63d3c4a634f5","userUrl":null,"status":"Approved","reviewDateTime":"2026-02-16T17:28:57.845855+00:00","creationDateTime":"2026-02-16T17:28:57.845855+00:00","lastModifiedDateTime":"2026-02-18T17:28:57.845855+00:00"},{"id":"d1a6d9f0-f965-4b44-95b7-272b2d20f605","url":null,"stageId":"7404f629-6e36-48b7-8670-e7f476bed617","stageUrl":null,"fillingId":"4acde7ba-7cc1-4e62-8652-8b59e75e5855","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-02-16T17:28:57.845855+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