Reference for http://apisandbox.inapub.co.uk/api.svc/venues/{ID}/likes/count?appID={APPID}&format=json
Get number of people who have said that they like a venue, returned in JSON format.
Url: http://apisandbox.inapub.co.uk/api.svc/venues/{ID}/likes/count?appID={APPID}&format=json
HTTP Method: GET
This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.
| Message direction | Format | Body |
|---|---|---|
| Request | N/A | The Request body is empty. |
| Response | Xml | Example |
| Response | Json | Example |
The following is an example response Xml body:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2147483647</int>
The following is an example response Json body:
2147483647