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":"60212b42-0c6f-417a-b22f-85a9f0a781bb","stageId":"753e8c89-69a1-488d-957b-757bc4b3b29c","fillingId":"589697ae-de02-467e-88f1-59dff6a81d2d","reviewDateTime":"2025-08-17T17:16:03.6055208+00:00","creationDateTime":"2025-08-17T17:16:03.6055208+00:00","lastModifiedDateTime":"2025-08-19T17:16:03.6055208+00:00","userId":"d9373326-1c3f-4546-8dfe-35414e7d91c1","status":"Approved"},{"id":"5d52bc21-50b2-41fb-9c57-398c28299171","stageId":"5f6d17d8-aafe-4916-ab57-ecec68b4ccad","fillingId":"759580ac-b209-4882-a0b3-7562c978ed0b","reviewDateTime":"2025-08-11T17:16:03.6055208+00:00","creationDateTime":"2025-08-17T17:16:03.6055208+00:00","lastModifiedDateTime":null,"userId":"f3fe0edf-8b8d-4a01-9fdd-59f23c30b4d0","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