...
| Parameter | Description |
|---|---|
hotel_id | Property Numerical identifier Cannot be null |
limit | The maximum number of requests to return, up to 50. |
| offset integer optional, default is 0 | The number of requests to skip over, where the ordering is consistent but unspecified. |
| status string optional, default is 0 | Filter Requests that match a specific status. Use Unresolved to retrieve all requests that have any status other than completed or cancelled. |
| priority string optional, default is "new" | Filter Requests that match a specific priority. |
| room string optional |
|
| rooms array optional |
|
| booking string optional |
|
| bookings array optional | Filter Requests that belong to an array of bookings. |
| category string optional |
|
...