curl --request POST \
--url https://api2.rhombussystems.com/api/doorbellcamera/findComponentEventsForDoorbellCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"doorbellCameraUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"limit": 50
}
'{
"componentEvents": [
{
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"newSupervisionState": "CUT_DETECTED",
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"correlationId": "<string>",
"createdAtMs": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timestampMs": 123,
"type": "DoorbellEvent",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Retrieve all component events relevant to the specified Doorbell Camera
curl --request POST \
--url https://api2.rhombussystems.com/api/doorbellcamera/findComponentEventsForDoorbellCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"doorbellCameraUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"limit": 50
}
'{
"componentEvents": [
{
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"newSupervisionState": "CUT_DETECTED",
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"correlationId": "<string>",
"createdAtMs": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timestampMs": 123,
"type": "DoorbellEvent",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request object for retrieving component events for a doorbell camera.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Limits the number of returned events to the latest LIMIT events. Maximum value is 100.
50
Returns events created after (exclusive) the specified millisecond epoch timestamp
1640995200000
Returns events created before (exclusive) the specified millisecond epoch timestamp
1640995200000
Limits results to only contain the specified type of events, if applicable
Limits results to only contain the specified type of events, if applicable
DoorbellEvent, DoorReaderStateChangeEvent, DoorRelayStateChangeEvent, DoorPositionIndicatorStateChangeEvent, RequestToExitStateChangeEvent, CredentialReceivedEvent, ButtonEvent, GenericInputStateChangeEvent, GenericRelayStateChangeEvent, AccessControlUnitTamperEvent, AccessControlUnitLocationLockdownStateEvent, DoorLocationLockdownStateEvent, PanicButtonEvent, AccessControlUnitBatteryStateChangeEvent, WaveToUnlockIntentExpiredEvent, DoorStateChangeEvent, DoorAuthFirstInStateEvent, DoorScheduleFirstInStateEvent, AccessControlUnitDoorFirstInStateEvent, AperioDoorExtensionStateEvent, AperioActivatorStateEvent, AperioKeyCylinderStateEvent, AperioDoorModeEvent, AperioDoorHandleStateEvent, AperioGatewayStateEvent, AperioGatewayConnectionStateChangeEvent, AperioDtcEvent, AperioTamperStateEvent OK
Response object containing component events for a doorbell camera.
List of component events for the doorbell camera
List of component events for the doorbell camera
Show child attributes
Was this page helpful?