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":"041b96af-bbc0-47b3-b7db-01ed37b320c2","url":null,"stageId":"56127a6c-4bf9-4a95-95db-ff31e8d3b15b","stageUrl":null,"fillingId":"9c6f0172-011d-41bb-8e8c-39bbafcf2976","fillingUrl":null,"userId":"ee673cf7-450c-45a5-b6f6-4ada9b23197c","userUrl":null,"status":"Approved","reviewDateTime":"2025-01-20T04:55:26.6874866+00:00","creationDateTime":"2025-01-20T04:55:26.6874866+00:00","lastModifiedDateTime":"2025-01-22T04:55:26.6874866+00:00"},{"id":"275d7ee1-8b1a-49e4-a98e-576ee367ff7f","url":null,"stageId":"2cdb133e-38d2-4e55-ab77-f13018701c2a","stageUrl":null,"fillingId":"f8793fb8-a14d-42bd-89ba-87d8928e00ca","fillingUrl":null,"userId":null,"userUrl":null,"status":"Pending","reviewDateTime":null,"creationDateTime":"2025-01-20T04:55:26.6874866+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