Endpoints

MethodEndpointSummaryAvailability
GET/api/v1/resource/ContactReturn a list of Contact objectsPremium & Enterprise
GET/api/v1/resource/Contact/{Id}Return an individual object by IDPremium & Enterprise
POST/api/v1/resource/Contact/QUERYReturn queried objectsPremium & Enterprise
Data ElementData TypeWhat is it
IdIntegerThe unique id number of the record
Phone1VarCharThe first phone number in the record
Phone2VarCharThe second phone number in the record
Phone3VarCharThe third number in the record
FaxVarCharFax number in the record
Phone1TypeVarCharWhat type the first phone record is (mobile, landline etc)
Phone2TypeVarCharWhat type the second phone record is (mobile, landline etc)
Phone3TypeVarCharWhat type the third phone record is (mobile, landline etc)
PrimaryPhoneIntegerWhich record is the primary phone number
Email1VarCharThe first email in the record
Email2VarCharThe second email in the record
PrimaryEmailIntegerWhich record is the primary email
Email1TypeVarCharWhat type of email the first email record is (business or personal etc)
Email2TypeVarCharWhat type of email the second email record is (business or personal etc)
Im1VarCharThe first instant messaging profile account in the record
Im2VarCharThe second instant messaging profile account in the record
Im1TypeVarCharWhat type of account the first instant messaging record is
Im2TypeVarCharWhat type of account the second instant messaging record is
WebVarCharA website for the contact
NotesBlobAny notes saved in the contacts record
SavedBoolean True/FalseWhether the record is saved or not
CreatorIntegerThe unique id record of the user that created the record
CreatedDateTimeThe time the record was originally created
ModifiedDateTimeThe last time the record was modified.