Skip to main content
POST
/
api
/
component
/
findAccessControlledDoorShadows
Find access controlled door shadows within the org
curl --request POST \
  --url https://api2.rhombussystems.com/api/component/findAccessControlledDoorShadows \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "lastEvaluatedKey": "<string>",
  "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
  "maxPageSize": 123
}
'
{
  "lastEvaluatedKey": "<string>",
  "shadows": [
    {
      "authFirstIn": {
        "originator": {
          "grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
          "grantedToName": "<string>",
          "supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
          "supportUserEmail": "<string>",
          "supportUsername": "<string>",
          "type": "USER"
        },
        "source": "CONFIG_MANUAL_OVERRIDE",
        "state": "DISABLED",
        "stateUpdateEventTimestampMs": 123
      },
      "componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "createdAtMillis": 123,
      "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "scheduleFirstIn": {
        "originator": {
          "grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
          "grantedToName": "<string>",
          "supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
          "supportUserEmail": "<string>",
          "supportUsername": "<string>",
          "type": "USER"
        },
        "source": "CONFIG_MANUAL_OVERRIDE",
        "state": "DISABLED",
        "stateUpdateEventTimestampMs": 123
      },
      "state": {
        "source": "DEFAULT_STATE",
        "state": "UNLOCKED",
        "stateUpdateEventTimestampMs": 123
      },
      "type": "AccessControlledDoorShadow",
      "updatedAtMillis": 123
    }
  ]
}

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
lastEvaluatedKey
string | null
locationUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

maxPageSize
integer<int32> | null

Response

200 - application/json

OK

lastEvaluatedKey
string | null
shadows
object[] | null