Skip to main content
POST
/
api
/
integrations
/
accessControl
/
getInnerRangeDoors
Get list of Inner Range doors
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/getInnerRangeDoors \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '{}'
{
  "doors": [
    {
      "id": "<string>",
      "name": "<string>",
      "readerIds": [
        "<string>"
      ]
    }
  ],
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

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

The body is of type object.

Response

200 - application/json

OK

doors
object[] | null
error
boolean | null
errorMsg
string | null
warningMsg
string | null