List Location
Returns the location (points of interest) matching the specified parameters.
If no parameters are specified, then all locations are returned.
If there are more than 50 locations, then by default only the first 50 locations are returned.
To view details of the other locations you will need to specify values for pageSize and pageIndex.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Location name search string. This is a case insensitive partial match. A location will match if the specified name is found anywhere in the location name.
Location address search string. This is a case insensitive partial match. A location will match if the specified address is found anywhere in formatedAddress.
A location category name. This is a case sensitive exact match search.
Location reference search string. This is a case insensitive partial match. A location will match if the specified reference is found anywhere in reference.
Location phone number search string. This is a partial match. A location will match if the specified number is found anywhere in phoneNumber. Do not include a “+” in the search value.
Contact name search string.
