Click to Rate and Give Feedback
MSDN
MSDN Library
Online Services
Live Services SDK
Contacts
 Retrieving Contacts from Windows Li...
Collapse All/Expand All Collapse All
Live Services SDK
Retrieving Contacts from Windows Live Contacts

This HTTP/1.1 GET method request retrieves the information that is identified by the Uniform Resource Identifier (URI) of the Contact collection.

For all URIs:

Method Relative Request URI HTTP-Version

GET

/LiveContacts/contacts

HTTP/1.1

For a single URI:

Method Relative Request URI HTTP-Version

GET

/LiveContacts/contacts/contact(ContactID)

HTTP/1.1

HTTP/1.1 200 OK

<Contacts>
    <Contact>
        <ID>ContactID</ID>
        …
    </Contact>
    <Contact>
        <ID>ContactID</ID>
        …
    </Contact>
    …
</Contacts>
  • ContactID is a placeholder for the actual ID of the Contact collection.

For detailed information about possible error codes that are returned by this request, see Windows Live Contacts API: Error/Response Codes

Code

Header:
GET /LiveContacts/contacts HTTP/1.1
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker