Individual
{
"details": {
"name": {
"given": "Angus",
"family": "de Vaca",
"full": "Angus de Vaca"
},
"age": {
"range": "25-34",
"value": 27
},
"gender": "Male",
"demographics": {
"gender": "Male",
"age": {
"range": "35-44",
"value": 40
}
},
"emails": [],
"phones": [],
"profiles": {
"twitter": {
"url": "https://twitter.com/hspangus",
"service": "twitter"
},
"linkedin": {
"url": "https://www.linkedin.com/in/hspangus",
"bio": "Connect with me on LinkedIn",
"service": "linkedin"
}
},
"locations": [
{
"city": "Denver",
"region": "Colorado",
"regionCode": "CO",
"country": "United States",
"formatted": "Denver, Colorado, United States"
}
],
"employment": [
{
"name": "Self-employed",
"current": true,
"title": "Independent Consultant"
}
],
"photos": [
{
"label": "Avatar",
"value": "https://img.fullcontact.com/static/b3d621eec2c09cafb35e3575b4946719_95fa934eff5e1713d8ce53e2301d3f3ac304570a34418c443d3e9ef69f1a1d7e"
}
],
"education": [
{
"name": "CSU",
"degree": "PhD, Marketing and Communications",
"end": {
"year": 2001,
"month": 5,
"day": 25
}
}
],
"urls": [
{
"value": "https://angusdeva.ca/blog"
}
],
},
} <td>
The given name (first name) of the individual.
</td>
</tr>
<tr>
<td>
name.family
<span class="properties-list-type">string</span>
</td>
<td>
The family name (last name) of the individual.
</td>
</tr>
<tr>
<td>
name.full.name
<span class="properties-list-type">string</span>
</td>
<td>
The full name (first and last) of the individual.
</td>
</tr>
<tr>
<td>
age.range
<span class="properties-list-type">string</span>
</td>
<td>
An age range of the individual.
</td>
</tr>
<tr>
<td>
age.value
<span class="properties-list-type">string</span>
</td>
<td>
The age in years of the individual.
</td>
</tr>
<tr>
<td>
age.birthday
<span class="properties-list-type">string</span>
</td>
<td>
The date of birth of the individual.
</td>
</tr>
<tr>
<td>
gender
<span class="properties-list-type">string</span>
</td>
<td>
The gender of the individual.
</td>
</tr>
<tr>
<td>
demographics.age.range
<span class="properties-list-type">string</span>
</td>
<td>
An age range of the individual.
</td>
</tr>
<tr>
<td>
demographics.age.value
<span class="properties-list-type">string</span>
</td>
<td>
The age in years of the individual.
</td>
</tr>
<tr>
<td>
emails object
<span class="properties-list-type">string</span>
</td>
<td>
This will be an empty object unless Email Hashes or the Professional bundle is enabled.
</td>
</tr>
<tr>
<td>
phones object
<span class="properties-list-type">string</span>
</td>
<td>
This will be an empty object unless the Professional bundle is enabled.
</td>
</tr>
<tr>
<td>
profiles.\{platform}.url
<span class="properties-list-type">string</span>
</td>
<td>
URL to the profile on the social platform.
</td>
</tr>
<tr>
<td>
profiles.\{platform}.bio
<span class="properties-list-type">string</span>
</td>
<td>
Bio of the profile from the social platform.
</td>
</tr>
<tr>
<td>
profiles.\{platform}.service
<span class="properties-list-type">string</span>
</td>
<td>
Name of the social platform.
</td>
</tr>
<tr>
<td>
locations\[n].city
<span class="properties-list-type">string</span>
</td>
<td>
The "city" portion of the location address .
</td>
</tr>
<tr>
<td>
locations\[n].region
<span class="properties-list-type">string</span>
</td>
<td>
The region portion of the location address, typically a state or province.
</td>
</tr>
<tr>
<td>
locations\[n].regionCode
<span class="properties-list-type">string</span>
</td>
<td>
An abbreviated or code-based representation of the region.
</td>
</tr>
<tr>
<td>
locations\[n].country
<span class="properties-list-type">string</span>
</td>
<td>
The country portion of the location address.
</td>
</tr>
<tr>
<td>
locations\[n].formatted
<span class="properties-list-type">string</span>
</td>
<td>
The formatted address.
</td>
</tr>
<tr>
<td>
employment.name
<span class="properties-list-type">string</span>
</td>
<td>
The name of the organization/place of employment.
</td>
</tr>
<tr>
<td>
employment.current
<span class="properties-list-type">string</span>
</td>
<td>
Indicator of whether or not this is the current place of employment.
</td>
</tr>
<tr>
<td>
employment.title
<span class="properties-list-type">string</span>
</td>
<td>
Job or position title.
</td>
</tr>
<tr>
<td>
photos\[n].label
<span class="properties-list-type">string</span>
</td>
<td>
The type of photo.
</td>
</tr>
<tr>
<td>
photos\[n].value
<span class="properties-list-type">string</span>
</td>
<td>
The URL to the photo.
</td>
</tr>
<tr>
<td>
education\[n].name
<span class="properties-list-type">string</span>
</td>
<td>
The name of the school/university attended.
</td>
</tr>
<tr>
<td>
education\[n].degree
<span class="properties-list-type">string</span>
</td>
<td>
The degree or focus of study.
</td>
</tr>
<tr>
<td>
education\[n].end.year object
<span class="properties-list-type">string</span>
</td>
<td>
Object representing the last year, month and day attended.
</td>
</tr>
<tr>
<td>
urls\[n].value
<span class="properties-list-type">string</span>
</td>
<td>
The URL of the website.
</td>
</tr>
<tr>
<td>
\<>
</td>
<td></td>
</tr>| Properties | |
|---|---|
| name.give string | |
Updated about 15 hours ago