ParticipantWritingPartners
Returns all Writing Partners for the Participant ID searched, as available.
Parameters:
|
id (required) |
Participant Id Example Value: 3642123
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ParticipantWritingPartners?id=3642123&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"PERSON_ID": 3281737,
"FIRST_NAME": "John",
"MIDDLE_NAME": null,
"LAST_NAME": "Bellucci"
},
{
"PERSON_ID": 3973200,
"FIRST_NAME": "Jacob",
"MIDDLE_NAME": null,
"LAST_NAME": "Kornbluth"
}
]
