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":"fcb251ba-5285-46ee-be92-62c457012f1a","stageId":"2d971b30-7000-4025-a1eb-093f3e0cfcbb","fillingId":"82825b37-2381-4bdb-81d7-eff10dee8154","reviewDateTime":"2025-10-01T19:37:52.0751162+00:00","creationDateTime":"2025-10-01T19:37:52.0751162+00:00","lastModifiedDateTime":"2025-10-03T19:37:52.0751162+00:00","userId":"58534b54-e86c-49ba-af00-58b14d35d639","status":"Approved"},{"id":"4ced19e1-677d-4086-9546-e8daaccf2c02","stageId":"56355fd4-b074-4493-9335-d185293d92d4","fillingId":"cb4a06f1-4d12-4470-b156-d90998d5c47f","reviewDateTime":"2025-09-25T19:37:52.0751162+00:00","creationDateTime":"2025-10-01T19:37:52.0751162+00:00","lastModifiedDateTime":null,"userId":"563c330e-662f-4b5b-b074-034454066e33","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