Skip to main content
POST
/
api
/
export
/
proximityEvents
Download proximity tag event log
curl --request POST \
  --url https://api2.rhombussystems.com/api/export/proximityEvents \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "createBeforeMs": 123,
  "createdAfterMs": 1640995200000,
  "createdBeforeMs": 1641081600000,
  "tagUuid": "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 proximity events with time filtering and tag selection.

createBeforeMs
integer<int64> | null
createdAfterMs
integer<int64> | null

Start time in milliseconds for filtering proximity events

Example:

1640995200000

createdBeforeMs
integer<int64> | null

End time in milliseconds for filtering proximity events

Example:

1641081600000

tagUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json
object | null

OK

The response is of type object.