Skip to main content
POST
/
api
/
accesscontrol
/
findLocationAccessRevocationsByDoorLabel
Find location access revocations by door label
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/findLocationAccessRevocationsByDoorLabel \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "doorLabelId": "door_label_123"
}
'
{
  "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"
    }
  ]
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to find location access revocations by door label.

doorLabelId
string | null

Door label identifier

Example:

"door_label_123"

Response

200 - application/json

OK

Response containing location access revocations for a door label.

accessRevocations
object[] | null

List of location access revocations