List site level outbound calling exception rules

GET {{baseUrl}}/phone/sites/:siteId/outbound_calling/exception_rules?country=<string>&keyword=<string>&match_type=prefix&status=inactive&next_page_token=<string>&page_size=30

Lists site level outbound calling policy exception rules.*

Prerequisite:

  • Pro or higher account plan with Zoom phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:site_outbound_calling_rule:admin

Rate Limit Label : MEDIUM

Request Params

| Key | Datatype | Required | Description | | country | string | | The country ISO code. | | keyword | string | | The partial string of a phone number. | | match_type | string | | The match type of an exception rule. | | status | string | | The status of an exception rule. | | next_page_token | string | | The next page token paginates through a large set of results. A next page token 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;exception_rules&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;phoneNumber&quot;,&quot;prefix_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:1,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;active&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;phoneNumber&quot;,&quot;prefix_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:1,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;active&quot;}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30}