Returns a list of dates that have upcoming showtimes, along with details about which films are playing at each site on each day.
Success
One or more of the provided sites or films do not exist.
{- "filmScreeningDates": [
- {
- "businessDate": "2019-08-24T14:15:22Z",
- "filmScreenings": [
- {
- "filmId": "string",
- "sites": [
- {
- "siteId": "string",
- "showtimeAttributeIds": [
- null
]
}
]
}
]
}
]
}