GET api/events/nearme?lat={lat}&lng={lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lat | decimal number |
Required |
|
lng | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 1 ]
application/xml, text/xml
Sample:
<ArrayOfNullableOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <int>1</int> <int>1</int> </ArrayOfNullableOfint>