"CONTACT" OBJECT CODE
Object code format
parent_object.CONTACT.property
Possible parent objects | Example |
---|---|
CASE | CASE.CONTACT.* |
TEAM | TEAM.CONTACT.* |
USER | USER.CONTACT.* |
Returns CONTACT information (name, contact channels, address...) about a TEAM, USER or CASE
Context information
The context information is inherited from the parent OBJECT
Properties
PROPERTY | DESCRIPTION |
---|---|
CONTACT.GIVEN_NAME | First Name. Only available for USERS (not TEAMS) |
CONTACT.FAMILY_NAME | Family Name. Only available for USERS (not TEAMS) |
CONTACT.FULLNAME | Full name. Only available for USERS (not TEAMS) |
CONTACT.NICK | Nick name. Only available for USERS (not TEAMS) |
CONTACT.BDATE | Birth date. Only available for USERS (not TEAMS) |
CONTACT.AGE | Age. Only available for USERS (not TEAMS) |
CONTACT.GENDER{selector} | Gender. Only available for USERS (not TEAMS) Depending on the
|
CONTACT.IMAGE.* | "IMAGE" OBJECT CODE Pictures of a CONTACT |
CONTACT.IDENTIFIER.* | "IDENTIFIER" OBJECT CODE Information about a IDENTIFIER of a CONTACT |
CONTACT.CHANNEL.* | "CHANNEL" OBJECT CODE Information about a contact channel (phone, mail...) of a CONTACT |
CONTACT.ADDRESS.* | A CONTACT address. Introduced in API version 2.7.9 |