🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/doorbellcamera/findComponentSeekPointsForDoorbellCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"doorbellCameraUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"durationSec": 3600,
"startTimeSecEpochExclusive": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"seekpoints": [
{
"activity": "SOUND_LOUD",
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"customActivityColor": "BLUE",
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"originalEvent": {},
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timestampMs": 123,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Retrieve all component seekpoints relevant to the specified Doorbell Camera
curl --request POST \
--url https://api2.rhombussystems.com/api/doorbellcamera/findComponentSeekPointsForDoorbellCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"doorbellCameraUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"durationSec": 3600,
"startTimeSecEpochExclusive": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"seekpoints": [
{
"activity": "SOUND_LOUD",
"componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"customActivityColor": "BLUE",
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"originalEvent": {},
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timestampMs": 123,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for retrieving component seekpoints for a doorbell camera.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Duration in seconds for the seekpoint query
3600
Start time in seconds epoch (exclusive) for the seekpoint query
1640995200
Was this page helpful?