🚧 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/integrations/accessControl/updateBoulevardIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessWindowAfterMinutes": 123,
"accessWindowBeforeMinutes": 123,
"apiToken": "<string>",
"boulevardBusinessId": "<string>",
"boulevardLocationToRhombusLocationMap": {},
"enabled": true
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Update Boulevard integration settings
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/accessControl/updateBoulevardIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessWindowAfterMinutes": 123,
"accessWindowBeforeMinutes": 123,
"apiToken": "<string>",
"boulevardBusinessId": "<string>",
"boulevardLocationToRhombusLocationMap": {},
"enabled": true
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating Boulevard access control integration settings.
Number of minutes after appointment to allow access
Number of minutes before appointment to allow access
Boulevard API token
Boulevard business ID
Mapping of Boulevard location IDs to Rhombus location UUIDs
Show child attributes
Whether the Boulevard integration is enabled
OK
Response object for updating organization integrations.
Whether an authentication error occurred during update
false
List of GUIDs that failed to update
List of GUIDs that failed to update
List of door names that are assigned to multiple Rhombus locations
List of door names that are assigned to multiple Rhombus locations
Was this page helpful?