GET {lang}/Poi/Query/{format}/{interfaceid}/{orgid}
Returns nearest POIs by a given location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| format | string |
Required |
|
| interfaceid | integer |
Required |
|
| orgid | integer |
Required |
|
| longitude | decimal number |
None. |
|
| latitude | decimal number |
None. |
|
| maxDistance | integer |
None. |
|
| limit | integer |
None. |
|
| poiId | integer |
None. |
|
| NorthEastCornerLat | decimal number |
None. |
|
| NorthEastCornerLong | decimal number |
None. |
|
| SouthWestCornerLat | decimal number |
None. |
|
| SouthWestCornerLong | decimal number |
None. |
|
| FirstLetter | string |
None. |
|
| PoiIds | Collection of integer |
None. |
|
| DispatchFilterPolicy | DispatchFilterPolicy |
None. |
|
| Start | integer |
None. |
|
| SortField | string |
None. |
|
| SortDir | string |
None. |
|
| Tags | string |
None. |
|
| lang | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of POI| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| POIName | string |
None. |
|
| POIComments | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Tags | string |
None. |
|
| IconCodeId | integer |
None. |
|
| TagsArray | Collection of string |
None. |
|
| IconURL |
Read Only |
string |
None. |
| Notes | string |
None. |
|
| IsMain | boolean |
None. |
|
| VisibleInDispatches | Collection of integer |
None. |
|
| Bearing | decimal number |
None. |
|
| Azimuth | string |
None. |
|
| Distance | decimal number |
None. |
|
| Building | string |
None. |
|
| Floor | string |
None. |
|
| Room | string |
None. |
|
| CreatorDispatch | integer |
None. |
|
| TargetLongitude | decimal number |
None. |
|
| TargetLatitude | decimal number |
None. |
Response Formats
application/json; charset=utf-8, application/json, application/vnd.google-earth.kml+xml, text/plain, image/png, text/csv, application/x-www-form-urlencoded
Sample:
[
{
"id": 2,
"POIName": "sample string 4",
"POIComments": "sample string 5",
"Longitude": 1.0,
"Latitude": 1.0,
"Tags": "sample string 6",
"IconCodeId": 1,
"TagsArray": [
"sample string 1",
"sample string 2"
],
"IconURL": "https://vgsimg.vigiscope.com/lb/1.jpg",
"Notes": "sample string 8",
"IsMain": true,
"VisibleInDispatches": [
1,
2
],
"Bearing": 11.1,
"Azimuth": "sample string 12",
"Distance": 13.0,
"Building": "sample string 14",
"Floor": "sample string 15",
"Room": "sample string 16",
"CreatorDispatch": 17,
"TargetLongitude": 1.0,
"TargetLatitude": 1.0
},
{
"id": 2,
"POIName": "sample string 4",
"POIComments": "sample string 5",
"Longitude": 1.0,
"Latitude": 1.0,
"Tags": "sample string 6",
"IconCodeId": 1,
"TagsArray": [
"sample string 1",
"sample string 2"
],
"IconURL": "https://vgsimg.vigiscope.com/lb/1.jpg",
"Notes": "sample string 8",
"IsMain": true,
"VisibleInDispatches": [
1,
2
],
"Bearing": 11.1,
"Azimuth": "sample string 12",
"Distance": 13.0,
"Building": "sample string 14",
"Floor": "sample string 15",
"Room": "sample string 16",
"CreatorDispatch": 17,
"TargetLongitude": 1.0,
"TargetLatitude": 1.0
}
]
application/xml; charset=utf-8, application/xml
Sample:
Sample not available.