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":"ff434d3d-3046-44ff-976b-11977108aedb","url":null,"stageId":"ce0a94e2-4c04-48ca-9206-e4a1331971c3","stageUrl":null,"fillingId":"626946e3-9362-4cc3-ab2d-981be749601a","fillingUrl":null,"userId":"153d3f22-7e20-4d16-8391-875e4fc7a662","userUrl":null,"status":"Approved","reviewDateTime":"2026-01-26T11:43:57.4587031+00:00","creationDateTime":"2026-01-26T11:43:57.4587031+00:00","lastModifiedDateTime":"2026-01-28T11:43:57.4587031+00:00"},{"id":"8285a27a-6e52-4518-8d7f-17d6535feb7b","url":null,"stageId":"b9a3af97-5949-421a-ac62-a0823650ef77","stageUrl":null,"fillingId":"e3fb57eb-0be5-4159-ab9f-a6cdc06227ca","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2026-01-26T11:43:57.4587031+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