🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/partner/getListOfAllClientDevices \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"listOfAllClientDevices": [
{
"createdAtMillis": 123,
"customData": "<string>",
"deleted": true,
"description": "<string>",
"facetNameMap": {},
"hardwareId": "<string>",
"hwVariation": "RASPBERRY_PI_3",
"mummified": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pending": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "<string>",
"type": "BLE_TRACKER",
"unregisteredEmailSent": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
]
}Retrieve list of all devices registered across all clients
curl --request POST \
--url https://api2.rhombussystems.com/api/partner/getListOfAllClientDevices \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"listOfAllClientDevices": [
{
"createdAtMillis": 123,
"customData": "<string>",
"deleted": true,
"description": "<string>",
"facetNameMap": {},
"hardwareId": "<string>",
"hwVariation": "RASPBERRY_PI_3",
"mummified": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pending": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "<string>",
"type": "BLE_TRACKER",
"unregisteredEmailSent": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
]
}Your API key for Rhombus.
Authentication scheme indicator ("partner-api-token").
17Request object for getting list of all client devices.
OK
Response object containing list of all client devices.
List of all client devices
Show child attributes
Was this page helpful?