GrooveContacts.Read Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Read operation returns the contacts for the identity.

HTTP Post URL

The HTTP Post URL targets the service for the account. This URI is returned by the GrooveAccounts.Read2 operation in the Contacts parameter.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<ContactType />

Element

Data type

Description

ContactType

xs:string

String that specifies the kind of contact: "urn:groove.net:Core.PersonalContact" for the Contacts list or "urn:groove.net:Core.TelespaceMember" for contacts in your workspaces.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadResult>
  <!-- Array of -->  <Contact />
</ReadResult> 

Element

Data type

Description

ReadResult

Array of Contact

Contacts in the personal contact list or contacts that are members of workspaces. There can be zero or more Contact elements in the array.

Remarks

This operation returns information about the contacts of an identity or the workspace contacts of an identity. To get the detailed information about a contact, you must call the GrooveVCard.Read using the VCard element of a returned Contact.

See Also

Reference

GrooveContacts Web Service

GrooveVCard.Read Operation

Concepts

Accessing Contacts