-
Notifications
You must be signed in to change notification settings - Fork 0
Intelligent billboard without city
Eric Bosch edited this page Apr 25, 2020
·
1 revision
Request
https://beezybackendtestapi20200425164353.azurewebsites.net/api/managers/billboards/intelligent?timePeriod=1&bigRooms=1&smallRooms=1&api-version=1.0
cURL Request
curl -X GET "https://beezybackendtestapi20200425164353.azurewebsites.net/api/managers/billboards/intelligent?timePeriod=1&bigRooms=1&smallRooms=1&api-version=1.0" -H "accept: text/plain"
Response
[
{
"bigScreenMovies": [
{
"screen": 1,
"movie": {
"title": "Joker",
"overview": "During the 1980s, a failed stand-up comedian is driven insane and turns to a life of crime and chaos in Gotham City while becoming an infamous psychopathic crime figure.",
"genres": [
"80",
"18",
"53"
],
"language": "en",
"releaseDate": "2019-10-02T00:00:00",
"webSite": "",
"keywords": []
}
}
],
"smallScreenMovies": [
{
"screen": 1,
"movie": {
"title": "The Avengers",
"overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!",
"genres": [
"28",
"12",
"878"
],
"language": "en",
"releaseDate": "2012-04-25T00:00:00",
"webSite": "",
"keywords": []
}
}
],
"startDate": "2020-04-25T00:00:00Z"
}
]