Get info about a contact - with or without attributes

Namespace: SynergyClientAPI.ContactsUsersAndGroups
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetContactInfo( _ 
ByVal contact_id As EntityID, _ 
ByVal get_attributes As Boolean
) As DataOperationResponse(Of ContactInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<ContactInfo> GetContactInfo( 
EntityID contact_id
bool get_attributes 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<ContactInfo^>^ GetContactInfo( 
EntityID^ contact_id
bool get_attributes 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

contact_id
Type: EntityID

the id of the contact whose info we want

get_attributes
Type: bool

whether or not to fetch attributes

Return Value

Type: DataOperationResponse<ContactInfo>

a response object with the contact info

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1