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":"d68be407-fd4b-43a9-970c-fa3a9e42ca22","url":null,"stageId":"2eb2852d-0651-4a55-8b19-055f81a50a84","stageUrl":null,"fillingId":"c4fead2c-add3-4753-8796-7158d8ec907e","fillingUrl":null,"userId":"1ce9bb80-532f-4572-ab78-345fb59a436f","userUrl":null,"status":"Approved","reviewDateTime":"2026-04-18T21:22:36.0650816+00:00","creationDateTime":"2026-04-18T21:22:36.0650816+00:00","lastModifiedDateTime":"2026-04-20T21:22:36.0650816+00:00"},{"id":"2064f8a5-a454-4744-a40e-2298fff3d1ef","url":null,"stageId":"3d7f1186-4133-4b32-96de-c695ec0b011f","stageUrl":null,"fillingId":"0ea5e8fd-7c95-49c2-a6f5-200206c0eeeb","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-04-18T21:22:36.0650816+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