Inbound rules
Was this helpful?
Was this helpful?
Retrieve a collection of inbound rules
/inbound_rules
Use the filter
query parameter to retrieve just a subset of a collection.
Use the search
query parameter to restrict the results of a request to match a search criterion.
Use the orderby
query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
Use the skip
query parameter to set the number of items to skip at the start of a collection.
Use the top
query parameter to specify the page size of the result set.
Add a new inbound rule. Please make sure you have at least one provider created before creating a new inbound rule.
/inbound_rules
Inbound rule name.
Enabled or not.
The CID number Mask for inbound rule.
You can add the number in it's entirety, identifying a single caller,
or use the * as a wildcard. For example 0044********** will identify a
UK Caller and 004420******** will identify a caller from London.
Note: the * digits must matched number actually digits. If the number is 3 digits, then should use ***
The CID number mask also allow set a number range, for example: 00442012345670-00442012345680.
A single DID/DDI number or a hyphen-separated range of DID/DDI numbers.
Whether to enable advanced routing.
Advanced routing rules.
Whether to play recording disclaimer to inbound calls.
The unique ID of trunk.
A collection of ID of tenant's holiday.
Update an inbound rule.
/inbound_rules/{id}
The unique ID of inbound rule.
Inbound rule name.
Enabled or not.
The CID number Mask for inbound rule.
You can add the number in it's entirety, identifying a single caller,
or use the * as a wildcard. For example 0044********** will identify a
UK Caller and 004420******** will identify a caller from London.
Note: the * digits must matched number actually digits. If the number is 3 digits, then should use ***
The CID number mask also allow set a number range, for example: 00442012345670-00442012345680.
A single DID/DDI number or a hyphen-separated range of DID/DDI numbers.
Whether to enable advanced routing.
Advanced routing rules.
Whether to play recording disclaimer to inbound calls.
The unique ID of trunk.
A collection of ID of tenant's holiday.
No body