<?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_Mailing_Lists_list</id>
		<title>GET Exchange Mailing Lists 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_Mailing_Lists_list"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailing_Lists_list&amp;action=history"/>
		<updated>2026-05-23T15:39:16Z</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_Mailing_Lists_list&amp;diff=1426&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_Mailing_Lists_list&amp;diff=1426&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_Mailing_Lists_list&amp;diff=1425&amp;oldid=prev</id>
		<title>Dinh.anh: /* Parameters */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailing_Lists_list&amp;diff=1425&amp;oldid=prev"/>
				<updated>2013-07-29T14:12:04Z</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 Mailing Lists list by domain name&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/mailingLists&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/mailingLists?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.&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 exact match or defined with [[Filter Values Wildcards]].. Additional restrictions may be specified by an OPTIONS request&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;billingStatus&amp;quot; : &amp;quot;open&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot; : &amp;quot;test_list1&amp;quot;,&lt;br /&gt;
    &amp;quot;details&amp;quot; : &amp;quot;http://coreapi01.ote.chicago.hostway:8094/accounts/dinh754963/exchange/ng-test-dinh-123.com/mailingLists/test_list1&amp;quot;&lt;br /&gt;
  }, {&lt;br /&gt;
    &amp;quot;billingStatus&amp;quot; : &amp;quot;open&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot; : &amp;quot;test_list2&amp;quot;,&lt;br /&gt;
    &amp;quot;details&amp;quot; : &amp;quot;http://coreapi01.ote.chicago.hostway:8094/accounts/dinh754963/exchange/ng-test-dinh-123.com/mailingLists/test_list2&amp;quot;&lt;br /&gt;
  }],&lt;br /&gt;
  &amp;quot;links&amp;quot; : [ {&lt;br /&gt;
    &amp;quot;href&amp;quot; : &amp;quot;http://coreapi01.ote.chicago.hostway:8094/accounts/dinh754963/exchange/ng-test-dinh-123.com/mailingLists/&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 mailing lists for the selected domain. Each element of the list has the following attributes:&lt;br /&gt;
&lt;br /&gt;
:; name - ''string''&lt;br /&gt;
:: The name of the mailing list&lt;br /&gt;
&lt;br /&gt;
:; billingStatus - ''string''&lt;br /&gt;
:: Current status of the the mailing list. Allowed values are '''pending''', '''open''', '''suspended''', '''close_pending''', '''closed''' and '''purge_pending'''&lt;br /&gt;
&lt;br /&gt;
:; details - ''string''&lt;br /&gt;
:: Hyperlink to the mailing list&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;
=== 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>Dinh.anh</name></author>	</entry>

	</feed>