List photos
cms_list_photosList CMS photo gallery items, optionally filtered by one photo gallery section, with optional status filter, title search, pagination, photo id filtering, and sorting. Guidance: List CMS photo gallery items, optionally filtered by one photo gallery section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional photo item ids to filter the list. Repeat this query parameter to pass multiple values. | |
| page | No | Page index. | |
| sort | No | Sort field for the photo list. | |
| order | No | Sort order for the photo list. | |
| search | No | Optional title search terms. Repeat this query parameter to pass multiple values. | |
| status | No | Optional publication status filter. | |
| section | No | Optional photo gallery section id returned by cms_list_cms_sections. Omit to list across all galleries. | |
| per_page | No | Number of photos per page. |