Returns a list of PromoNotices filtered by language.

This view will return only active PromoNotices (published, not removed, within their start and end dates) that are either: - Not associated with any language (available to all languages) - Explicitly associated with the current language or the language specified in the 'lang' query parameter

GET /site-apis/v1/promo-notices/?format=api&lang=zh-tw&ordering=image_webp
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}