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>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
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.
api-token, api, partner-api-token, partner-api Request 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?