Newer Version Available
CMS Delivery Channel Contents Search
Search for content in a channel or an Experience Cloud site.
- Resource
-
1/connect/cms/delivery/channels/channelId/contents/enhanced-search1/connect/sites/siteId/cms/delivery/contents/enhanced-search - Available version
- 64.0
- HTTP methods
- POST
- Request body for POST
-
- Root XML tag
- <ManagedContentDeliverySearchInputRepresentation>
- JSON example
-
1{ 2"queryTerm": "BMW", 3"filters":{ 4 "taxonomyQuery":{ 5 "expression": "'15dxx000001X8UzBBJ' OR '15dxx000001X8UzBBD'", 6 "doesSearchInHierarchy": false 7 }, 8 "language": "en_US", 9 "contentTypeFQNs": ["sfdc_cms__news", "sfdc_cms__marketing"] 10 }, 11"page": 1, 12"pageSize": 10 13} - Properties
-
Name Type Description Required or Optional Available Version filters Managed Content Delivery Search Filters Input Filters used to search managed content. Optional 64.0 page Integer Number of the page you want returned. Starts at 0. If you don't specify a value or if you specify 0, the first page is returned. Optional 64.0 pageSize Integer Number of items per page. Valid values are from 1 to 250. If you don't specify a value, the default is 25. Optional 64.0 queryTerm String Query term used as key word to search managed content. Required 64.0
- Response body for POST
- Managed Content Delivery Search Result Collection