curl --request POST \
--url https://api2.rhombussystems.com/api/camera/getFootageSeekpointsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"duration": 3600,
"includeAnyMotion": true,
"startTime": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"footageSeekPoints": [
{
"a": "SOUND_LOUD",
"ts": 123,
"al": true,
"cc": "BLUE",
"cd": "<string>",
"cdn": "<string>",
"dcao": true,
"dwelling": true,
"fn": "<string>",
"id": 123,
"loudness": 123,
"lp": "<string>",
"m": true,
"p": "<string>",
"ro": [
"<string>"
],
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toi": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"tu": "<string>",
"uf": "<string>",
"vn": "<string>"
}
],
"warningMsg": "<string>"
}Get activity seekpoints for specified camera
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/getFootageSeekpointsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"duration": 3600,
"includeAnyMotion": true,
"startTime": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"footageSeekPoints": [
{
"a": "SOUND_LOUD",
"ts": 123,
"al": true,
"cc": "BLUE",
"cd": "<string>",
"cdn": "<string>",
"dcao": true,
"dwelling": true,
"fn": "<string>",
"id": 123,
"loudness": 123,
"lp": "<string>",
"m": true,
"p": "<string>",
"ro": [
"<string>"
],
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toi": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"tu": "<string>",
"uf": "<string>",
"vn": "<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 to retrieve footage seek points V2 for a camera within a time range.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Duration in seconds
3600
Whether to include any motion events
true
Start time in seconds since epoch
1640995200
Was this page helpful?