Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Stages

Get Stage Reviews
GET /serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/reviews
https://api.relesysapp.net/api/v1/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":"c62c7e92-817d-437c-9e40-624bf36b7828","stageId":"0076c093-eaa2-461d-bee4-217651ca1189","fillingId":"0e7f011d-421b-4982-9f15-7bbd65afe19b","reviewDateTime":"2025-12-12T06:16:39.6026815+00:00","creationDateTime":"2025-12-12T06:16:39.6026815+00:00","lastModifiedDateTime":"2025-12-14T06:16:39.6026815+00:00","userId":"b62450fc-9e6b-4ce7-b6c9-4075ba16cb1e","status":"Approved"},{"id":"12b19a37-5da1-46ca-81f5-b32af265bdf8","stageId":"f2212933-3589-48a9-be54-439f0b7643c2","fillingId":"9ed6d843-4716-455e-9ad3-97d1c36adac8","reviewDateTime":"2025-12-06T06:16:39.6026815+00:00","creationDateTime":"2025-12-12T06:16:39.6026815+00:00","lastModifiedDateTime":null,"userId":"bad7910b-6bd5-46d9-bd5b-df7315170a0c","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