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
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.
formIdPlease 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 |