Skip to main content
POST
/
api
/
accesscontrol
/
getLocationAccessGrant
Get location access grant
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/getLocationAccessGrant \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "accessGrantUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "accessGrant": {
    "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 get a location access grant by UUID.

accessGrantUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response containing a location access grant.

accessGrant
object

The access grant to update