Get Device Metadata Value
Last updated
Was this helpful?
Last updated
Was this helpful?
You can get the value of any single-value (text, number, email, hostspot, device name, list, int, imei, image, iccid, device owner email) device meta field using it exact name (case sensitive).
loc.latlon is special hardcoded internal meta field to get device location "lat lon".
GET
https://{server_address}/external/api/device/meta?token={token}&metaFieldId={metaFieldId}
{% swagger-response status="400" description="Could not find a device token or Wrong metaField format or Could not find metaField id" %}