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":"c85ec8ac-5953-4d85-85a2-aed37b7f5eaf","stageId":"ea2f0e13-0c26-4a97-b2eb-cf4dec7a3c0e","fillingId":"d1e91619-6f63-449e-bb67-1b0735a37238","reviewDateTime":"2026-01-08T22:51:21.1250071+00:00","creationDateTime":"2026-01-08T22:51:21.1250071+00:00","lastModifiedDateTime":"2026-01-10T22:51:21.1250071+00:00","userId":"44b22f80-9de4-4c15-922a-288fa9eb077e","status":"Approved"},{"id":"ed81df65-35b0-4e5c-b155-3217cef84b6a","stageId":"7c1bfcf2-0a47-473f-9362-86f03565f84f","fillingId":"f8dab493-6405-4a52-a663-aa6f1586337f","reviewDateTime":"2026-01-02T22:51:21.1250071+00:00","creationDateTime":"2026-01-08T22:51:21.1250071+00:00","lastModifiedDateTime":null,"userId":"f7c4e0b3-507e-44ba-9205-f6ef4fa26f4b","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