v1.0
Jivox API Documentation

getDynamicService

This API enables the developer to explicitly specify indices and query asset sources in the Jivox system. Situations that require complex processing of data signals to determine the asset source key, or situations that require lookup of multiple rows can benefit from this API.

Example Usage: To query for one row (for e.g. with key=5) from an asset source, use the name of the asset source (for e.g. NumbersTest) to configure the API call as shown below:

Javascript
Copy

To query for multiple rows from the same asset source, use two keys in the same call as shown below:

Javascript
Copy

To query for multiple rows from multiple asset sources, use the syntax shown below:

Javascript
Copy

Response: A sample response object returning multiple rows from multiple asset sources is shown below:

On This Page
getDynamicService