Retrieves press releases matching a specific set of tags in a pressroom
Code | Description |
---|---|
404 | Missing |
Param name | Description |
---|---|
pressroom_id required |
Pressroom id or pressroom domain Validations:
|
tags required |
Comma separated list of tags to filter press releases on Validations:
|
match optional |
Match 'all' or 'any' of the tags, defaults to 'all' Validations:
|
language optional |
Comma separated list of locales for which to return press releases Validations:
|
country_code optional |
Country to display releases from if there is multicountry support Validations:
|
order optional |
Comma seperated list of attributes to orders results by (e.g. id desc, release_date asc) Validations:
|
limit optional |
Number of press releases returned, defaults to 30 Validations:
|
includes optional |
Include attachments (e.g. use 'featured_images' to include featured images) Validations:
|
Retrieves total count of press releases matching a specific set of tags in a pressroom
Code | Description |
---|---|
404 | Missing |
Param name | Description |
---|---|
pressroom_id required |
Pressroom id or pressroom domain Validations:
|
tags required |
Comma separated list of tags to filter press releases on Validations:
|
match optional |
Match 'all' or 'any' of the tags, defaults to 'all' Validations:
|
language optional |
Comma separated list of locales for which to return press releases Validations:
|
country_code optional |
Country to display releases from if there is multicountry support Validations:
|