FlaresendDocs
Broadcasts

List broadcasts

Get every broadcast in the project, newest first.

GET/v1/broadcastsAPI key

Returns all of the project's broadcasts in one response, newest first. This list is not paginated, and it doesn't include the per-status counts; get those from Retrieve a broadcast.

Listing works even when the project has broadcasts turned off.

Response

dataBroadcast[]

The broadcasts, with the fields described in Create a broadcast.

The Node.js client returns the array itself, not the { data } wrapper.