Windows Live Contacts API Methods: GET

Started by thiruvasagamani, Jan 22, 2009, 04:16 PM

Previous topic - Next topic

thiruvasagamani

Windows Live Contacts API Methods: GET

The HTTP/1.1 GET method request is used to retrieve all data, including any child elements and containers, at the level that is specified by the Uniform Resource Indicator (URI).


The GET method does not return string or timestamp elements that are currently set to the null value. However, the GET method does return all numeric, fixed enumeration value, and Boolean elements, except those that are not included in any optional filter definition. For more information about filters, see Windows Live Contacts API: Field and Depth Filtering

Example Request

Description

The URI specifies the exact entry to be retrieved. In this example, the contact identified by the ContactID value is retrieved from the Contacts collection.
Code
Copy Code

Header:
GET /LiveContacts/contacts/contact(ContactID) HTTP/1.1

Source : MSDN
Thiruvasakamani Karnan