Returns the dial rules in an admin-only dial plan with only their identifying fields: dialrule, dial-rule-matching-to-uri, dial-rule-translation-destination-user, dial-rule-dial-plan, dial-rule-description, and domain. Takes the same filters and paging as the full list.This is the admin-only form of the endpoint, for the platform-shared dial plans whose 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.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Query Params
Responses
🟢200Success
application/json
The matching dial rules, reduced to their identifying fields.
{"dialrule":"c2lwOjYxMUAq","dial-rule-matching-to-uri":"sip:611@*","dial-rule-description":"611 - Customer Service Direct Dial","dial-rule-dial-plan":"DID Table","dial-rule-translation-destination-user":"2500","domain":"admin-only"}