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":"3098ad7c-8257-447a-abb5-a83944a33210","stageId":"60d8abb9-bb34-43b6-8829-12b3221dec6e","fillingId":"473c546b-2feb-412b-92c4-3db93c33893d","reviewDateTime":"2026-06-05T16:17:24.1119268+00:00","creationDateTime":"2026-06-05T16:17:24.1119268+00:00","lastModifiedDateTime":"2026-06-07T16:17:24.1119268+00:00","userId":"5ad1e841-cf65-4d67-9253-7c428e007387","status":"Approved"},{"id":"eb55f09b-1204-44d1-990e-bd5ef77bdc47","stageId":"909df0ec-494c-419f-aa39-15d1e05051e7","fillingId":"28a34107-931b-43b4-82bd-24795826b045","reviewDateTime":"2026-05-30T16:17:24.1119268+00:00","creationDateTime":"2026-06-05T16:17:24.1119268+00:00","lastModifiedDateTime":null,"userId":"b4edf62f-5e43-42b4-a129-ce55e062717a","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