ENUM

BroadcastStatus

The status of a published broadcast

link GraphQL Schema definition

  • enum BroadcastStatus {
  • # Status for when the broadcast is pending
  • pending
  • # Status for when the broadcast is distributed
  • distributed
  • # Status for when the broadcast is action_required
  • action_required
  • # Status for when the broadcast is downgraded
  • downgraded
  • # Status for when the broadcast is complete
  • complete
  • # Status for when the broadcast is accepted
  • accepted
  • # Status for when the broadcast is denied
  • denied
  • # Status for when the broadcast is failed
  • failed
  • # Status for when the broadcast is retired
  • retired
  • # Status for when the broadcast is unauthorized
  • unauthorized
  • # Status for when the broadcast is rejected_spam
  • rejected_spam
  • # Status for when the broadcast is error
  • error
  • # Status for when the broadcast is delivered
  • delivered
  • # Status for when the broadcast is not_available
  • not_available
  • }