Travis CI API Docs

Broadcasts

A list of broadcasts for the current user.

Attributes

NameTypeDescription
broadcasts[Broadcast]List of broadcasts.

Collection Items

Each entry in the broadcasts array has the following attributes:

NameTypeDescription
idIntegerValue uniquely identifying the broadcast.
messageStringMessage to display to the user.
created_atStringWhen the broadcast was created.
categoryStringBroadcast category (used for icon and color).
activeBooleanWhether or not the brodacast should still be displayed.
recipientObjectEither a user, organization or repository, or null for global.

Actions

For Current User

This will return a list of broadcasts for the current user.

GET
/broadcasts
Query ParameterTypeDescription
active[Boolean]Alias for broadcast.active.
broadcast.active[Boolean]Filters broadcasts by whether or not the brodacast should still be displayed.
include[String]List of attributes to eager load.

Example:GET /broadcasts