chick_fil_a_content_taxonomy
Retrieve Chick-fil-A content taxonomy terms with IDs, enabling filtered queries on press releases, stories, legal, and campaign content by category or tag.
Instructions
List the category and tag vocabularies Chick-fil-A classifies its content under. Returns one page of a content taxonomy's terms, each with its id, name, slug, parent and the number of entries carrying it. Every id is a ready-to-use category or tag filter value on GET /chick-fil-a/content, which is what makes the editorial corpora navigable rather than only pageable. taxonomy selects the vocabulary: press_category (16 terms) and press_tag (96) classify press releases, story_category (9) and story_tag (74) classify blog stories, legal_category (8) and downloadable_asset_category (7) classify those corpora, and campaign (9) is applied across several at once. Terms are ordered by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| per_page | No | Terms per page, 1-100 (default 20) | |
| taxonomy | Yes | Which vocabulary. One of press_category, press_tag, story_category, story_tag, legal_category, downloadable_asset_category, campaign. |