Skip to main content
POST
Sign off bulletin report

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

id
string<uuid>
required

A UUID string identifying this Bulletin.

Body

Input for POST .../sign-off

editor_remarks
string
default:""

Response

200 - application/json

Mixin for serializers that need to resolve user IDs to user objects.

id
string<uuid>
required
read-only
platform
enum<string>
required

Broadcast platform

  • television - Television
  • radio - Radio
Available options:
television,
radio
slot
enum<string>
required

Scheduled broadcast window

  • morning - Morning
  • midday - Midday
  • afternoon - Afternoon
  • evening - Evening
  • late_night - Late Night
  • breaking - Breaking
Available options:
morning,
midday,
afternoon,
evening,
late_night,
breaking
scheduled_at
string<date-time>
required

Date and time the bulletin is scheduled to air

head_of_news
string<uuid> | null
required
read-only

User ID of the head of news who reviews the bulletin report

report_status
enum<string>
required
read-only

Current state of the post-bulletin report

  • draft - Draft
  • signed_off - Signed Off
  • awaiting_review - Awaiting Review
  • reviewed - Reviewed
Available options:
draft,
signed_off,
awaiting_review,
reviewed
slots
object[]
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
category
enum<string>
default:news

Editorial subject of this bulletin (distinct from slot, which is time-of-day)

  • news - News
  • sports - Sports
  • business - Business
Available options:
news,
sports,
business
studio
string

Studio or broadcast location

Maximum string length: 100
slot_duration
string | null

Total editorial time allocated for this bulletin slot (e.g. 30 minutes)

editor_on_duty
string<uuid> | null

User ID of the editor managing this bulletin

presenters
string<uuid>[]

User IDs of the news presenters/anchors for this bulletin

headlines
string

Top-of-bulletin headlines read by the presenter, as contenteditable HTML

intro
string

Bulletin-wide opening copy read by the presenter, as contenteditable HTML

outro
string

Bulletin-wide closing copy read by the presenter, as contenteditable HTML