ProjectTVSeasonId
Returns the Season ID(s) and Season Titles(s) for the specified TV Series.
Parameters:
|
id (required) |
TV Project Series Id Example Value: 4701803
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/ProjectTVSeasonId?id=4701803&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"SEASON_ID": 4841239,
"NAME": "Season 1"
},
{
"SEASON_ID": 5182277,
"NAME": "Season 2"
},
{
"SEASON_ID": 5282419,
"NAME": "Season 3"
},
{
"SEASON_ID": 5487414,
"NAME": "Season 4"
},
{
"SEASON_ID": 5694052,
"NAME": "Season 5"
},
{
"SEASON_ID": 5694053,
"NAME": "Season 6"
},
{
"SEASON_ID": 7795697,
"NAME": "Season 7"
},
{
"SEASON_ID": 7837340,
"NAME": "Season 8"
}
]
