ParticipantType
Person’s primary industry role(s), whether by project credit or employment.
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/ParticipantType?id=3326817&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"TYPE": "Actor",
"TYPE_ID": 2,
"SORT_ORDER": 1
},
{
"TYPE": "Producer",
"TYPE_ID": 22,
"SORT_ORDER": 2
},
{
"TYPE": "Writer",
"TYPE_ID": 30,
"SORT_ORDER": 3
}
]
