🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/component/elevator/findAccessControlledElevatorLandingShadowsByLocation \ --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", "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 } ] }
Find access controlled elevator landing shadows within the specified location
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Show child attributes
Was this page helpful?