api-docs-icon

Get Contact

GET
/ api/ v1/ contacts/ details/ {id}

Get specified contact details

id
integer (int32)
required

contact id to get contact details for

Response

application/json
object
Address
string
nullable

The street address of the contact.

Example:
36 Pipers Row
Address2
string
nullable

The secondary street address of the contact.

Example:
Room 101
AddressStatusId
integer (int32)

Status id of contact. *0 = contact is valid *-1 = contact in invalid

City
string
nullable

The city of the contact.

Example:
New York
Company
string
nullable

The company name of the contact.

Example:
Metacortex
ContactListId
integer (int64)

The id of the contact list this contact is on.

Example:
10142067
Country
integer (int32)
EmailId
string
nullable

The email address of the contact.

Example:
tanderson@metacortex.net
FirstName
string
nullable

The first name of the contact.

Example:
Thomas
Id
integer (int64)

The id of the contact.

Example:
10142067
LastName
string
nullable

The last name of the contact.

Example:
Anderson
Mobile
string
nullable

The mobile phone number of the contact.

Example:
888-574-7346
Occupation
string
nullable

The occupation the contact.

Example:
programmer
Phone
string
nullable

The phone number of the contact.

Example:
888-574-7346
Purl
string
nullable

Personalized url of the contact.

Example:
https://thomas_anderson.metacortex.net
QRCode
string
nullable

Personalized QR code of the contact.

Example:
https://thomas_anderson.metacortex.net/img.png
State
string
nullable

The state of the contact.

Example:
NY
VarField1
string
nullable

Custom variable field 1

VarField10
string
nullable

Custom variable field 10

VarField11
string
nullable

Custom variable field 11

VarField12
string
nullable

Custom variable field 12

VarField13
string
nullable

Custom variable field 13

VarField14
string
nullable

Custom variable field 14

VarField15
string
nullable

Custom variable field 15

VarField16
string
nullable

Custom variable field 16

VarField17
string
nullable

Custom variable field 17

VarField18
string
nullable

Custom variable field 18

VarField19
string
nullable

Custom variable field 19

VarField2
string
nullable

Custom variable field 2

VarField20
string
nullable

Custom variable field 20

VarField21
string
nullable

Custom variable field 21

VarField22
string
nullable

Custom variable field 22

VarField23
string
nullable

Custom variable field 23

VarField24
string
nullable

Custom variable field 24

VarField25
string
nullable

Custom variable field 25

VarField26
string
nullable

Custom variable field 26

VarField27
string
nullable

Custom variable field 27

VarField28
string
nullable

Custom variable field 28

VarField29
string
nullable

Custom variable field 29

VarField3
string
nullable

Custom variable field 3

VarField30
string
nullable

Custom variable field 30

VarField31
string
nullable

Custom variable field 31

VarField32
string
nullable

Custom variable field 32

VarField33
string
nullable

Custom variable field 33

VarField34
string
nullable

Custom variable field 34

VarField35
string
nullable

Custom variable field 35

VarField4
string
nullable

Custom variable field 4

VarField5
string
nullable

Custom variable field 5

VarField6
string
nullable

Custom variable field 6

VarField7
string
nullable

Custom variable field 7

VarField8
string
nullable

Custom variable field 8

VarField9
string
nullable

Custom variable field 9

Website
string
nullable

The website of the contact.

Example:
metacortex.net
Zip
string
nullable

The zip code of the contact.

Example:
10001

Code Examples

Response