[This is preliminary documentation and is subject to change.]
The $type operator returns the contacts in the Portable Contacts schema. The $type operator is available for a ContactResource only. The $type operator accepts one fixed value: portable.
The following example demonstrates the correct use of the $type operator.
|
HTTP Request
|
GET https://user-ctp.windows.net/V0.1/Contacts/?$type=portable
|
|
Description
|
The server returns a collection of ContactResources in the Portable Contacts schema. The default format is JSON; XML format is also supported.
|