<?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=GET_Exchange_Email_Aliases_list</id>
		<title>GET Exchange Email Aliases list - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=GET_Exchange_Email_Aliases_list"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Email_Aliases_list&amp;action=history"/>
		<updated>2026-05-04T17:43:26Z</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=GET_Exchange_Email_Aliases_list&amp;diff=1440&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 95</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Email_Aliases_list&amp;diff=1440&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:32Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 95&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 05:59, 2 July 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=GET_Exchange_Email_Aliases_list&amp;diff=1439&amp;oldid=prev</id>
		<title>Yulia.uzunova: /* Parameters */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Email_Aliases_list&amp;diff=1439&amp;oldid=prev"/>
				<updated>2013-07-30T14:46:42Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Parameters&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Retrieve an Exchange Email Aliases list by domain name&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/emailaliases&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/emailaliases?page=''page-num''&amp;amp;pageSize=''page-size''&amp;amp;sortField=''sort-field''&amp;amp;sortOrder=''sort-order''&amp;amp;''filter-field''=''filter-value''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account-number - ''string''&lt;br /&gt;
: The account-number that the Exchange resource belongs to&lt;br /&gt;
&lt;br /&gt;
; domain-name - ''string''&lt;br /&gt;
: The domain-name that is associated with the Exchange resource&lt;br /&gt;
&lt;br /&gt;
; page-num- ''int''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Request a specific page of data. If not set defaults to 1&lt;br /&gt;
&lt;br /&gt;
; page-size - ''int''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Size used to paginate the request. If not set defaults to 100&lt;br /&gt;
&lt;br /&gt;
; sort-field - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Specifies a field upon which to sort the data. If not set no sorting is preformed. Allowed values are specified by an OPTIONS request&lt;br /&gt;
&lt;br /&gt;
; sort-order - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Specifies the order in which the data is sorted. If not set no sorting is preformed if ''sort-field'' is not set or defaults to asc otherwise. Allowed values are specified by an OPTIONS request&lt;br /&gt;
&lt;br /&gt;
; filter-field - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Specifies a field upon which the data is filtered. If multiple ''filter-field'' are set all of them have to be true to pass the filter. If none are set no filtering is performed. Allowed values are specified by an OPTIONS request. Example: if we want to filter by field 'status' then the paramenter should look like 'filterStatus=value'. That way one can filter by more then one field.The values can be also specified using wildcards(*).&lt;br /&gt;
&lt;br /&gt;
; filter-value - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: A value with which the ''filter-field'' is filtered. Values are either an exact match or partial match using a wildcard(*). Additional restrictions may be specified by an OPTIONS request&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
Returns a dictionary with shorten information about email aliases of the Exchange product associated with the given domain name&lt;br /&gt;
 &lt;br /&gt;
=== Response Body ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;list&amp;quot; : [ {&lt;br /&gt;
    &amp;quot;emailAlias&amp;quot; : &amp;quot;email_alias_1@example.com&amp;quot;,&lt;br /&gt;
    &amp;quot;details&amp;quot; : &amp;quot;http://{server-name}/accounts/{account-number}/exchange/{domain-name}/emailaliases/email_alias_1&amp;quot;&lt;br /&gt;
  }, {&lt;br /&gt;
    &amp;quot;emailAlias&amp;quot; : &amp;quot;email_alias_2@example.com&amp;quot;,&lt;br /&gt;
    &amp;quot;details&amp;quot; : &amp;quot;http://{server-name}/accounts/{account-number}/exchange/{domain-name}/emailaliases/email_alias_2&amp;quot;&lt;br /&gt;
  }],&lt;br /&gt;
  &amp;quot;links&amp;quot; : [ {&lt;br /&gt;
    &amp;quot;href&amp;quot; : &amp;quot;http://{server-name}/accounts/{account-number}/exchange/{domain-name}/emailaliases/&amp;quot;,&lt;br /&gt;
    &amp;quot;rel&amp;quot; : &amp;quot;self&amp;quot;&lt;br /&gt;
  } ]&lt;br /&gt;
}&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; list - ''list''&lt;br /&gt;
: List of the email aliases for the selected domain. Each element of the list has the following attributes:&lt;br /&gt;
&lt;br /&gt;
:; emailAlias - ''string''&lt;br /&gt;
:: The email alias address&lt;br /&gt;
&lt;br /&gt;
:; details - ''string''&lt;br /&gt;
:: Hyperlink to the email alias' details&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource. Link to self will preserve filtering, sorting and pagination set by the request. Links to the first, last, previous and next pages will also be included if applicable&lt;br /&gt;
&lt;br /&gt;
''The details hyperlink and hypermedia's parameters are as following:''&lt;br /&gt;
; {server-name} - ''string''&lt;br /&gt;
: The name of the server from which the resources are requested&lt;br /&gt;
&lt;br /&gt;
; {account-number} - ''string''&lt;br /&gt;
: The account-number that the Exchange resource belongs to&lt;br /&gt;
&lt;br /&gt;
; {domain-name} - ''string''&lt;br /&gt;
: The domain-name that is associated with the Exchange resource&lt;br /&gt;
&lt;br /&gt;
=== Expected Response Codes ===&lt;br /&gt;
;200&lt;br /&gt;
: Success&lt;br /&gt;
&lt;br /&gt;
;400&lt;br /&gt;
: Bad request&lt;br /&gt;
: This is usually a sign that the client attempted to use filtering/sorting criteria that are invalid for this resource&lt;br /&gt;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&lt;br /&gt;
: Returned if no Exchange service could be found for the given domain name.&lt;br /&gt;
&lt;br /&gt;
;405&lt;br /&gt;
: Unsupported method&lt;br /&gt;
&lt;br /&gt;
;500&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Bad gateway&lt;br /&gt;
: There was a failure in an upstream service that caused a failure in the API.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Yulia.uzunova</name></author>	</entry>

	</feed>