🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/report/getProximityTagLocationsByDate \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"tagUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"dataPoints": [
{
"dateLocal": "<string>",
"tagUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Get proximity tag locations by date
curl --request POST \
--url https://api2.rhombussystems.com/api/report/getProximityTagLocationsByDate \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"tagUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"dataPoints": [
{
"dateLocal": "<string>",
"tagUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting proximity tag locations by date.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Deprecated input, use endTimeMs instead
End datetime provided as a UNIX timestamp in milliseconds
x >= 0Deprecated input, use startTimeMs instead
Start datetime provided as a UNIX timestamp in milliseconds
x >= 0Was this page helpful?