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":"6b19afdc-2d0a-44a0-a756-04fcad226048","stageId":"5dc6fddf-8993-4431-b459-9365aac12a9f","fillingId":"658f8cd6-0461-4d80-950e-cd03bcda4860","reviewDateTime":"2025-11-20T00:56:35.8910127+00:00","creationDateTime":"2025-11-20T00:56:35.8910127+00:00","lastModifiedDateTime":"2025-11-22T00:56:35.8910127+00:00","userId":"80aa0b23-b88f-49bf-adae-8996153263f8","status":"Approved"},{"id":"18d18a10-dc5f-498f-8275-2ac3a27211ec","stageId":"998c4cde-8d33-436e-ac82-cbe0757a137c","fillingId":"a785edeb-bc1f-4da2-97a7-0bbf544364cb","reviewDateTime":"2025-11-14T00:56:35.8910127+00:00","creationDateTime":"2025-11-20T00:56:35.8910127+00:00","lastModifiedDateTime":null,"userId":"83ef02c3-f1d4-4766-b2fa-db3d6e518e31","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