🚧 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/sensors/getFootageSensorSeekpointsForLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"durationSec": 3600,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"startTimeSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"seekPoints": [
{
"a": "SOUND_LOUD",
"ts": 123,
"al": true,
"cd": "<string>",
"cdn": "<string>",
"co2": 123,
"cu": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"ethanol": 123,
"h": 123,
"heatIndexDegF": 123,
"hp": 123,
"iaq": 123,
"lu": "AAAAAAAAAAAAAAAAAAAAAA",
"pm25": 123,
"probeTempC": 123,
"sn": "Motion Sensor 1",
"su": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"t": 123,
"tc": 123,
"thcPercent": 123,
"tvoc": 123,
"vapeSmokePercent": 123
}
],
"warningMsg": "<string>"
}Retrieves sensor activity seekpoints for a specific location within a given time range. Returns footage seekpoints that correspond to sensor events detected at the specified location.
curl --request POST \
--url https://api2.rhombussystems.com/api/sensors/getFootageSensorSeekpointsForLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"durationSec": 3600,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"startTimeSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"seekPoints": [
{
"a": "SOUND_LOUD",
"ts": 123,
"al": true,
"cd": "<string>",
"cdn": "<string>",
"co2": 123,
"cu": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"ethanol": 123,
"h": 123,
"heatIndexDegF": 123,
"hp": 123,
"iaq": 123,
"lu": "AAAAAAAAAAAAAAAAAAAAAA",
"pm25": 123,
"probeTempC": 123,
"sn": "Motion Sensor 1",
"su": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"t": 123,
"tc": 123,
"thcPercent": 123,
"tvoc": 123,
"vapeSmokePercent": 123
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting sensor seekpoints for a location.
Was this page helpful?