Get events for environmental gateway
curl --request POST \
--url https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"createdAfterMs": 1640991600000,
"createdBeforeMs": 1640995200000,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"lastEvaluatedKey": "<string>",
"maxPageSize": 50
}
'import requests
url = "https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway"
payload = {
"createdAfterMs": 1640991600000,
"createdBeforeMs": 1640995200000,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"lastEvaluatedKey": "<string>",
"maxPageSize": 50
}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
createdAfterMs: 1640991600000,
createdBeforeMs: 1640995200000,
deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
lastEvaluatedKey: '<string>',
maxPageSize: 50
})
};
fetch('https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"createdAfterMs\": 1640991600000,\n \"createdBeforeMs\": 1640995200000,\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"lastEvaluatedKey\": \"<string>\",\n \"maxPageSize\": 50\n}")
.asString();{
"events": [
{
"activities": [],
"alertTriggerThresholds": [
123
],
"alertTriggers": [],
"carbonMonoSense": {
"adcRaw": 123,
"adcVoltage": 123,
"coConcentration": 123,
"timestampSec": 123
},
"clipMetaData": {
"activitySeekPoints": {},
"activitySeekPointsV2": [
{
"alert": true,
"bottom": 123,
"faceName": "<string>",
"keypointsV2": {},
"left": 123,
"licensePlate": "<string>",
"pose": "<string>",
"relativeSecond": 123,
"right": 123,
"top": 123,
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"activitySeekPointsV3": [
{
"alert": true,
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"dcao": true,
"dwelling": true,
"faceName": "<string>",
"id": 123,
"inMotion": true,
"licensePlate": "<string>",
"loudness": 123,
"pose": "<string>",
"relativeSecond": 123,
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toastOrderIdInfo": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"tu": "<string>",
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"boundingBoxes": [
{
"alert": true,
"bottom": 123,
"confidence": 123,
"croppedImageLocator": "<string>",
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"dwelling": true,
"faceName": "<string>",
"inMotion": true,
"keypointsV2": {},
"left": 123,
"licensePlate": "<string>",
"loudness": 123,
"objectId": 123,
"pose": "<string>",
"relativeSecond": 123,
"right": 123,
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toastOrderIdInfo": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"top": 123,
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"clipLocation": {
"region": "<string>"
},
"durationSec": 123,
"mGrids": [
"<string>"
],
"soundSignificantLufs": [
123
],
"startTime": 123,
"thumbnailLocation": {
"region": "<string>"
},
"thumbnailLocationV2": "<string>"
},
"co2Sense": {
"co2Ppm": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123
},
"derivedValues": {
"airQualityIndex": 123,
"calibrating": true,
"falsePositiveConfidencePercent": 123,
"heatIndexDegF": 123,
"indoorAirQuality": 123,
"malfunctioningModules": [
"<string>"
],
"smokeConfidencePercent": 123,
"smokeThcConfidencePercent": 123,
"smokeTobaccoConfidencePercent": 123,
"timestampSec": 123,
"tvoc": 123,
"vapeConfidencePercent": 123,
"vapeDetected": true,
"vapeThcConfidencePercent": 123
},
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"firmwareVersion": "<string>",
"formaSense": {
"ch2oPpb": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123
},
"leakProbe": {
"adcMv": 123,
"adcRaw": 123,
"leakDetected": true,
"moistDetected": true,
"present": true,
"timestampSec": 123
},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pmSense": {
"nc0p5": 123,
"nc10p0": 123,
"nc1p0": 123,
"nc2p5": 123,
"nc4p0": 123,
"noxIdx": 123,
"pm10p0": 123,
"pm1p0": 123,
"pm2p5": 123,
"pm4p0": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123,
"typPartSize": 123,
"vocIdx": 123
},
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pressSense": {
"pressure": 123,
"tempC": 123,
"timestampSec": 123
},
"tempProbe": {
"adcMv": 123,
"adcRaw": 123,
"present": true,
"tempC": 123,
"timestampSec": 123
},
"timestampMs": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"lastEvaluatedKey": "<string>"
}Climate Webservice
Get events for environmental gateway
Get list of events for environmental gateway
POST
/
api
/
climate
/
getEventsForEnvironmentalGateway
Get events for environmental gateway
curl --request POST \
--url https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"createdAfterMs": 1640991600000,
"createdBeforeMs": 1640995200000,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"lastEvaluatedKey": "<string>",
"maxPageSize": 50
}
'import requests
url = "https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway"
payload = {
"createdAfterMs": 1640991600000,
"createdBeforeMs": 1640995200000,
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"lastEvaluatedKey": "<string>",
"maxPageSize": 50
}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
createdAfterMs: 1640991600000,
createdBeforeMs: 1640995200000,
deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
lastEvaluatedKey: '<string>',
maxPageSize: 50
})
};
fetch('https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/climate/getEventsForEnvironmentalGateway")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"createdAfterMs\": 1640991600000,\n \"createdBeforeMs\": 1640995200000,\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"lastEvaluatedKey\": \"<string>\",\n \"maxPageSize\": 50\n}")
.asString();{
"events": [
{
"activities": [],
"alertTriggerThresholds": [
123
],
"alertTriggers": [],
"carbonMonoSense": {
"adcRaw": 123,
"adcVoltage": 123,
"coConcentration": 123,
"timestampSec": 123
},
"clipMetaData": {
"activitySeekPoints": {},
"activitySeekPointsV2": [
{
"alert": true,
"bottom": 123,
"faceName": "<string>",
"keypointsV2": {},
"left": 123,
"licensePlate": "<string>",
"pose": "<string>",
"relativeSecond": 123,
"right": 123,
"top": 123,
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"activitySeekPointsV3": [
{
"alert": true,
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"dcao": true,
"dwelling": true,
"faceName": "<string>",
"id": 123,
"inMotion": true,
"licensePlate": "<string>",
"loudness": 123,
"pose": "<string>",
"relativeSecond": 123,
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toastOrderIdInfo": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"tu": "<string>",
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"boundingBoxes": [
{
"alert": true,
"bottom": 123,
"confidence": 123,
"croppedImageLocator": "<string>",
"customActivityDescription": "<string>",
"customActivityDisplayName": "<string>",
"dwelling": true,
"faceName": "<string>",
"inMotion": true,
"keypointsV2": {},
"left": 123,
"licensePlate": "<string>",
"loudness": 123,
"objectId": 123,
"pose": "<string>",
"relativeSecond": 123,
"right": 123,
"sensorValType": {
"sensorBoolean": true,
"sensorDouble": 123,
"sensorLong": 123
},
"stableTrackId": 123,
"toastOrderIdInfo": {
"employeeName": "<string>",
"guid": "<string>",
"locationName": "<string>",
"restaurantName": "<string>",
"toastCheckInfo": {
"totalAmount": 123
}
},
"top": 123,
"unidentifiedFaceId": "<string>",
"vehicleName": "<string>"
}
],
"clipLocation": {
"region": "<string>"
},
"durationSec": 123,
"mGrids": [
"<string>"
],
"soundSignificantLufs": [
123
],
"startTime": 123,
"thumbnailLocation": {
"region": "<string>"
},
"thumbnailLocationV2": "<string>"
},
"co2Sense": {
"co2Ppm": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123
},
"derivedValues": {
"airQualityIndex": 123,
"calibrating": true,
"falsePositiveConfidencePercent": 123,
"heatIndexDegF": 123,
"indoorAirQuality": 123,
"malfunctioningModules": [
"<string>"
],
"smokeConfidencePercent": 123,
"smokeThcConfidencePercent": 123,
"smokeTobaccoConfidencePercent": 123,
"timestampSec": 123,
"tvoc": 123,
"vapeConfidencePercent": 123,
"vapeDetected": true,
"vapeThcConfidencePercent": 123
},
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"firmwareVersion": "<string>",
"formaSense": {
"ch2oPpb": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123
},
"leakProbe": {
"adcMv": 123,
"adcRaw": 123,
"leakDetected": true,
"moistDetected": true,
"present": true,
"timestampSec": 123
},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pmSense": {
"nc0p5": 123,
"nc10p0": 123,
"nc1p0": 123,
"nc2p5": 123,
"nc4p0": 123,
"noxIdx": 123,
"pm10p0": 123,
"pm1p0": 123,
"pm2p5": 123,
"pm4p0": 123,
"relHumid": 123,
"tempC": 123,
"timestampSec": 123,
"typPartSize": 123,
"vocIdx": 123
},
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pressSense": {
"pressure": 123,
"tempC": 123,
"timestampSec": 123
},
"tempProbe": {
"adcMv": 123,
"adcRaw": 123,
"present": true,
"tempC": 123,
"timestampSec": 123
},
"timestampMs": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"lastEvaluatedKey": "<string>"
}Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
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.
Available options:
api-token, api, partner-api-token, partner-api Body
application/json
Request to retrieve events for an environmental gateway.
Timestamp in milliseconds after which events should be retrieved
Example:
1640991600000
Timestamp in milliseconds before which events should be retrieved
Example:
1640995200000
base 64 (url-safe) uuid string
Example:
"AAAAAAAAAAAAAAAAAAAAAA"
Maximum number of results to return per page
Example:
50
Last modified on August 3, 2026
⌘I