Limits (/limit/)
You can test API methods on the interactive API browser page and without writing code
Some of the resources described on the page may not be available by default due to the type of application (see Creating and authorizing applications).
This resource allows you to get information about the various limits of the client.
Description of data structures
Example
We get the limits of the current authorized client.
System response:
{
"disk_quota": 10485760,
"application_limit": 10,
"ivr_rule_limit": 2000,
"user_extension_group_limit": 100,
"extension_agent_limit": 100,
"sound_limit": 30,
"ivr_option_limit": 100,
"user_client_limit": 100,
"extension_group_limit": 5,
"user_extension_limit": 100,
"network_permission_limit": 20,
"calls_limit": 50,
"remote_agent_limit": 500,
"event_limit": 25,
"extension_limit": 5,
"dial_rule_limit": null,
"incom_rule_limit": 500,
"ivr_context_limit": 100,
"reg_limit": 0,
"interval_limit": 500
}