ParticipantDetails
The personal information of a person including name, gender, DOB, ethnicity, etc.
Parameters:
|
id (required) |
Participant Id Example Value: 3326817
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ParticipantDetails?id=3326817&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"PERSON_ID": 3326817,
"FULL_NAME": "Tom Cruise",
"GENDER": "Male",
"DOB": "07/03/1962",
"DOD": null,
"BIRTHPLACE": "Syracuse,
New York,
USA",
"DEATHPLACE": null,
"NATIONALITY": "United States",
"ETHNICITY": "American",
"RACE": "White"
},
{
"PERSON_ID": 3326817,
"FULL_NAME": "Tom Cruise",
"GENDER": "Male",
"DOB": "07/03/1962",
"DOD": null,
"BIRTHPLACE": "Syracuse,
New York,
USA",
"DEATHPLACE": null,
"NATIONALITY": "United States",
"ETHNICITY": "Irish",
"RACE": "White"
}
]
