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":"ad78b209-10b4-4cbc-b603-917ff1b25221","stageId":"f77166f8-9d1d-4222-9d5b-c32ad7504dc2","fillingId":"66921ef2-fcac-4308-b033-a46acfeb18ce","reviewDateTime":"2026-03-12T19:07:22.4421547+00:00","creationDateTime":"2026-03-12T19:07:22.4421547+00:00","lastModifiedDateTime":"2026-03-14T19:07:22.4421547+00:00","userId":"39253e48-60c1-4528-8d98-ed9829e0d042","status":"Approved"},{"id":"08b1dd54-f63f-4057-93ff-d440d1217eef","stageId":"725217bd-ede2-435a-ab04-a2b06f6952f9","fillingId":"bee8d36f-7a74-4530-b4f7-b2398c4de0bf","reviewDateTime":"2026-03-06T19:07:22.4421547+00:00","creationDateTime":"2026-03-12T19:07:22.4421547+00:00","lastModifiedDateTime":null,"userId":"272db048-2bd6-4dc8-bb8b-8bb3ef0177c8","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