Skip to main content
POST
/
api
/
partner
/
getListOfAllClientDevices
Get list of all client devices
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",
      "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
    }
  ]
}

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 list of all client devices.

Response

200 - application/json

OK

Response object containing list of all client devices.

listOfAllClientDevices
object[] | null

List of all client devices