get https://{base_url}/api/reservations
Parameter
Field | Type | Description |
---|---|---|
page_no optional | Integer | Default value is 1 |
per_page optional | Integer | Default value is 20 |
tab optional | String | Default value is 'current'. Allowed values are 'current', 'upcoming', 'cancelled', 'expired' |
search_reservation optional | String | Searches for Reservation ID, Reservation Name, Property's Name |
paging optional | Boolean | If this key is passed, response will contain keys like page, per_page, total_records, reservations |