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":"178d4531-ade0-41da-a752-4a0a52efa26f","stageId":"5e597110-e63a-44e6-91d8-576490556f67","fillingId":"8157ffc8-557b-4526-b63a-683ce66d19f0","reviewDateTime":"2026-01-29T07:54:12.4221104+00:00","creationDateTime":"2026-01-29T07:54:12.4221104+00:00","lastModifiedDateTime":"2026-01-31T07:54:12.4221104+00:00","userId":"704dd0d3-afaa-4540-a199-9d06275c4099","status":"Approved"},{"id":"29734057-daea-4eed-87d1-73355f7cc1e6","stageId":"490a6dcd-1aac-4b46-9d53-b613bd14bb83","fillingId":"ddcf3ab8-54f3-406d-bd6d-343b4fd712f0","reviewDateTime":"2026-01-23T07:54:12.4221104+00:00","creationDateTime":"2026-01-29T07:54:12.4221104+00:00","lastModifiedDateTime":null,"userId":"f5670481-6181-4c9b-8827-66c25427111b","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