<?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_Contact</id>
		<title>GET Exchange Global Contact - 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_Contact"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Global_Contact&amp;action=history"/>
		<updated>2026-04-20T21:02: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_Global_Contact&amp;diff=1414&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_Contact&amp;diff=1414&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_Contact&amp;diff=1413&amp;oldid=prev</id>
		<title>Mike.robski at 13:37, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Global_Contact&amp;diff=1413&amp;oldid=prev"/>
				<updated>2013-05-20T13:37:28Z</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 an Exchange Global contact by domain name and global contact id&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;''{server_name}''/accounts/''{account_number}''/exchange/''{domain_name}''/globalContacts/''{global_contact_id}''&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;
; global_contact_id - ''string''&lt;br /&gt;
: The global contact id&lt;br /&gt;
&lt;br /&gt;
=== Expected Response Codes ===&lt;br /&gt;
;200&lt;br /&gt;
: Success&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;
;304&lt;br /&gt;
: Resource has been cached and not modified&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;''{server_name}''/accounts/''someaccount300021''/exchange/''ng-test-hwus-120120b.com''/globalContacts/''00000136a13b95a2f4f587fd000ae6fa2cb8a7d8''&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;
        &amp;quot;target&amp;quot;: &amp;quot;abcdef@ghijklm.com&amp;quot;,&lt;br /&gt;
        &amp;quot;name&amp;quot;: {&lt;br /&gt;
            &amp;quot;name&amp;quot;: &amp;quot;John Jello&amp;quot;,&lt;br /&gt;
            &amp;quot;company&amp;quot;: &amp;quot;My Company&amp;quot;,&lt;br /&gt;
            &amp;quot;department&amp;quot;: &amp;quot;Sales&amp;quot;,&lt;br /&gt;
            &amp;quot;title&amp;quot;: &amp;quot;President&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;address&amp;quot;: {&lt;br /&gt;
            &amp;quot;address&amp;quot;: &amp;quot;100 Main St.&amp;quot;,&lt;br /&gt;
            &amp;quot;city&amp;quot;: &amp;quot;Chicago&amp;quot;,&lt;br /&gt;
            &amp;quot;state&amp;quot;: &amp;quot;IL&amp;quot;,&lt;br /&gt;
            &amp;quot;zip&amp;quot;: &amp;quot;60001&amp;quot;,&lt;br /&gt;
            &amp;quot;country&amp;quot;: &amp;quot;US&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;phones&amp;quot;: {&lt;br /&gt;
            &amp;quot;homePhone&amp;quot;: &amp;quot;87238473&amp;quot;,&lt;br /&gt;
            &amp;quot;businessPhone&amp;quot;: &amp;quot;555-555-5501&amp;quot;,&lt;br /&gt;
            &amp;quot;fax&amp;quot;: &amp;quot;555-555-5503&amp;quot;,&lt;br /&gt;
            &amp;quot;mobile&amp;quot;: &amp;quot;555-555-5504&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;notes&amp;quot;: &amp;quot;Notes in here&amp;quot;,&lt;br /&gt;
        &amp;quot;links&amp;quot;: [&lt;br /&gt;
          {&lt;br /&gt;
            &amp;quot;href&amp;quot;: &amp;quot;http://{server_name}/accounts/someaccount300021/exchange/ng-test-hwus-120120b.com/globalContacts/00000136a13b95a2f4f587fd000ae6fa2cb8a7d8/&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;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;''{server_name}''/accounts/''someaccount300021''/exchange/''ng-test-hwus-120120b.com''/globalContacts/''{non_existent_contact_id}''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
''Item Not Found (404)'':&lt;br /&gt;
 404 Not Found&lt;br /&gt;
 The resource could not be found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;''{server_name}''/accounts/''someaccount300021''/exchange/''ng-test-hwus-120120b.com''/globalContacts/''00000136a13b95a2f4f587fd000ae6fa2cb8a7d8''&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;
    If-Modified-Since : Wed, 11 Apr 2012 19:43:31 GMT&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
''Not Modified (304)''&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>