List an account's inbound blocked statistics

GET {{baseUrl}}/phone/inbound_blocked/extension_rules/statistics?keyword=<string>&match_type=prefix&type=<string>&next_page_token=<string>&page_size=30

Returns the list of the statistics of the extensions blocked rule for inbound calls and messaging. (e.g. Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room and User)

Prerequisites:

  • Pro or higher account plan with Zoom phone license
  • Account owner or admin permissions

Scopes: phone:read:admin

Granular Scopes: phone:read:list_extension_inbound_block_rules_stat:admin

Rate Limit Label : MEDIUM

Request Params

| Key | Datatype | Required | Description | | keyword | string | | The partial string of a phone number. | | match_type | string | | The match type for the block rule:

  • phoneNumber: Only a specific phone number that is shown in the blocked_number field is blocked.
  • prefix: All numbers starting with the prefix that is shown in the blocked_number field are blocked.
  • SMS-shortCodes: Only a specific SMS short code that is shown in the blocked_number field is blocked. | | type | string | | The block type for the block rule:
  • block_for_other_reasons
  • block_as_threat | | next_page_token | string | | The next page token paginates through a large set of results. It returns whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | | page_size | number | | The number of records in a single API call. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;blocked_statistic&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;prefix&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;block_as_threat&quot;,&quot;block_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;threat_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;blocked_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;SMS-shortCodes&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;block_as_threat&quot;,&quot;block_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;threat_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;blocked_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;}