Newsroom API Documentation
Everything you need to integrate PR.co into your website or app.

Retrieves a list of events for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

includes
optional

Include attachments (e.g. use 'tags' to include tags)

Validations:

  • Must be a String

year
optional

Year to filter events on

Validations:

  • Must be a number.

month
optional

Month to filter events on

Validations:

  • Must be a number.

tags
optional

Comma separated list of tags to filter events on

Validations:

  • Must be a String

match
optional

Match 'all' or 'any' of the tags, defaults to 'all'

Validations:

  • Must be a String

language
optional

Comma separated list of locales for which to return events

Validations:

  • Must be a String

country_code
optional

Country to display events from if there is multicountry support

Validations:

  • Must be a String

order
optional

Comma seperated list of attributes to orders results by (e.g. id desc, publish_date asc)

Validations:

  • Must be a String

page
optional

Page

Validations:

  • Must be a number.

limit
optional

Number of events returned, defaults to 10

Validations:

  • Must be a String

past
optional

Whether or not to return past events

Validations:

  • Must be one of: true, false, 1, 0.

type
optional

Live or Regular events

Validations:

  • Must be a String