search-page endpoint using the GET method will return a product list in the search results. Including content list(s) in the search page results can be achieved by supplying a page configuration and sending the query using the POST method.
Example
Below is an example of a query to thesearch-page endpoint that also includes a content list.
- REST API
- JS Library
Contents of request-body.json
Filtering content lists by type
To include only certain content lists, a content filter can also be specified in the request body, as shown in the example below. For more information, see Content filters. The request body below limits the Elevate response to content withtype=inspiration. The type attribute must be provided in the catalog import for the filter to take effect.

