🚧 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/policy/getProximityPolicies \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"policies": [
{
"defaultDepartureThresholdSec": 123,
"defaultTriggers": [
{
"activity": "SOUND_LOUD",
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
]
}
],
"description": "<string>",
"egressThresholdMetersMap": {},
"ingressThresholdMetersMap": {},
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduledTriggers": [
{
"departureThresholdSec": 123,
"egressThresholdMetersMap": {},
"ingressThresholdMetersMap": {},
"schedule": {
"intervalList": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
],
"mutable": true,
"name": "<string>",
"oneTimeUse": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"strategy": "WEEKLY_REPEATING_MINUTES",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"triggerSet": [
{
"activity": "SOUND_LOUD",
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
]
}
]
}
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Get details about all asset tag policies in organization
curl --request POST \
--url https://api2.rhombussystems.com/api/policy/getProximityPolicies \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"policies": [
{
"defaultDepartureThresholdSec": 123,
"defaultTriggers": [
{
"activity": "SOUND_LOUD",
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
]
}
],
"description": "<string>",
"egressThresholdMetersMap": {},
"ingressThresholdMetersMap": {},
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduledTriggers": [
{
"departureThresholdSec": 123,
"egressThresholdMetersMap": {},
"ingressThresholdMetersMap": {},
"schedule": {
"intervalList": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
],
"mutable": true,
"name": "<string>",
"oneTimeUse": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"strategy": "WEEKLY_REPEATING_MINUTES",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"triggerSet": [
{
"activity": "SOUND_LOUD",
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
]
}
]
}
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting all proximity policies in the organization.
Was this page helpful?