ParticipantRepresentation
Provides the full agency, legal and public relation details for the given person.
Parameters:
|
id (required) |
Participant Id Example Value: 4029571
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ParticipantRepresentation?id=4029571&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"TYPE": "Agency",
"COMPANY_NAME": "Creative Artists Agency",
"ABBREVIATED_NAME": "CAA",
"COMPANY_ID": 4514094,
"REPS": [
{
"FULL_NAME": "Richard Lovett",
"RELATIONSHIP": "Agent",
"PRIMARY": true
},
{
"FULL_NAME": "Jessica Graboff",
"RELATIONSHIP": "Agent",
"PRIMARY": false
},
{
"FULL_NAME": "Brian Siberell",
"RELATIONSHIP": "Agent",
"PRIMARY": false
}
]
},
{
"TYPE": "Public Relations Company",
"COMPANY_NAME": "42West",
"ABBREVIATED_NAME": null,
"COMPANY_ID": 4623096,
"REPS": [
{
"FULL_NAME": "Whitney Tancred",
"RELATIONSHIP": "Publicist",
"PRIMARY": false
}
]
}
]
