Skip to main content

Get the queue of Webhook Events waiting to be resent

  • Returns the list of Webhook Events marked as 'retrying' with options could be used to sort and filter them
Query Parameters
  • locale string

    Possible values: [en, es, ru, uk, pl, nl, tr, fr, da]

    Default value: en

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

    • English (en)
    • Spanish (es)
    • French (fr)
    • Danish (da)
    • Dutch (nl)
    • Ukrainian (uk)
    • Turkish (tr)
    • Polish (pl)
    • Russian (ru)
  • limit integer

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

    Number of items. Value by default is 10

  • page_number integer

    Possible values: >= 1

    Page number

  • sort_field string

    Field name (JSON Key in item entity)

  • sort_type string

    Possible values: [asc, desc]

    Default value: asc

    Sort type (asc/desc)

  • filter object

    Filtering options for Apartment

Responses

OK


Schema
  • list_items object[]

    List of Webhook Events

  • list_options object

    Available options for sorting, filtering and pagination of lists

  • pagination object

    Available pagination options for tables

  • total_items integer

    The total number of items found and reflected across all pages

  • items_limit integer

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

    Limiting the display of the amount of data for one page

  • total_pages integer

    The number of pages that hold the requested data

  • current_page integer

    Possible values: >= 1

    Current page number

  • filter object

    Filter options for the Webhook event_type

  • filter_field string

    Field available for filtering

  • filter_type string

    Possible values: [equal]

    Available filtering type, only equal here

  • filter_format string

    Data format, only string here

  • filter_value string

    Filter value

  • available_filtering boolean

    Is filtering available for the selected page

  • available_fields string[]

    Possible values: [event_type]

    Available filtering fields

  • is_filtered boolean

    Is the data filtered

  • available_values object

    List of available filter options

  • event_type object[]

    Webhook Log trigger name

  • text string

    Webhook Log description

  • key string

    Possible values: [log.access_denied_by_not_valid_identifier, log.access_denied_by_not_valid_face_identifier, log.access_denied_by_not_valid_input_code, log.access_denied_by_remote_server_api_call, log.access_denied_by_unknown_card, log.access_granted_by_api_call, log.access_granted_by_call_host, log.access_granted_by_master_code, log.access_granted_by_remote_server_api_call, log.access_granted_by_valid_identifier, log.door_was_closed, log.door_sensor_was_closed, log.door_was_opened, log.door_sensor_was_opened, log.emergency_lock_is_opened, log.lock_is_opened_to_long, log.lock_was_opened_by_exit_btn, log.lock_was_opened_by_free_access_button, log.incoming_call, log.outgoing_call, log.outgoing_call_missed, log.device_booted, log.sip_registration_lost, log.outgoing_call_web, log.incorrect_login_api_call, log.incorrect_login_gui_settings, log.successful_login_api_call, log.successful_login_gui_settings, log.door_was_not_closed_too_long, log.tamper_event, log.multi_access_granted, log.identifiers_without_linkage_to_user_access_denied, log.multi_access_denied, log.access_denied_by_unknown_qr, log.access_denied_unknown_identifier, log.lift_call_success, log.lift_call_error, log.lift_module_access_error, log.access_granted_by_shared_identifier, log.access_denied_by_not_valid_shared_identifier, log.bond_lift_request]

    Webhook Log trigger name. The model is the same as LogNameFilterDetails but with '.log' prefix

  • sort object

    Available sorting options for the selected table

  • field string

    Sorting field name

  • asc boolean

    Sort direction

  • available_fields undefined[]

    Possible values: [event_type, retries, last_retry_at]

    Available for sorting fields names

  • locale object

    This model describes available languages can be used to display logs

  • locale string

    Possible values: [en, es, ru, uk, pl, nl, tr, fr, da]

    This model describes available languages can be used to display logs in human readable format

  • available_locales string[]

    Possible values: [en, es, ru, uk, pl, nl, tr, fr, da]

    List of available locales

Loading...