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":"5bcb3e56-95c6-4315-8fb4-daf2026724ec","stageId":"3aa08fcb-246a-46e3-ac76-c7ac81b23a7f","fillingId":"1c036ad7-599c-4a04-b312-a6f7fb30d2a1","reviewDateTime":"2025-07-02T00:04:36.092584+00:00","creationDateTime":"2025-07-02T00:04:36.092584+00:00","lastModifiedDateTime":"2025-07-04T00:04:36.092584+00:00","userId":"75f67666-f5b6-4f54-afcd-2c14639f8624","status":"Approved"},{"id":"f3b7e2fe-07bc-41f1-9bcb-d87cc87f6c6b","stageId":"7d39080b-7f4e-4ef2-a3a0-c490f88a2596","fillingId":"27bc4b78-194a-4228-a161-7494536ec6d1","reviewDateTime":"2025-06-26T00:04:36.092584+00:00","creationDateTime":"2025-07-02T00:04:36.092584+00:00","lastModifiedDateTime":null,"userId":"ecb2ea8c-6d2a-472b-92f9-8d2bb8f42407","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