v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Measurement Location

Get a single measurement location in the Isometric system

get/measurement_locations/{id}

Path parameters

idstring required
Example:mlc_1CCZASA6Q1S0V8T4

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
latitudenumber required

A WGS84 latitude in decimal degrees, between -90 and 90.

longitudenumber required

A WGS84 longitude in decimal degrees, between -180 and 180.

supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

Example response

{
  "id": "mlc_1CCZASA6Q1S0V8T4",
  "latitude": 51.5072,
  "longitude": -0.1276
}