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":"32861684-f2d1-4d5f-8cbd-a2c4dde4a7c5","stageId":"7a1e7f3f-b69c-4986-9459-843a4df3960d","fillingId":"306700c4-a0a8-4812-8d94-d65a3bd58beb","reviewDateTime":"2026-05-13T15:24:20.3774637+00:00","creationDateTime":"2026-05-13T15:24:20.3774637+00:00","lastModifiedDateTime":"2026-05-15T15:24:20.3774637+00:00","userId":"add93500-5262-4c15-a34e-e0445f88f792","status":"Approved"},{"id":"a6ce5721-ca9d-44d6-b10b-808ec3805294","stageId":"06d02edd-6b88-49ad-a4b7-139a79613450","fillingId":"04c5b545-7107-452b-bfff-4c46f0ac39e7","reviewDateTime":"2026-05-07T15:24:20.3774637+00:00","creationDateTime":"2026-05-13T15:24:20.3774637+00:00","lastModifiedDateTime":null,"userId":"e4aa14de-bab6-4d09-84b9-04c7f1b6d8a3","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