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.
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. |
xxxxxxxxxxcurl –d 'apiId=aaa&apiKey=bbb&apiVersion=1.0&publisherId=xxx&campaignId=54321' https:__<server>_jivox_serverAPIs_rest_getCampaignTags.phpIn case of success, the server returns xml structure as shown below: