afl_content_promo_list
Fetch AFL promotional cards containing call-to-action links, with optional filtering by tags or linked entities like clubs, to populate marketing content in apps.
Instructions
List promo / marketing cards (each embeds a links[] of CTAs).
Returns: {pageInfo, content:[{id, type:'promo', title, links:[{promoUrl, linkText}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. | |
| tagNames | No | e.g. lineups-sponsor | |
| referenceExpression | No | Pulse reference filter, e.g. 'AFL_CLUB:Carlton' — restricts content to a linked entity. |