Wheel filters (available facets)
Wheel filters (available facets)
**What:** Distinct genre + provider facet ids actually present across this collection's movies (so the wheel UI offers only non-empty filters). Pure DB read, no TMDB.
**Auth:** Bearer token required.
**Path params:** `id` (collection ObjectId).
**Returns:** `data = { availableGenres: [int], availableProviders: [int] }`. providers are US flatrate ids only, so it can be empty.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
{collectionId
Response
OK
ok
data
Errors
404
Not Found Error

