Relesys API Docs

v1.3

https://api.relesystest.net/api/v1.3

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesystest.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":"168faf42-4e8a-425a-aeda-384f2714de85","url":null,"stageId":"a6035d8f-b4f8-4663-ad7e-601c47bdb640","stageUrl":null,"fillingId":"9a653691-328c-4caf-9724-062cb8565745","fillingUrl":null,"userId":"94f1f562-4d75-43fb-91e7-9becbc34abaa","userUrl":null,"status":"Approved","reviewDateTime":"2026-04-14T10:48:54.9541206+00:00","creationDateTime":"2026-04-14T10:48:54.9541206+00:00","lastModifiedDateTime":"2026-04-16T10:48:54.9541206+00:00"},{"id":"e6b5cc5e-0a7d-4971-a095-fa5ef843a5cd","url":null,"stageId":"2d6cd5c8-fe9e-4418-a729-81b715b9cd80","stageUrl":null,"fillingId":"f6dc85a0-e9ff-405d-aa2d-8b05785be54e","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-04-14T10:48:54.9541206+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