Create an access controlled door
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createAccessControlledDoor \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedFaceDetectionCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": true,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": true,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": true,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": true,
"forcedOpenEnabled": true,
"forcedOpenTimeSec": 123,
"geofenceEnabled": true,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": true,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": true,
"exitResetsCooldown": true,
"holdUnlocked": true,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": true,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": true,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": true,
"treatNfcAsIntent": true
}
},
"accessControlledDoorLabels": [
"<string>"
]
}
'import requests
url = "https://api2.rhombussystems.com/api/component/createAccessControlledDoor"
payload = {
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": ["AAAAAAAAAAAAAAAAAAAAAA.v0"],
"associatedFaceDetectionCameras": ["AAAAAAAAAAAAAAAAAAAAAA.v0"],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": True,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": True,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": True,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": True,
"forcedOpenEnabled": True,
"forcedOpenTimeSec": 123,
"geofenceEnabled": True,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": True,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": True,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": True,
"exitResetsCooldown": True,
"holdUnlocked": True,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": True,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": True,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": True,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": True,
"treatNfcAsIntent": True
}
},
"accessControlledDoorLabels": ["<string>"]
}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
accessControlledDoor: {
ajarTimeSec: 123,
apbZoneId: 'AAAAAAAAAAAAAAAAAAAAAA',
aperioDoorExtensionComponent: {componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'},
aperioDoorId: '<string>',
aperioGatewayComponent: {componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'},
associatedCameras: ['AAAAAAAAAAAAAAAAAAAAAA.v0'],
associatedFaceDetectionCameras: ['AAAAAAAAAAAAAAAAAAAAAA.v0'],
createdAtMillis: 123,
defaultAccessStateOriginator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
defaultAccessStateRequestedAtMillis: 123,
directionRadians: 123,
doorAuthFirstInStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorScheduleFirstInStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorStateToScheduleUuidMap: {},
dpiComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
floorNumber: 123,
forceAllReadersFirstInAuthRequiredLedFeedbackEnabled: true,
forceAllReadersFirstInUnlockPendingLedFeedbackEnabled: true,
forceAllReadersOtherReaderUnlockAudioFeedbackEnabled: true,
forceAllReadersRemoteUnlockAudioFeedbackEnabled: true,
forcedOpenEnabled: true,
forcedOpenTimeSec: 123,
geofenceEnabled: true,
geofenceRadius: 123,
latitude: 123,
locationUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
longitude: 123,
name: '<string>',
nfcSecureDowngradeEnabled: true,
orgUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
ownerDeviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
policyUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
privacyModeSupportEnabled: true,
proximityUnlockSettings: {
credCooldownSec: 123,
enabled: true,
exitResetsCooldown: true,
holdUnlocked: true,
holdUnlockedEventIntervalSec: 123,
maxHoldUnlockedTimeSec: 123,
minHoldUnlockedTimeSec: 123,
minRSSIThreshold: 123
},
readerComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
relayComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
relockAfterOpenTimeMs: 123,
remoteUnlockEnabled: true,
rexComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
sendExpiredIntentEvents: true,
subLocationsHierarchyKey: 'AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA',
unlockTimeSec: 123,
unlockTimeSecRex: 123,
updatedAtMillis: 123,
uuid: 'AAAAAAAAAAAAAAAAAAAAAA',
waveToUnlockSettings: {
awaitAuthDurationMs: 123,
enabled: true,
minRSSIThreshold: 123,
showAwaitIntentFeedback: true,
treatNfcAsIntent: true
}
},
accessControlledDoorLabels: ['<string>']
})
};
fetch('https://api2.rhombussystems.com/api/component/createAccessControlledDoor', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/component/createAccessControlledDoor")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"accessControlledDoor\": {\n \"ajarTimeSec\": 123,\n \"apbZoneId\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"aperioDoorExtensionComponent\": {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n },\n \"aperioDoorId\": \"<string>\",\n \"aperioGatewayComponent\": {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n },\n \"associatedCameras\": [\n \"AAAAAAAAAAAAAAAAAAAAAA.v0\"\n ],\n \"associatedFaceDetectionCameras\": [\n \"AAAAAAAAAAAAAAAAAAAAAA.v0\"\n ],\n \"createdAtMillis\": 123,\n \"defaultAccessStateOriginator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"defaultAccessStateRequestedAtMillis\": 123,\n \"directionRadians\": 123,\n \"doorAuthFirstInStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorScheduleFirstInStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorStateToScheduleUuidMap\": {},\n \"dpiComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"floorNumber\": 123,\n \"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled\": true,\n \"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled\": true,\n \"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled\": true,\n \"forceAllReadersRemoteUnlockAudioFeedbackEnabled\": true,\n \"forcedOpenEnabled\": true,\n \"forcedOpenTimeSec\": 123,\n \"geofenceEnabled\": true,\n \"geofenceRadius\": 123,\n \"latitude\": 123,\n \"locationUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"longitude\": 123,\n \"name\": \"<string>\",\n \"nfcSecureDowngradeEnabled\": true,\n \"orgUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"ownerDeviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"policyUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"privacyModeSupportEnabled\": true,\n \"proximityUnlockSettings\": {\n \"credCooldownSec\": 123,\n \"enabled\": true,\n \"exitResetsCooldown\": true,\n \"holdUnlocked\": true,\n \"holdUnlockedEventIntervalSec\": 123,\n \"maxHoldUnlockedTimeSec\": 123,\n \"minHoldUnlockedTimeSec\": 123,\n \"minRSSIThreshold\": 123\n },\n \"readerComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"relayComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"relockAfterOpenTimeMs\": 123,\n \"remoteUnlockEnabled\": true,\n \"rexComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"sendExpiredIntentEvents\": true,\n \"subLocationsHierarchyKey\": \"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA\",\n \"unlockTimeSec\": 123,\n \"unlockTimeSecRex\": 123,\n \"updatedAtMillis\": 123,\n \"uuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"waveToUnlockSettings\": {\n \"awaitAuthDurationMs\": 123,\n \"enabled\": true,\n \"minRSSIThreshold\": 123,\n \"showAwaitIntentFeedback\": true,\n \"treatNfcAsIntent\": true\n }\n },\n \"accessControlledDoorLabels\": [\n \"<string>\"\n ]\n}")
.asString();{
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedFaceDetectionCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": true,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": true,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": true,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": true,
"forcedOpenEnabled": true,
"forcedOpenTimeSec": 123,
"geofenceEnabled": true,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": true,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": true,
"exitResetsCooldown": true,
"holdUnlocked": true,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": true,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": true,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": true,
"treatNfcAsIntent": true
}
},
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Component Webservice
Create an access controlled door
Create an access controlled door
POST
/
api
/
component
/
createAccessControlledDoor
Create an access controlled door
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createAccessControlledDoor \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedFaceDetectionCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": true,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": true,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": true,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": true,
"forcedOpenEnabled": true,
"forcedOpenTimeSec": 123,
"geofenceEnabled": true,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": true,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": true,
"exitResetsCooldown": true,
"holdUnlocked": true,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": true,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": true,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": true,
"treatNfcAsIntent": true
}
},
"accessControlledDoorLabels": [
"<string>"
]
}
'import requests
url = "https://api2.rhombussystems.com/api/component/createAccessControlledDoor"
payload = {
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": ["AAAAAAAAAAAAAAAAAAAAAA.v0"],
"associatedFaceDetectionCameras": ["AAAAAAAAAAAAAAAAAAAAAA.v0"],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": True,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": True,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": True,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": True,
"forcedOpenEnabled": True,
"forcedOpenTimeSec": 123,
"geofenceEnabled": True,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": True,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": True,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": True,
"exitResetsCooldown": True,
"holdUnlocked": True,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": True,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": True,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": True,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": True,
"treatNfcAsIntent": True
}
},
"accessControlledDoorLabels": ["<string>"]
}
headers = {
"x-auth-scheme": "<x-auth-scheme>",
"x-auth-apikey": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {
'x-auth-scheme': '<x-auth-scheme>',
'x-auth-apikey': '<api-key>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
accessControlledDoor: {
ajarTimeSec: 123,
apbZoneId: 'AAAAAAAAAAAAAAAAAAAAAA',
aperioDoorExtensionComponent: {componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'},
aperioDoorId: '<string>',
aperioGatewayComponent: {componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'},
associatedCameras: ['AAAAAAAAAAAAAAAAAAAAAA.v0'],
associatedFaceDetectionCameras: ['AAAAAAAAAAAAAAAAAAAAAA.v0'],
createdAtMillis: 123,
defaultAccessStateOriginator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
defaultAccessStateRequestedAtMillis: 123,
directionRadians: 123,
doorAuthFirstInStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorScheduleFirstInStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorStateOverride: {
originator: {
grantedToInternalEntityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
grantedToName: '<string>',
supportAuthorityUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
supportUserEmail: '<string>',
supportUsername: '<string>'
},
requestedAtMillis: 123
},
doorStateToScheduleUuidMap: {},
dpiComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
floorNumber: 123,
forceAllReadersFirstInAuthRequiredLedFeedbackEnabled: true,
forceAllReadersFirstInUnlockPendingLedFeedbackEnabled: true,
forceAllReadersOtherReaderUnlockAudioFeedbackEnabled: true,
forceAllReadersRemoteUnlockAudioFeedbackEnabled: true,
forcedOpenEnabled: true,
forcedOpenTimeSec: 123,
geofenceEnabled: true,
geofenceRadius: 123,
latitude: 123,
locationUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
longitude: 123,
name: '<string>',
nfcSecureDowngradeEnabled: true,
orgUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
ownerDeviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
policyUuid: 'AAAAAAAAAAAAAAAAAAAAAA',
privacyModeSupportEnabled: true,
proximityUnlockSettings: {
credCooldownSec: 123,
enabled: true,
exitResetsCooldown: true,
holdUnlocked: true,
holdUnlockedEventIntervalSec: 123,
maxHoldUnlockedTimeSec: 123,
minHoldUnlockedTimeSec: 123,
minRSSIThreshold: 123
},
readerComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
relayComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
relockAfterOpenTimeMs: 123,
remoteUnlockEnabled: true,
rexComponents: [
{componentUuid: 'AAAAAAAAAAAAAAAAAAAAAA', deviceUuid: 'AAAAAAAAAAAAAAAAAAAAAA'}
],
sendExpiredIntentEvents: true,
subLocationsHierarchyKey: 'AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA',
unlockTimeSec: 123,
unlockTimeSecRex: 123,
updatedAtMillis: 123,
uuid: 'AAAAAAAAAAAAAAAAAAAAAA',
waveToUnlockSettings: {
awaitAuthDurationMs: 123,
enabled: true,
minRSSIThreshold: 123,
showAwaitIntentFeedback: true,
treatNfcAsIntent: true
}
},
accessControlledDoorLabels: ['<string>']
})
};
fetch('https://api2.rhombussystems.com/api/component/createAccessControlledDoor', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));HttpResponse<String> response = Unirest.post("https://api2.rhombussystems.com/api/component/createAccessControlledDoor")
.header("x-auth-scheme", "<x-auth-scheme>")
.header("x-auth-apikey", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"accessControlledDoor\": {\n \"ajarTimeSec\": 123,\n \"apbZoneId\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"aperioDoorExtensionComponent\": {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n },\n \"aperioDoorId\": \"<string>\",\n \"aperioGatewayComponent\": {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n },\n \"associatedCameras\": [\n \"AAAAAAAAAAAAAAAAAAAAAA.v0\"\n ],\n \"associatedFaceDetectionCameras\": [\n \"AAAAAAAAAAAAAAAAAAAAAA.v0\"\n ],\n \"createdAtMillis\": 123,\n \"defaultAccessStateOriginator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"defaultAccessStateRequestedAtMillis\": 123,\n \"directionRadians\": 123,\n \"doorAuthFirstInStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorScheduleFirstInStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorStateOverride\": {\n \"originator\": {\n \"grantedToInternalEntityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"grantedToName\": \"<string>\",\n \"supportAuthorityUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"supportUserEmail\": \"<string>\",\n \"supportUsername\": \"<string>\"\n },\n \"requestedAtMillis\": 123\n },\n \"doorStateToScheduleUuidMap\": {},\n \"dpiComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"floorNumber\": 123,\n \"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled\": true,\n \"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled\": true,\n \"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled\": true,\n \"forceAllReadersRemoteUnlockAudioFeedbackEnabled\": true,\n \"forcedOpenEnabled\": true,\n \"forcedOpenTimeSec\": 123,\n \"geofenceEnabled\": true,\n \"geofenceRadius\": 123,\n \"latitude\": 123,\n \"locationUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"longitude\": 123,\n \"name\": \"<string>\",\n \"nfcSecureDowngradeEnabled\": true,\n \"orgUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"ownerDeviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"policyUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"privacyModeSupportEnabled\": true,\n \"proximityUnlockSettings\": {\n \"credCooldownSec\": 123,\n \"enabled\": true,\n \"exitResetsCooldown\": true,\n \"holdUnlocked\": true,\n \"holdUnlockedEventIntervalSec\": 123,\n \"maxHoldUnlockedTimeSec\": 123,\n \"minHoldUnlockedTimeSec\": 123,\n \"minRSSIThreshold\": 123\n },\n \"readerComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"relayComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"relockAfterOpenTimeMs\": 123,\n \"remoteUnlockEnabled\": true,\n \"rexComponents\": [\n {\n \"componentUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"deviceUuid\": \"AAAAAAAAAAAAAAAAAAAAAA\"\n }\n ],\n \"sendExpiredIntentEvents\": true,\n \"subLocationsHierarchyKey\": \"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA\",\n \"unlockTimeSec\": 123,\n \"unlockTimeSecRex\": 123,\n \"updatedAtMillis\": 123,\n \"uuid\": \"AAAAAAAAAAAAAAAAAAAAAA\",\n \"waveToUnlockSettings\": {\n \"awaitAuthDurationMs\": 123,\n \"enabled\": true,\n \"minRSSIThreshold\": 123,\n \"showAwaitIntentFeedback\": true,\n \"treatNfcAsIntent\": true\n }\n },\n \"accessControlledDoorLabels\": [\n \"<string>\"\n ]\n}")
.asString();{
"accessControlledDoor": {
"ajarTimeSec": 123,
"apbZoneId": "AAAAAAAAAAAAAAAAAAAAAA",
"aperioDoorExtensionComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"aperioDoorId": "<string>",
"aperioGatewayComponent": {
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedFaceDetectionCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"createdAtMillis": 123,
"defaultAccessStateOriginator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"defaultAccessStateRequestedAtMillis": 123,
"directionRadians": 123,
"doorAuthFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorScheduleFirstInStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateOverride": {
"originator": {
"grantedToInternalEntityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"grantedToName": "<string>",
"supportAuthorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"supportUserEmail": "<string>",
"supportUsername": "<string>"
},
"requestedAtMillis": 123
},
"doorStateToScheduleUuidMap": {},
"dpiComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"floorNumber": 123,
"forceAllReadersFirstInAuthRequiredLedFeedbackEnabled": true,
"forceAllReadersFirstInUnlockPendingLedFeedbackEnabled": true,
"forceAllReadersOtherReaderUnlockAudioFeedbackEnabled": true,
"forceAllReadersRemoteUnlockAudioFeedbackEnabled": true,
"forcedOpenEnabled": true,
"forcedOpenTimeSec": 123,
"geofenceEnabled": true,
"geofenceRadius": 123,
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"name": "<string>",
"nfcSecureDowngradeEnabled": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"privacyModeSupportEnabled": true,
"proximityUnlockSettings": {
"credCooldownSec": 123,
"enabled": true,
"exitResetsCooldown": true,
"holdUnlocked": true,
"holdUnlockedEventIntervalSec": 123,
"maxHoldUnlockedTimeSec": 123,
"minHoldUnlockedTimeSec": 123,
"minRSSIThreshold": 123
},
"readerComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relayComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"relockAfterOpenTimeMs": 123,
"remoteUnlockEnabled": true,
"rexComponents": [
{
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"sendExpiredIntentEvents": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"unlockTimeSec": 123,
"unlockTimeSecRex": 123,
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"waveToUnlockSettings": {
"awaitAuthDurationMs": 123,
"enabled": true,
"minRSSIThreshold": 123,
"showAwaitIntentFeedback": true,
"treatNfcAsIntent": true
}
},
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
Available options:
api-token, api, partner-api-token, partner-api Body
application/json
Last modified on August 3, 2026
⌘I