Gets all Reservations.
Gets all Reservations with specified paging, sorting and filtering parameters. Filtering is only supported on 'name', 'reservationTypeId', 'subTenantId', 'enabled', 'tenantId' and 'reservationPolicyId' fields.
the id of the reservation to update
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"reservationTypeRef": {
"id": "string",
"label": "string"
},
"name": "string",
"tenantId": "string",
"subTenantRef": {
"id": "string",
"label": "string"
},
"id": "string",
"priority": 0,
"enabled": false,
"extensionData": {
"entries": [
{
"key": "string"
}
]
},
"reservationPolicyRef": {
"id": "string",
"label": "string"
}
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements