Call Blocking Rules
Get call blocking rules
Return all the call blocking rules for the specified project.
get/callBlockingRules
Query parameters
pageinteger
The page you want to fetch, can set to 1 for first page, or omitted for first page
sizeinteger
The size of each page to fetch
sortstring[]
An array setting the sorting criteria in the format of property,(ascending/descending)
Response
OK
Example response
[
{
"name": "My Call Block Rule",
"direction": "INBOUND",
"callerCountry": "US",
"calleeCountry": "CA",
"callerMatch": "123",
"calleeMatch": "456",
"id": "01KG5BN8Z0HSR2P9GM3K9YA8RE"
}
]