Get availability days status for a given date range
By sending a date range, the POS can fetch the status of all days available within that range in UTC timezone.
GET
/v1/availability/days-statusauthorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Query Parameters
fromstring
Format
date-timetostring
Format
date-timelocationId?string
Format
uuidguestCountinteger
Range
1 <= valueResponse Body
application/json
curl -X GET "http://localhost:4008/v1/availability/days-status?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z&guestCount=1"{
"property1": "IS_FULL",
"property2": "IS_FULL"
}