Core Professional


"details": {
"name": {
en": "Chip",
ily": "Shipperman"
,
"age": null,
"gender": "Male",
"location": "Clifton, AZ, United States",
"demographics": {
ale"
,
"emails": \[ {
   		 "label": "work",
   		 "value": "[email protected]"
  	}
],
"phones": \[ {
   	 	"label": "work",
    		"value": "+16783335367"
    		}
],
"profiles": {
"linkedin": {
"url": "[https://www.linkedin.com/in/chipshipperman](https://www.linkedin.com/in/chipshipperman)",
"bio": "I am a independent professional consultant work following services: Professional research, Professional research and reporting for the GIS and Infomatics fields",

 "service": "linkedin"
       \}
   \},
   "locations": [
       {
           "country": "United States"
       }
   ],
   "employment": [
       {
           "name": "Electronic Arts (EA)",
           "current": true,
           "title": "Mobile Application Developer"
       }
   ],
.....
]
}




Properties: details.email
label stringThe classification of the email.
value stringThe professional email address of an individual.
Properties: details.phone
details.phones[n].label stringThe classification of the phone.
details.phones[n].value stringA phone number associated with the individual's company.
Properties: details.employment
name stringThe name of the organization/place of current employment.
domain stringThe website domain of the current place of employment.
current booleanIndicator of whether or not this is the current place of employment.
title stringJob or position title.
start objectObject representing start date, with properties for year, month and day returned as integers.
end objectObject representing end date, with properties for year, month and day returned as integers.
locations[n].city stringThe "city" portion of the location address.
locations[n].region stringThe region portion of the location address, typically a state or province.
locations[n].regionCode stringAn abbreviated or code-based representation of the region.
locations[n].country stringThe country portion of the location address.
locations[n].formatted stringThe formatted address.

Properties Profiles
profiles.{platform}.url stringURL to the profile on the social platform.
profiles.{platform}.bio stringBio of the profile form the social platform.
profiles.{platform}.service stringName of the social platform.