Get Device Metadata
Get Device Metadata
GET https://{server_address}/api/v1/organization/device/metafield
Query Parameters
Name
Type
Description
deviceId*
Integer
Device identifier. Should be a valid integer.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
[
{
"id": 1,
"name": "Device Name",
"value": "My awesome device"
},
{
"id": 2,
"name": "Device Owner",
"value": "[email protected]"
}
]{
"error": {
"message": "Device with identifier 1 is not found or belong to another organization."
}
}Request examples:
Last updated
Was this helpful?

