<?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_Global_Contacts_list</id>
		<title>GET Exchange Global Contacts 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_Global_Contacts_list"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Global_Contacts_list&amp;action=history"/>
		<updated>2026-05-04T17:42:39Z</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_Global_Contacts_list&amp;diff=1416&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_Global_Contacts_list&amp;diff=1416&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:31Z</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_Global_Contacts_list&amp;diff=1415&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_Global_Contacts_list&amp;diff=1415&amp;oldid=prev"/>
				<updated>2013-07-30T14:50: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 Global contacts list by domain name&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/globalContacts&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/''account-number''/exchange/''domain-name''/globalContacts?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 filtering 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 a partial match using a 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;
      [&lt;br /&gt;
         {&lt;br /&gt;
             &amp;quot;details&amp;quot; : &amp;quot;http://{server_name}/accounts/{account_number}/exchange/{domain_name}/globalContacts/{global_contact_id}/&amp;quot;,&lt;br /&gt;
             &amp;quot;target&amp;quot; : &amp;quot;test@test.com&amp;quot;,&lt;br /&gt;
             &amp;quot;name&amp;quot; : &amp;quot;display name of the contact&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
             &amp;quot;details&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts/{global_contact_id}/&amp;quot;,&lt;br /&gt;
             &amp;quot;target&amp;quot; : &amp;quot;test1@test1.com&amp;quot;,&lt;br /&gt;
             &amp;quot;name&amp;quot; : &amp;quot;display name of the contact&amp;quot;&lt;br /&gt;
         }&lt;br /&gt;
      ]&lt;br /&gt;
   &amp;quot;links&amp;quot;:&lt;br /&gt;
      [&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;href&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts?page=2&amp;amp;pageSize=2&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;quot;href&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts?page=1&amp;amp;pageSize=2&amp;quot;,&lt;br /&gt;
            &amp;quot;rel&amp;quot; : &amp;quot;first&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;href&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts?page=1&amp;amp;pageSize=2&amp;quot;,&lt;br /&gt;
            &amp;quot;rel&amp;quot; : &amp;quot;previous&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;href&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts?page=1&amp;amp;pageSize=3&amp;quot;,&lt;br /&gt;
            &amp;quot;rel&amp;quot; : &amp;quot;next&amp;quot;&lt;br /&gt;
         },&lt;br /&gt;
         {&lt;br /&gt;
            &amp;quot;href&amp;quot; : &amp;quot;http://{server_name}/accounts/{account-number}/exchange/{domain-name}/globalContacts?page=1&amp;amp;pageSize=3&amp;quot;,&lt;br /&gt;
            &amp;quot;rel&amp;quot; : &amp;quot;last&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;
; list - ''list''&lt;br /&gt;
: List of the global contacts 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 contact&lt;br /&gt;
&lt;br /&gt;
:; target - ''string''&lt;br /&gt;
:: Email of the contact&lt;br /&gt;
&lt;br /&gt;
:; details - ''string''&lt;br /&gt;
:: Hyperlink to the contact&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;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&lt;br /&gt;
&lt;br /&gt;
;405&lt;br /&gt;
: Unsupported method&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;''{server_name}''/accounts/''account300021''/exchange/''ng-test-hwus-120120b.com''/globalContacts&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''- Request Headers:''&lt;br /&gt;
    Content-Type:application/json&lt;br /&gt;
    Charset=UTF-8&lt;br /&gt;
    Authorization:Base64-encoded username &amp;amp; password string&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
''OK (200)'':&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 [&lt;br /&gt;
   {&lt;br /&gt;
     &amp;quot;details&amp;quot;: &amp;quot;http://{server_name}/accounts/account300021/exchange/ng-test-hwus-120120b.com/globalContacts/00000136a0dc303df040b174000ae6fa2cb8a7d8/&amp;quot;,&lt;br /&gt;
     &amp;quot;target&amp;quot;: &amp;quot;name@domain.com&amp;quot;, &lt;br /&gt;
     &amp;quot;name&amp;quot;: &amp;quot;My old descriptive name&amp;quot;}, &lt;br /&gt;
   {&lt;br /&gt;
     &amp;quot;details&amp;quot;: &amp;quot;http://{server_name}/accounts/account300021/exchange/ng-test-hwus-120120b.com/globalContacts/0000013659099524e2c12a99000a91275a05bc87/&amp;quot;,     &lt;br /&gt;
     &amp;quot;target&amp;quot;: &amp;quot;target3@domain.com&amp;quot;, &lt;br /&gt;
     &amp;quot;name&amp;quot;: &amp;quot;new name&amp;quot;&lt;br /&gt;
   }&lt;br /&gt;
 ]&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&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>