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":"af4fe967-1294-46d2-ba4f-0bae7e1e9322","stageId":"693d72e6-919f-42c7-8c7b-27446c91c602","fillingId":"c3324a95-ccbe-47dd-928f-16f8732aee44","reviewDateTime":"2026-06-05T14:57:26.0517328+00:00","creationDateTime":"2026-06-05T14:57:26.0517328+00:00","lastModifiedDateTime":"2026-06-07T14:57:26.0517328+00:00","userId":"d9f687a3-1f2f-4b2f-a1e0-7d91f25594d0","status":"Approved"},{"id":"ea7e67be-24dd-4a71-9114-fcd94a98d1bb","stageId":"2f4be7b7-2573-40fd-b00f-c222faa48a42","fillingId":"8666a275-e2c7-4fa0-a6dc-94299a6f1140","reviewDateTime":"2026-05-30T14:57:26.0517328+00:00","creationDateTime":"2026-06-05T14:57:26.0517328+00:00","lastModifiedDateTime":null,"userId":"1fe231d4-8731-4cf5-8647-64abe6fd7d54","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