Promo Notice
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&ordering=-hash
{
"count": 0,
"next": null,
"previous": null,
"results": []
}