ParticipantRepCompany
Provides the primary representation Company and Agent info for the given celebrity.
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/ParticipantRepCompany?id=4029571&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"COMPANY_NAME": "Creative Artists Agency",
"ABBREVIATED_NAME": "CAA",
"AGENCY_ID": 4514094,
"AGENT_FIRSTNAME": "Richard",
"AGENT_LASTNAME": "Lovett",
"PRIMARY": true
},
{
"COMPANY_NAME": "Creative Artists Agency",
"ABBREVIATED_NAME": "CAA",
"AGENCY_ID": 4514094,
"AGENT_FIRSTNAME": "Brian",
"AGENT_LASTNAME": "Siberell",
"PRIMARY": false
},
{
"COMPANY_NAME": "Creative Artists Agency",
"ABBREVIATED_NAME": "CAA",
"AGENCY_ID": 4514094,
"AGENT_FIRSTNAME": "Jessica",
"AGENT_LASTNAME": "Graboff",
"PRIMARY": false
}
]
