Skip to main content
POST
/
api
/
export
/
environmentalGatewayEvents
Download environmental gateway event log
curl --request POST \
  --url https://api2.rhombussystems.com/api/export/environmentalGatewayEvents \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "createdAfterMs": 1640995200000,
  "createdBeforeMs": 1641081600000,
  "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for exporting environmental gateway events with time filtering.

createdAfterMs
integer<int64> | null

Start time in milliseconds for filtering environmental gateway events

Example:

1640995200000

createdBeforeMs
integer<int64> | null

End time in milliseconds for filtering environmental gateway events

Example:

1641081600000

deviceUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json
object | null

OK

The response is of type object.