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":"ad0bdb78-0723-4dce-972e-199c64f1a05a","stageId":"d13a7ece-1472-4701-949e-d9e9fca516f1","fillingId":"584dbcc5-ef55-4839-b53d-cea5473d9f82","reviewDateTime":"2025-10-25T21:28:48.3801537+00:00","creationDateTime":"2025-10-25T21:28:48.3801537+00:00","lastModifiedDateTime":"2025-10-27T21:28:48.3801537+00:00","userId":"2168def5-11eb-4286-949c-1bfa6a18822f","status":"Approved"},{"id":"2512c907-ef10-4c60-81eb-8533e855b849","stageId":"61095d51-02b9-4792-9a32-19a109e81df0","fillingId":"1e3a6200-3499-4fd5-a703-33bb170c08f8","reviewDateTime":"2025-10-19T21:28:48.3801537+00:00","creationDateTime":"2025-10-25T21:28:48.3801537+00:00","lastModifiedDateTime":null,"userId":"ba33cab3-82d9-4cc0-83ee-15800354c183","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