Delivery 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.