🚧 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/accesscontrol/getLocationAccessRevocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessRevocationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"accessRevocation": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sortKey": "<string>",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Retrieve a location access revocation by id
curl --request POST \
--url https://api2.rhombussystems.com/api/accesscontrol/getLocationAccessRevocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessRevocationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"accessRevocation": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sortKey": "<string>",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to get a location access revocation by UUID.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response containing a location access revocation.
The access revocation to update
Show child attributes
Was this page helpful?