This API exposes operations to allow management of Feeds within the cX::ad platform.
This API can be accessed by users with the appropriate permissions to manage Feeds and supports the following combination of operations on Ad domain objects:
|
Object |
Supported operations |
|---|---|
|
Feed list |
GET |
|
Feed |
POST, GET, PUT and DELETE |
Retrieving the list of available Feeds
The list of all Feeds available to a user to associate with AdSpace(s) can be retrieved using the GET operation.
GET
Retrieve the list of Feeds available to the user.
|
Parameters:
-
cxadbaseurl the base URL of the cX::ad system
Example command:
|
This XML example shows the contents returned from a typical GET call:
|
Individual Feeds
The POST, GET, PUT and DELETE operations are supported for management of individual Feeds.
POST
Perform a POST operation with the following URL to create a new Feed
|
Parameters:
-
cxadbaseurl the base URL of the cX::ad system
This XML example shows the contents required to be supplied for a POST call:
|
Example commands:
|
GET
Retrieve the Feed with the given feedId
|
Parameters:
-
cxadbaseurl the base URL of the cX::ad system
-
feedId the id of the Feed to be retrieved
This XML example shows the contents returned from a typical GET call:
|
Example command:
|
PUT
Update the Feed with the given feedId
|
Parameters:
-
cxadbaseurl the base URL of the cX::ad system
-
feedId the id of the Feed to be updated
This XML example shows the contents required to be supplied for a PUT call:
|
Example command:
|
DELETE
Delete the Feed with the given feedId
|
Parameters:
-
cxadbaseurl the base URL of the cX::ad system
-
feedId the id of the Feed to be deleted
Example command:
|