Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Stages

Get Stage Reviews
GET /serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/reviews
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/reviews
Get a all reviews for the specified stage with ID stageId.

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
serviceFormId string / guid required
formId string / guid required
stageId 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
status string 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":"fac499cc-4ee6-47a0-b957-421da8fdb9ce","stageId":"fc9f056e-ec61-460e-9a9a-2d6809d7a886","fillingId":"76bfe50f-971d-4a17-8ed1-aab75ecd91d5","reviewDateTime":"2026-07-10T23:23:01.7039273+00:00","creationDateTime":"2026-07-10T23:23:01.7039273+00:00","lastModifiedDateTime":"2026-07-12T23:23:01.7039273+00:00","userId":"badd07e0-ac8a-4bd9-ad83-89304d9a057d","status":"Approved"},{"id":"ee7215f4-27a4-4407-8b45-faad6037e713","stageId":"9d6219c4-86a6-41e5-ba5c-cbf953b90aaf","fillingId":"00a5591c-ffda-4d95-ac67-69b6f1848964","reviewDateTime":"2026-07-04T23:23:01.7039273+00:00","creationDateTime":"2026-07-10T23:23:01.7039273+00:00","lastModifiedDateTime":null,"userId":"b59e7875-4405-4bbd-b2e7-4736e606d6df","status":"Rejected"}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   reviewDateTime datetimeoffset      
   stageId string / guid      
   status string      
   userId string / guid      
  nextUrl string      
  previousUrl string