🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/accesscontrol/lockdownPlan/deactivateLockdownForLocation \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "stateUpdatedAtMillis": 123 } '
{ "result": "SUCCESS", "state": { "activeLockdownPlans": [ { "lockdownPlanUuid": "AAAAAAAAAAAAAAAAAAAAAA", "scope": "ORG_LOCKDOWN", "scopeUuid": "AAAAAAAAAAAAAAAAAAAAAA" } ], "createdAtMillis": 123, "followingTestPlan": true, "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "state": "STANDARD_SECURITY", "stateChangedAtMillis": 123, "updatedAtMillis": 123 } }
Deactivate lockdown for the specified location
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to deactivate lockdown for a specific location with optional optimistic locking.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Optional timestamp for optimistic locking to ensure the user is updating the latest record.
OK
Response containing the result of deactivating lockdown for a location.
The result of the lockdown deactivation operation.
SUCCESS
OPTIMISTIC_CONCURRENCY
The lockdown state for the location.
Show child attributes
Was this page helpful?