POST | ||
/signals/COLLECTION_NAME | Send one or more signals for indexing |
commit | optional | The commit parameter can potentially cause resource problems if your application has a high signal volume, or if it sends all signals as individual POST requests in real-time. |
collection | required | Collection ID |
params | optional | Configuration parameters For more information, see Parallel Bulk Loader. |
POST | ||
/signals/COLLECTION_NAME | Send one or more signals for indexing |
rows | optional | The number of documents (results) to return |
wt | required | The response format. For example, XML, JSON, CSV |
fl | optional | The list of fields to return for each document in the response |
GET | ||
/render/APP_NAME | Retrieve and render the template for the given navigation state. By default will only trigger published versions of templates, specify staging=true to instead trigger staging versions of templates. | |
/renderId/TEMPLATE_ID | Retrieve and render the template with the specified id. All provided query params will be passed on to each query profile invoked during the rendering. | |
POST | ||
/render/APP_NAME | Retrieve and render the template for the given navigation state. By default will only trigger published versions of templates, specify staging=true to instead trigger staging versions of templates. | |
/renderDSL/APP_NAME | Retrieve and render the template for the given navigation state. By default will only trigger published versions of templates, specify staging=true to instead trigger staging versions of templates. The provided DSL request object + any additional request parameters are passed through to each query profile when rendering each zone. | |
/renderId/TEMPLATE_ID | Retrieve and render the template with the specified id. All provided query params will be passed on to each query profile invoked during rendering. | |
/renderIdDSL/TEMPLATE_ID | Retrieve and render the template with the specified id, passing the provided DSL request to each query profile invoked during rendering. |
some query
as the query terms and is restricted to only return templates of the landing
type. It will retrieve the template with trigger criteria that is satisfied by the query terms some query
.
By specifying staging=true
, it will only consider the current “staging” version of the templating content, which are templates/zones that haven’t been published yet. Omitting the staging param would return only the published versions of templates/zones.
GET | ||
itemsForQuery | Get items for a defined query. The response is a list of document IDs and their weights. | |
queriesForItem | Get queries for a defined item (a document ID). This finds the top queries that led users to the defined item. The response is a list of query terms and their weights. |