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":"a74575d6-7b79-4279-a574-16c4f9a3096a","stageId":"24d181b9-4338-4487-8f36-edad3dc203b5","fillingId":"80617ca9-0247-4df9-a055-da8ee7aec75a","reviewDateTime":"2026-02-18T20:59:14.791972+00:00","creationDateTime":"2026-02-18T20:59:14.791972+00:00","lastModifiedDateTime":"2026-02-20T20:59:14.791972+00:00","userId":"80156e8b-492f-4f21-b045-2d404eb03dfa","status":"Approved"},{"id":"40389d9a-6af9-4dd0-b188-071d0b1a75f5","stageId":"9ea1cb2f-e96c-49d3-96ea-bba06b13c27a","fillingId":"1b6e670c-3644-4f9c-8951-08e7748a3b20","reviewDateTime":"2026-02-12T20:59:14.791972+00:00","creationDateTime":"2026-02-18T20:59:14.791972+00:00","lastModifiedDateTime":null,"userId":"8a7f072f-eb25-403a-994f-715cebdd44a7","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