<?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_List</id>
		<title>GET Exchange Mailing 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_List"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailing_List&amp;action=history"/>
		<updated>2026-04-08T08:35:57Z</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_List&amp;diff=1432&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_List&amp;diff=1432&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_List&amp;diff=1431&amp;oldid=prev</id>
		<title>Mike.robski at 13:40, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailing_List&amp;diff=1431&amp;oldid=prev"/>
				<updated>2013-05-20T13:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Retrieve details for a particular Exchange mailing list&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/{account-number}/exchange/{domain-name}/mailingLists/{name}&amp;lt;/code&amp;gt;&lt;br /&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;
; name - ''string''&lt;br /&gt;
: Name of the requested mailing list&lt;br /&gt;
&lt;br /&gt;
== Response Body ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;name&amp;quot; : &amp;quot;test_list2&amp;quot;,&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/test_list2/&amp;quot;,&lt;br /&gt;
    &amp;quot;rel&amp;quot; : &amp;quot;self&amp;quot;&lt;br /&gt;
  } ],&lt;br /&gt;
  &amp;quot;members&amp;quot; : &amp;quot;http://coreapi01.ote.chicago.hostway:8094/accounts/dinh754963/exchange/ng-test-dinh-123.com/mailingLists/test_list2/members&amp;quot;,&lt;br /&gt;
  &amp;quot;owner&amp;quot; : &amp;quot;dinh.anh&amp;quot;,&lt;br /&gt;
  &amp;quot;billingstatus&amp;quot; : &amp;quot;open&amp;quot;,&lt;br /&gt;
  &amp;quot;description&amp;quot; : &amp;quot;test_list2&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; name - ''string''&lt;br /&gt;
: the name of the mailing list&lt;br /&gt;
&lt;br /&gt;
; description - ''string''&lt;br /&gt;
: user defined description of the mailing list&lt;br /&gt;
&lt;br /&gt;
; billingstatus - ''string''&lt;br /&gt;
: Current status of the mailing list. Allowed values are '''pending''', '''open''', '''suspended''', '''close_pending''', '''closed''' and '''purge_pending'''&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource. Links to self.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Response Codes===&lt;br /&gt;
;200&lt;br /&gt;
: Success&lt;br /&gt;
&lt;br /&gt;
;304&lt;br /&gt;
: The mailing list has not been modified since the time specified in the ''If-Modified-Since'' header of the request. The client should use its own cached copy of the mailing list resource.&lt;br /&gt;
&lt;br /&gt;
;401&lt;br /&gt;
: Not authenticated&lt;br /&gt;
: Returned when the request does not contain an authorization header&lt;br /&gt;
&lt;br /&gt;
;403&lt;br /&gt;
: Forbidden&lt;br /&gt;
: Returned when the authenticated user does not have permission to view the specified mailing list.&lt;br /&gt;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&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;
: Returned when an error was caused by another error in an upstream system, or if an upstream system is found to be in an inconsistent state.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>