Skip to main content
POST
Get button press events for sensor

Authorizations

x-auth-apikey
string
header
required

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

x-auth-scheme
enum<string>
default:api-token
required

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 get button press events for a specific sensor.

createdAfterMs
integer<int64> | null
int64

Timestamp in milliseconds to get events created after this time

Example:

1640995200000

createdBeforeMs
integer<int64> | null
int64

Timestamp in milliseconds to get events created before this time

Example:

1640995200000

limit
integer<int32> | null
int32

Maximum number of events to return

Example:

100

sensorUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response containing button press events for a sensor.

error
boolean | null
errorMsg
string | null
events
(object | null)[] | null

List of button press events for the sensor

warningMsg
string | null
Last modified on August 3, 2026