v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Get the position information for a given wireless device or a wireless gateway resource. The position information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System (WGS84)</a>.

get/resource-positions/{ResourceIdentifier}#resourceType

Path parameters

ResourceIdentifierstring required

The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.

Query parameters

resourceType'WirelessDevice' | 'WirelessGateway' required

The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.

Response

Success

GeoJsonPayloadstring

The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.