v1.0
Jivox API Documentation

Get Templates API

Given the user email address, this API retrieves all the reporting templates created in Jivox studio. The XML returned will have Advertiser name, Template Id and Template Name.

Request URL

http:///jivox/serverAPIs/externalReporting/getTemplates.php

Parameters

Following are the parameters supported by this API:

ParameterDescription
apiId(Required) ID of the API.
apiKey(Required) Authentication key.
apiVersion(Required) Version number of the API for which authentication key is generated.
publisherId(Required) ID of the publisher or agency for which authentication key is generated.
emailAddress(Required) email address of the Advertiser account that hosts the custom templates.

Example

Using cURL (this command includes hard returns for readability):

Javascript
Copy

Server Success Response

In case of success, the server returns xml structure as shown below:

Javascript
Copy