Get Venue List
Get Venue List
POST
[PlatformAddress]/api/1.0/venue?action=getVenueList
Get a list of venues.
Returns
A collection object with the following properties in the results
id
integer
The unique identifier for the venue.
hashId
string
The unique hash identifier for the venue.
businessName
string
The name of the venue.
businessNumber
integer
The business number of the venue.
phone
string
The phone number of the venue.
fax
string
The fax number of the venue.
websiteAddress
string
The website address of the venue.
emailAddress
string
The email address of the venue.
description
string
The description of the venue.
checkinTime
string
The checkin time of the venue.
checkoutTime
string
The checkout time of the venue.
childAge
integer
The age of a child for the venue.
infantAge
integer
The age of an infant for the venue.
currencyCode
string
The currency code of the venue.
localeCode
string
The locale code of the venue.
timezone
string
The timezone of the venue.
hasSpaces
boolean
If the venue has spaces.
hasAccommodation
boolean
If the venue has accommodation.
numMeetingRooms
integer
The number of meeting rooms in the venue.
numAccommodationRooms
integer
The number of accommodation rooms in the venue.
maxSpaceArea
integer
The maximum area of the largest space in the venue.
totalSpaceArea
integer
The total area of all spaces in the venue.
longitude
float
The longitude of the venue.
latitude
float
The latitude of the venue.
isTaxExclusive
boolean
If the venue is tax exclusive.
Address
line1
string
The first line of the address.
line2
string
The second line of the address.
line3
string
The third line of the address.
line4
string
The fourth line of the address.
city
string
The city of the address.
stateCode
string
The state code of the address.
stateName
string
The state name of the address.
countryCode
string
The country code of the address.
countryName
string
The country name of the address.
postalCode
string
The postal code of the address.
The result from this call will be a collection of all the events the user has access to. This call also accepts the pagination and filter properties.
Last updated