Skip to main content
GET
List bulletins

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Query Parameters

category
string

Filter by bulletin category: news, sports, or business.

cursor
string

The pagination cursor value.

date
string

Filter by scheduled air date, YYYY-MM-DD.

end_date
string

Filter to records on or before this date, YYYY-MM-DD.

page_size
integer

Number of results to return per page.

period
string

Shortcut date range, takes precedence over start_date/end_date: today, this_week, this_month, or this_year.

platform
string

Filter by broadcast platform: television or radio.

start_date
string

Filter to records on or after this date, YYYY-MM-DD.

studio
string

Filter by studio/station name (case-insensitive, partial match).

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"