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":"1c249deb-3604-4250-a4d6-c143404963a4","stageId":"3ef65b35-b927-4e0d-8522-bad03b3c6de1","fillingId":"3e2d2a34-221e-489f-9931-3ca942a38c5d","reviewDateTime":"2025-12-10T11:22:28.0623812+00:00","creationDateTime":"2025-12-10T11:22:28.0623812+00:00","lastModifiedDateTime":"2025-12-12T11:22:28.0623812+00:00","userId":"f4109f42-4e70-4168-9c57-4590b79d658b","status":"Approved"},{"id":"ab12f45d-2b01-4c2c-b0c8-9901a3b2c8d3","stageId":"06ea39ba-41f3-4852-90f1-beac1f3ea1fa","fillingId":"78bab7c5-68e7-4ab7-984e-28c5d8ac3a92","reviewDateTime":"2025-12-04T11:22:28.0623812+00:00","creationDateTime":"2025-12-10T11:22:28.0623812+00:00","lastModifiedDateTime":null,"userId":"ca455932-82bc-4d1b-89fd-ad0ff1a91630","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