afl_content_text_list
Retrieve AFL/AFLW text articles (news) filtered by competition references and tags. Use boolean expressions to target specific matches or competitions and return article details.
Instructions
List text articles (news) with reference/tag filters.
Returns: {pageInfo, content:[{id, type:'text', title, date, tags, references, body, author}]}
Example: AFL+AFLW news index {"referenceExpression": "(AFL_COMPETITION:1) or (AFL_COMPETITION:3)", "tagExpression": "("News")", "limit": 17}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. | |
| sort | No | Sort direction. | |
| limit | No | Maximum rows to return. | |
| offset | No | Rows to skip — this CMS surface pages with offset/limit, not page/pageSize. | |
| pageSize | No | Rows per page. | |
| tagNames | No | Tag labels CSV | |
| references | No | TYPE:id shorthand CSV, e.g. AFL_MATCH:8130 | |
| tagExpression | No | Tag expr, e.g. ("News") | |
| referenceExpression | No | Boolean ref expr, e.g. (AFL_COMPETITION:1) or (AFL_COMPETITION:3) |