Invoking the Summary API
The Summary API is where your data integration with Bookerville's API starts. It provides a list of all the Bookerville properties that are participating in the API with your organization.
The URL to use for invoking the Summary API is:
You will of course replace the "s3cr3tK3y" parameter with your own Bookerville API access token. If you don't have one, you may apply for one here:
Request API Token
Note: for testing purposes it is fine to pass your API access token using simple query string parameters in the URL as in the sample above. Once you have completed testing, it is far better to pass it as an HTTP POST (form) parameter instead, because that is more secure.
Optional: you may also pass in optional sorting parameters:
sortField - if passed, must be set to dateBooked (the only field supported for sorting at this point)
sortOrder - if passed, must be set to ASC (for ascending) or DESC (for descending)
Example:
This would cause the results to be sorted in order of last date booked.