Skip to main content
POST
/
api
/
partner
/
getClientDevices
Get client devices
curl --request POST \
  --url https://api2.rhombussystems.com/api/partner/getClientDevices \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "devices": [
    {
      "device": {
        "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",
        "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
      },
      "partnerControlledHardware": true,
      "reassignable": true
    }
  ]
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for getting devices for a specific client organization.

orgUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object containing devices for a specific client organization.

devices
object[] | null

List of devices with partner-specific details