Skip to main content
POST
/
api
/
accesscontrol
/
findLocationAccessGrantsByAccessControlledElevatorLanding
Find location access grants by access controlled elevator landing
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/findLocationAccessGrantsByAccessControlledElevatorLanding \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "accessControlledElevatorLandingUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "accessGrants": [
    {
      "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 grants by access controlled elevator landing.

accessControlledElevatorLandingUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json
object | null

OK

Response containing location access grants for an access controlled door.

accessGrants
object[] | null

List of location access grants