getABTestCampaigns

get

/ccadmin/v1/abTestCampaigns

Get the list of A/B Test Campaigns.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

The following model is returned when operation succeeds.
Body ()
Root Schema : getABTestCampaigns_response
Type: object
Show Source
Nested Schema : items
Type: array
The returned list of items.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "total":3,
    "totalResults":3,
    "offset":0,
    "limit":200,
    "links":[
        {
            "rel":"campaigns",
            "href":"https://ui-eu.maxymiser.com/CampaignBuilder/site-products_demo_env-com/2381?showListCampaign=true"
        },
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/abTestCampaigns"
        }
    ],
    "sort":[
        {
            "property":"displayName",
            "order":"asc"
        }
    ],
    "items":[
        {
            "updatedAtExternal":"2021-05-10T18:48:19.0000000Z",
            "isServerSide":false,
            "publishedAtExternal":"2021-05-10T18:48:19.0000000Z",
            "name":"Demo4",
            "links":[
                {
                    "rel":"overview",
                    "href":"https://cb-eu.maxymiser.com/campaignBuilder/2381/87797"
                },
                {
                    "rel":"performance",
                    "href":"https://report-eu.maxymiser.com/site-products_demo_env-com/2381/campaign-Demo4/87797/CampaignPerformanceReport"
                }
            ],
            "id":"MDg3Nzk3",
            "state":"Live"
        },
        {
            "updatedAtExternal":"2021-05-17T17:32:50.0000000Z",
            "isServerSide":false,
            "name":"VCS",
            "links":[
                {
                    "rel":"overview",
                    "href":"https://cb-eu.maxymiser.com/campaignBuilder/2381/88927"
                }
            ],
            "id":"MDg4OTI3",
            "state":"Implementing"
        },
        {
            "updatedAtExternal":"2021-12-20T23:08:21.0000000Z",
            "isServerSide":true,
            "name":"Server-side Campaign",
            "links":[
                {
                    "rel":"overview",
                    "href":"https://cb-eu.maxymiser.com/campaignBuilder/2381/88996"
                }
            ],
            "id":"MDg4OTk2",
            "state":"Implementing"
        }
    ]
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |41028|Unable to retrieve OAuth token.| |41026|The Campaign Management URL is not valid.| |60051|Error during Campaign Management request.| |41022|Error during Campaign Management request.| |41044|Failing retried request.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top