List sounds
cms_list_soundsList CMS sound items, optionally filtered by category ids returned by cms_list_cms_sections, publication status, title search, pagination, sound ids, and sorting. Guidance: List CMS sound items, optionally filtered by category ids returned by cms_list_cms_sections or by publication status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional sound item ids to filter the list. Repeat this query parameter to pass multiple values. | |
| page | No | Page index. | |
| sort | No | Sort field for the sound list. | |
| order | No | Sort order for the sound list. | |
| search | No | Optional title search terms. Repeat this query parameter to pass multiple values. | |
| status | No | Optional publication status filter. Omit to list every non-deleted item in scope. | |
| category | No | Optional sound category ids returned by cms_list_cms_sections. Repeat this query parameter to pass multiple values. Omit to list across all categories. | |
| per_page | No | Number of sounds per page. |