GET Contacts/CommunicationMethod
Get contactCommunicationMethods from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeExpired | boolean |
None. |
|
EntityID |
Filter by EntityID |
integer |
None. |
EntityIDs |
Filter by EntityID |
Collection of integer |
None. |
CommunicationMethodTypeEntryID |
Filter by CommunicationMethodTypeEntryID |
integer |
None. |
Type |
Filter by Type |
CommunicationMethodType |
None. |
StartDateUtcMin |
Filter by StartDateUtcMin |
date |
None. |
StartDateUtcMax |
Filter by StartDateUtcMax |
date |
None. |
StopDateUtcMin |
Filter by StopDateUtcMin |
date |
None. |
StopDateUtcMax |
Filter by StopDateUtcMax |
date |
None. |
Value |
Filter by Value |
string |
None. |
SubValue |
Filter by SubValue |
string |
None. |
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
IncludeError |
Include records where RecordState == RecordState.CreatedInError |
boolean |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
Body Parameters
None.
Response Information
Resource Description
List of CommunicationMethodDTOs
Collection of CommunicationMethodDTOName | Description | Type | Additional information |
---|---|---|---|
CommunicationMethodID |
The unique identifier for the Communication Method record. This field is readonly. |
integer |
None. |
EntityID |
The unique identifier for the Entity this Communication Method record belongs to. |
integer |
None. |
Type |
The type of communication method. See for available types: Phone or Email. |
CommunicationMethodType |
None. |
CommunicationMethodTypeEntryID |
The **ID** of the Code Table Entry that represents a specific instance of the Communication Method Type. - For a Type of 'Phone', this will refer to the contents of the built-in Code Table 'Phone Types' (e.g. Home, Work, Mobile). - For a Type of 'Email', this will refer to the contents of the built-in Code Table 'Email Types'. |
integer |
None. |
CommunicationMethodTypeEntryValue |
The **Value** of the Code Table Entry that represents a specific instance of the Communication Method Type. - For a Type of 'Phone', this will refer to the contents of the built-in Code Table 'Phone Types' (e.g. Home, Work, Mobile). - For a Type of 'Email', this will refer to the contents of the built-in Code Table 'Email Types'. |
string |
None. |
IsPrimary |
Whether this communication method is the primary method of contact. |
boolean |
None. |
StartDateUtc |
The date and time this Communication Method record became a valid way to contact this Entity. |
date |
None. |
StopDateUtc |
The date and time this Communication Method record stopped being a valid way to contact this Entity. |
date |
None. |
Value |
The Communication Method value, such as a phone number or email address. |
string |
None. |
SubValue |
The Communication Method sub-value, such as an extension for a phone number. |
string |
None. |
SortOrder |
Sort order of the Communication Method record. Is applied per-entity, on the Entity's page listing out contact details. |
integer |
None. |
PartialData |
The value of the PartialData used as the criteria when requesting the Communication Method record. |
PartialDataType |
None. |
RecordState |
The Record State of the Communication Method record, . |
RecordState |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |
Summary |
A user-friendly text summary of the Communication Method record. This field is read-only. |
string |
None. |