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":"e28ff441-227c-4a27-a58e-5b708720481c","stageId":"f26fdcbd-d800-4cf1-9c79-d50706e9cff6","fillingId":"b23548f0-c1f0-4ece-8258-97c739a62691","reviewDateTime":"2026-04-02T09:51:29.3809465+00:00","creationDateTime":"2026-04-02T09:51:29.3809465+00:00","lastModifiedDateTime":"2026-04-04T09:51:29.3809465+00:00","userId":"59584c0d-e981-48ab-98ef-91ba3af3cb0d","status":"Approved"},{"id":"397abf3e-643f-4225-b68f-b82d28e64f55","stageId":"f575fc68-728e-4a89-b281-c14d5cc5ce85","fillingId":"e71c0266-4fed-49da-af44-a72fbaca7aad","reviewDateTime":"2026-03-27T09:51:29.3809465+00:00","creationDateTime":"2026-04-02T09:51:29.3809465+00:00","lastModifiedDateTime":null,"userId":"b3a24989-07b0-4c98-af23-40e9991dc410","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