GET {lang}/IndoorSites/Query/{format}/{interfaceid}/{orgid}?_id={_id}&OrganizationId={OrganizationId}&Limit={Limit}&Start={Start}&PoiId={PoiId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
format | string |
Required |
|
interfaceid | integer |
Required |
|
orgid | integer |
Required |
|
_id | string |
None. |
|
OrganizationId | integer |
None. |
|
Limit | integer |
None. |
|
Start | integer |
None. |
|
PoiId | integer |
None. |
|
lang | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ResponseIndoorSitesName | Description | Type | Additional information |
---|---|---|---|
IndoorSites | Collection of IndoorSite |
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:
{ "IndoorSites": [ { "_id": "sample string 1", "Name": "sample string 2", "PoiId": 3, "OrganizationId": 4, "MinFloor": 5, "MaxFloor": 6, "DefaultFloor": 7, "Latitude": 8.1, "Longtitude": 9.1, "MaxZoom": 10, "MinZoom": 11, "Floors": [ { "_id": "sample string 1", "PoiId": 2, "OrganizationId": 3, "FloorNumber": 4 }, { "_id": "sample string 1", "PoiId": 2, "OrganizationId": 3, "FloorNumber": 4 } ], "MapZoomLevels": [ { "PoiId": 1, "OrganizationId": 2, "ZoomLevel": 3, "TopLeftX": 4, "TopLeftY": 5, "BottomRightX": 6, "BottomRightY": 7 }, { "PoiId": 1, "OrganizationId": 2, "ZoomLevel": 3, "TopLeftX": 4, "TopLeftY": 5, "BottomRightX": 6, "BottomRightY": 7 } ], "CoordsTopLeftCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsTopRightCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsBottomLeftCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsBottomRightCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "Radius": 12, "Tags": [ "sample string 1", "sample string 2" ], "Poi": { "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 }, "BeaconProviderType": 1 }, { "_id": "sample string 1", "Name": "sample string 2", "PoiId": 3, "OrganizationId": 4, "MinFloor": 5, "MaxFloor": 6, "DefaultFloor": 7, "Latitude": 8.1, "Longtitude": 9.1, "MaxZoom": 10, "MinZoom": 11, "Floors": [ { "_id": "sample string 1", "PoiId": 2, "OrganizationId": 3, "FloorNumber": 4 }, { "_id": "sample string 1", "PoiId": 2, "OrganizationId": 3, "FloorNumber": 4 } ], "MapZoomLevels": [ { "PoiId": 1, "OrganizationId": 2, "ZoomLevel": 3, "TopLeftX": 4, "TopLeftY": 5, "BottomRightX": 6, "BottomRightY": 7 }, { "PoiId": 1, "OrganizationId": 2, "ZoomLevel": 3, "TopLeftX": 4, "TopLeftY": 5, "BottomRightX": 6, "BottomRightY": 7 } ], "CoordsTopLeftCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsTopRightCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsBottomLeftCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "CoordsBottomRightCorner": { "Latitude": 1.1, "Longtitude": 2.1 }, "Radius": 12, "Tags": [ "sample string 1", "sample string 2" ], "Poi": { "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 }, "BeaconProviderType": 1 } ] }
application/xml; charset=utf-8, application/xml
Sample:
Sample not available.