Skip to main content

Get logs list

Get logs list. Available events:

Access

  • access_denied_by_not_valid_identifier
  • access_denied_by_not_valid_input_code
  • access_denied_by_remote_server_api_call
  • access_denied_by_web_api_call
  • access_denied_by_unknown_card
  • 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
  • lock_was_opened_by_exit_btn
  • access_denied_by_unknown_qr_code

Info

  • outgoing_call
  • incoming_call
  • lock_is_opened_to_long

System

  • successful_login_api_call
  • incorrect_login_api_call
Query Parameters
  • locale string

    Possible values: [en, ru, uk]

    Language for localizing logs. Value by default is 'en'

  • from integer

    Unix time

  • to integer

    Unix time

  • limit integer required

    Possible values: [10, 20, 30, 50]

    Default value: 10

    Number of items. Value by default is 10

  • pageNumber integer required

    Possible values: >= 1

    Default value: 1

    Page number

  • sortType string

    Possible values: [asc, desc]

    Default value: asc

    Sort type (asc/desc)

  • filter object

    Filtering options

Responses

OK


Schema
  • list_option object[]
  • locale object
  • locale string

    Possible values: [en, ru, uk]

  • available_locales string[]
  • filter object
  • available_filtering boolean
  • is_filtered boolean
  • available_fields object[]
  • available_values object
  • category string[]
  • priority string[]
  • name object[]
  • key string

    this key should be used for filtering options

  • localized string
  • english string
  • sort object
  • asc boolean

    Default value: true

  • available_sorting string[]
  • list_items object[]
  • timestamp int64

    Unix Timestamp Date

  • category string

    Possible values: [access, emergency, system, info]

  • priority string
  • name object
  • key string

    filter key

  • localized string
  • english string
  • info object
  • model object
  • localized string
  • english string

    This filed is presented when you choose locale different from "en"

Loading...