Newer Version Available

This content describes an older version of this product. View Latest

Personalization Experiment List

Get information about a specific personalization experiment.
Resource
1/personalization/abn-experiments/${IdOrName}
Available version
65.0
HTTP method
GET
Request parameters
Parameter Name Type Description Required or Optional
IdOrName String The ID or API name of the experiment definition. Required
Response body
Personalization Experiment

Example

Request:

1GET /personalization/abn-experiments/myDs_someExperimentApiName

Response:

1{
2	name: "myDs_someExperimentApiName",
3	dataSpaceName: "dataSpaceApiName",
4	cohorts: [
5		{
6	name: "myDs_someCohortApiName",
7	description: "Cohort description",
8	label: "My Cohort",
9	isControl: true,
10	allocationWeight: 10000
11	attributeValues: [
12		{
13attributeEnum: "FlowPath",
14value: "19o000000000001AAA" // InteractionExperimentPath
15}
16]
17}
18],
19label: "My Experiment"
20description: "Experiment description",
21schemaEnum: "FlowPath",
22source: "FlowBuilder",
23state: "Created",
24startedDate: null,
25stoppedDate: null,
26status: "Active"
27}