Jivox API Documentation
v1.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Get Campaign Tags API
Copy Markdown
Open in ChatGPT
Open in Claude
The Get Campaign tags API is used to retrieve tags that have been previously generated for a campaign. Please note that this call does not generate the tags but merely returns all the tags that have been generated for the campaign.
Request URL
https://<JIVOX_SERVER>/jivox/serverAPIs/rest/getCampaignTags.php
The request URL supports the following parameters:
| Parameter | Description |
|---|---|
| campaignId | (Required) ID of the campaign for which the request is made. |
Example
Javascript
curl –d 'apiId=aaa&apiKey=bbb&apiVersion=1.0&publisherId=xxx&campaignId=54321' https:__<server>_jivox_serverAPIs_rest_getCampaignTags.phpServer Success Response
In case of success, the server returns xml structure as shown below: