<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Accounts-account-email-domain-webmailLimits%3AGET</id>
		<title>Accounts-account-email-domain-webmailLimits:GET - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Accounts-account-email-domain-webmailLimits%3AGET"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-account-email-domain-webmailLimits:GET&amp;action=history"/>
		<updated>2026-05-18T10:15:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Accounts-account-email-domain-webmailLimits:GET&amp;diff=2573&amp;oldid=prev</id>
		<title>Corinne.chui: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-account-email-domain-webmailLimits:GET&amp;diff=2573&amp;oldid=prev"/>
				<updated>2016-09-20T06:05:41Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 06:05, 20 September 2016&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Corinne.chui</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Accounts-account-email-domain-webmailLimits:GET&amp;diff=2572&amp;oldid=prev</id>
		<title>Dragomir.penev: Created page with &quot;= GET /accounts/{account}/email/{domain}/webmailLimits = Getting maximum allowed number of mailboxes for each type  '''Note:''' /email/{domain}/webmailLimits is a shortcut equ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-account-email-domain-webmailLimits:GET&amp;diff=2572&amp;oldid=prev"/>
				<updated>2016-09-16T12:30:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= GET /accounts/{account}/email/{domain}/webmailLimits = Getting maximum allowed number of mailboxes for each type  &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; /email/{domain}/webmailLimits is a shortcut equ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= GET /accounts/{account}/email/{domain}/webmailLimits =&lt;br /&gt;
Getting maximum allowed number of mailboxes for each type&lt;br /&gt;
&lt;br /&gt;
'''Note:''' /email/{domain}/webmailLimits is a shortcut equivalent of this resource&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Request ==&lt;br /&gt;
&amp;lt;code&amp;gt;GET /accounts/{account}/email/{domain}/webmailLimits&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== URI Parameters ===&lt;br /&gt;
; account - ''string''&lt;br /&gt;
: Account number for the owner of the email domain entity.&lt;br /&gt;
; domain - ''string''&lt;br /&gt;
: Target domain name of the email domain resource.&lt;br /&gt;
&lt;br /&gt;
=== Request Headers ===&lt;br /&gt;
{{Authorization}}&lt;br /&gt;
&lt;br /&gt;
; Content-Type&lt;br /&gt;
: Required. Set this header to &amp;lt;code&amp;gt;application/json; charset=UTF-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
Returns dictionary which contains the webmail upgrade settings for the target domain as a key-value pairs.&lt;br /&gt;
&lt;br /&gt;
=== Status Code ===&lt;br /&gt;
; 200 OK&lt;br /&gt;
: Success&lt;br /&gt;
 &lt;br /&gt;
=== Response Body ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;webmailLimits&amp;quot;: {&lt;br /&gt;
      &amp;quot;activesync&amp;quot;: 2,&lt;br /&gt;
      &amp;quot;premium&amp;quot;: -1,&lt;br /&gt;
      &amp;quot;starter&amp;quot;: -1,&lt;br /&gt;
      &amp;quot;standard&amp;quot;: -1&lt;br /&gt;
   },&lt;br /&gt;
   &amp;quot;links&amp;quot;: [&lt;br /&gt;
      {&lt;br /&gt;
         &amp;quot;href&amp;quot;: &amp;quot;https://api.hostway.com/accounts/accNum123/email/example.com/webmailLimits/&amp;quot;, &lt;br /&gt;
         &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
   ]&lt;br /&gt;
}&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; webmailLimits - ''dictionary''&lt;br /&gt;
: Specifies a limit for each available webmail type. Negative values and zero mean that there is no limit for the type&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for the resource.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Email API|Email API]]&lt;br /&gt;
* [[Common Features]]&lt;br /&gt;
&lt;br /&gt;
{{disqus}}&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Email API]]&lt;/div&gt;</summary>
		<author><name>Dragomir.penev</name></author>	</entry>

	</feed>