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":"abe41258-3a4c-4ae5-a05a-f62ed150f4b6","stageId":"b7572649-5595-4762-95c8-d995d1759f86","fillingId":"376dcf8e-9235-447d-8940-dcfba7c1a950","reviewDateTime":"2025-09-09T21:54:18.6052357+00:00","creationDateTime":"2025-09-09T21:54:18.6052357+00:00","lastModifiedDateTime":"2025-09-11T21:54:18.6052357+00:00","userId":"acd539b5-5ee8-4253-8ef4-5de10dfa1aa6","status":"Approved"},{"id":"783b2dc8-9854-4d80-bb42-c31d66a22fd7","stageId":"514a81a9-6b83-47df-a24b-ac7c546f06a5","fillingId":"3c15c1cd-c07d-4ff1-97fb-ada673291466","reviewDateTime":"2025-09-03T21:54:18.6052357+00:00","creationDateTime":"2025-09-09T21:54:18.6052357+00:00","lastModifiedDateTime":null,"userId":"4bd16a4f-3b18-4389-9b86-e56c3a23aa57","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