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

Supported Formats

json

GET /v1/pressrooms/:pressroom_id/tagged/events.json

Retrieves events matching a specific set of tags in a 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

past
optional

Whether or not to return past events

Validations:

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

tags
required

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

country_code
optional

Country to display releases from if there is multicountry support

Validations:

  • Must be a String

order
optional

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

Validations:

  • Must be a String

limit
optional

Number of events returned, defaults to 30

Validations:

  • Must be a String

includes
optional

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

Validations:

  • Must be a String