🚧 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/findLocationAccessRevocationsByOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"accessRevocations": [
{
"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"
}
]
}Finds all location access revocations in the org
curl --request POST \
--url https://api2.rhombussystems.com/api/accesscontrol/findLocationAccessRevocationsByOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"accessRevocations": [
{
"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 find location access revocations by organization.
OK
Response containing location access revocations for an organization.
List of location access revocations
Show child attributes
Was this page helpful?