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

Supported Formats

json

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

Retrieves pages 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

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. id desc, release_date asc)

Validations:

  • Must be a String

limit
optional

Number of pages 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