ProjectGenre
The list of genres of a Project in US only, with Primary designated.
Parameters:
|
id (required) |
Project Id Example Value: 4733034
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ProjectGenre?id=4733034&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"TERRITORY": "United States",
"TEXT": "Action",
"PRIMARY": "True"
},
{
"TERRITORY": "United States",
"TEXT": "Adaptation",
"PRIMARY": "False"
},
{
"TERRITORY": "United States",
"TEXT": "Adventure",
"PRIMARY": "False"
},
{
"TERRITORY": "United States",
"TEXT": "Crime",
"PRIMARY": "False"
},
{
"TERRITORY": "United States",
"TEXT": "Sequel",
"PRIMARY": "False"
}
]
