v1
latestOpenAPI 3.0.02026-07-2417611.8 MBDelivery render
Delivery Rendering Contexts By Search Query
Use the /delivery/v1/rendering/search endpoint to retrieve rendering contexts based on a search query. The API has the same query functionality as the delivery search API (See the delivery search API documentation for full query options), except for the following aspects:
- The "fl" (field list) query parameter is ignored.
- The query supports only classifiction content.
- The results of the query are rendering contexts (0-*) in any case. <br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous
get/delivery/v1/rendering/search
Query parameters
qstring
The Solr "q" parameter uses Solr/Lucene standard query syntax.
fqstring
The Solr "fq" parameter applies a filter query to the search results.
callbackstring
Provide the JSONP callback name for JSONP support. The callback name must designate a javascript function that can be executed in the global scope. The argument will be the deserialized JSON object.
Response
Successfully retrieved the delivery rendering context.