🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createIntegratedGenericButton \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"mode": "PANIC",
"name": "<string>",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "GPIO_INPUT"
}
}
'{
"component": {
"baseType": "reader",
"buttonType": "integrated_generic_button",
"createdAtMillis": 123,
"mode": "PANIC",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "GPIO_INPUT"
},
"portImmutable": true,
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Create a generic button component
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createIntegratedGenericButton \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"mode": "PANIC",
"name": "<string>",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "GPIO_INPUT"
}
}
'{
"component": {
"baseType": "reader",
"buttonType": "integrated_generic_button",
"createdAtMillis": 123,
"mode": "PANIC",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "GPIO_INPUT"
},
"portImmutable": true,
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9OK
Show child attributes
Was this page helpful?