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
Reference
Windows Live Contacts API: REST Schema
Adding Contacts to Windows Live Contacts
Updating Contacts with Windows Live Contacts
Deleting Contacts from Windows Live Contacts