Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Stage Reviews

List
GET /serviceformModules/{moduleId}/forms/{formId}/stagereviews
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/stagereviews
Get a list of stage reviews for the form with ID formId

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
moduleId string / guid required
formId 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
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":"17698a63-dd23-455c-a913-5c60978fc789","url":null,"stageId":"b7115438-2ca1-42f1-96fd-af33af506edf","stageUrl":null,"fillingId":"6bbe9d01-7be4-4d07-828f-c4221ab50c2f","fillingUrl":null,"userId":"c6d3f2a9-700a-4bc4-9179-46a47c99806c","userUrl":null,"status":"Approved","reviewDateTime":"2025-04-28T09:18:49.4121538+00:00","creationDateTime":"2025-04-28T09:18:49.4121538+00:00","lastModifiedDateTime":"2025-04-30T09:18:49.4121538+00:00"},{"id":"327d5387-7802-4891-bd18-c635d43bb9ce","url":null,"stageId":"b11764ff-25f9-48ea-bab2-2c1e9306f2c2","stageUrl":null,"fillingId":"c6fd61ee-3c36-4ae6-a3b8-db6dbbb6ebf7","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2025-04-28T09:18:49.4121538+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   reviewDateTime datetimeoffset      
   stageId string / guid      
   stageUrl string      
   status string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string