limit at a time (100 by default).dial-rule-application and dial-rule-description match with SQL LIKE, so % is a wildcard; the others match exactly. Each rule carries a dialrule id to read, update, or delete it with./dialrules/count with the same filters. For only the identifying fields of each rule, call /dialrules/list.domain is admin-only. Requires Super User scope. Super User Read Only can use GET; every other scope gets 403. The server sets domain to admin-only itself. For a plan that belongs to a domain, use the /domains/{domain}/dialplans/... form.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/dialplans/DID Table/dialrules?dial-rule-matching-to-uri=sip%3A611%40*&dial-rule-matching-from-uri=*&dial-rule-application=to-callqueue%&dial-rule-parameter=&dial-rule-translation-destination-user=2500&dial-rule-description=%support%&start=0&limit=100' \
--header 'Authorization: Bearer <token>'[
{
"domain": "admin-only",
"dial-rule-dial-plan": "DID Table",
"dial-rule-matching-to-uri": "sip:15555550100@*",
"dialrule": "c2lwOjE1NTU1NTUwMTAwQCo",
"enabled": "yes",
"dial-rule-matching-from-uri": "*",
"dial-rule-matching-day-of-week": "*",
"dial-rule-matching-start-date": "*",
"dial-rule-matching-end-date": "*",
"dial-rule-matching-start-time": "*",
"dial-rule-matching-end-time": "*",
"dial-rule-application": "to-user",
"dial-rule-parameter": "",
"dial-rule-translation-destination-scheme": "sip:",
"dial-rule-translation-destination-user": "1001",
"dial-rule-translation-destination-host": "example.com",
"dial-rule-translation-source-name": "[*]",
"dial-rule-translation-source-scheme": "[*]",
"dial-rule-translation-source-user": "[*]",
"dial-rule-translation-source-host": "[*]",
"dial-rule-description": "Main line"
}
]