Get list of events which can be used to trigger sending photo from camera to Link
Returns list of events which can be used to trigger sending photo from camera to Link
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enabled boolean
Determines whether the feature is enabled
- trigger_events string[]
Possible values: [
access_denied_by_not_valid_identifier
,access_denied_by_not_valid_input_code
,access_denied_by_remote_server_api_call
,access_denied_by_unknown_card
,access_denied_unknown_identifier
,access_granted_by_valid_identifier
,access_granted_by_master_code
,access_granted_by_api_call
,access_granted_by_call_host
,access_granted_by_remote_server_api_call
,access_denied_by_unknown_qr
,lock_was_opened_by_exit_btn
,tamper_event
,outgoing_call
,incoming_call
]List of log names
- available_triggers string[]
Possible values: [
access_denied_by_not_valid_identifier
,access_denied_by_not_valid_input_code
,access_denied_by_remote_server_api_call
,access_denied_by_unknown_card
,access_denied_unknown_identifier
,access_granted_by_valid_identifier
,access_granted_by_master_code
,access_granted_by_api_call
,access_granted_by_call_host
,access_granted_by_remote_server_api_call
,access_denied_by_unknown_qr
,lock_was_opened_by_exit_btn
,tamper_event
,outgoing_call
,incoming_call
]List of log names
{
"enabled": true,
"trigger_events": [
"access_denied_by_not_valid_identifier",
"access_denied_by_not_valid_input_code",
"access_denied_by_remote_server_api_call",
"access_denied_by_unknown_card",
"access_denied_unknown_identifier",
"access_granted_by_valid_identifier",
"access_granted_by_master_code",
"access_granted_by_api_call",
"access_granted_by_call_host",
"access_granted_by_remote_server_api_call",
"access_denied_by_unknown_qr",
"lock_was_opened_by_exit_btn",
"tamper_event",
"outgoing_call",
"incoming_call"
],
"available_triggers": [
"access_denied_by_not_valid_identifier",
"access_denied_by_not_valid_input_code",
"access_denied_by_remote_server_api_call",
"access_denied_by_unknown_card",
"access_denied_unknown_identifier",
"access_granted_by_valid_identifier",
"access_granted_by_master_code",
"access_granted_by_api_call",
"access_granted_by_call_host",
"access_granted_by_remote_server_api_call",
"access_denied_by_unknown_qr",
"lock_was_opened_by_exit_btn",
"tamper_event",
"outgoing_call",
"incoming_call"
]
}
{
"available_triggers": [
"access_denied_by_not_valid_identifier",
"access_denied_by_not_valid_input_code",
"access_denied_by_remote_server_api_call",
"access_denied_by_unknown_card",
"access_denied_unknown_identifier",
"access_granted_by_valid_identifier",
"access_granted_by_master_code",
"access_granted_by_api_call",
"access_granted_by_call_host",
"access_granted_by_remote_server_api_call",
"access_denied_by_unknown_qr",
"lock_was_opened_by_exit_btn",
"tamper_event",
"outgoing_call",
"incoming_call"
],
"enabled": true,
"trigger_events": [
"access_denied_by_not_valid_identifier"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}