afl_content_photo_list
Fetch a paginated list of AFL photo content, filterable by tags, tag expressions, or linked reference entities to locate specific photos.
Instructions
List photo content.
Returns: {pageInfo, content:[{id, type:'photo', title, leadMedia}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. | |
| offset | No | Rows to skip — this CMS surface pages with offset/limit, not page/pageSize. | |
| tagNames | No | Tag names to match (comma-separated). | |
| tagExpression | No | Pulse tag filter expression, e.g. 'AFL_MATCH:1234'. | |
| referenceExpression | No | Pulse reference filter, e.g. 'AFL_CLUB:Carlton' — restricts content to a linked entity. |