Retrieve running A/B tests
Request
Regex Compatibility
Response
[
{
"id": String,
"variations":[
{
"id": String,
"weight":int
}
],
"filters": Map<String, List<String>>
}
][
{
"id": "318ccefa-bb47-4589-945d-ccc0c4f32280",
"variations":[
{
"id": "06c26226-25bc-4054-b622-62fcbe4db3fd",
"weight":50
},
{
"id": "4f4bdc48-a586-4670-985b-b8de7d028773",
"weight":50
},
],
"filters": {
"fh_location": ["//catalog01/en_GB/color>{black}.*"],
}
},
{
"id": "bc616167-c12a-4277-9de3-e37ba66e2dd9",
"variations":[
{
"id": "d541195a-b2e4-4135-8fee-58d335a0dc43",
"weight":30
},
{
"id": "e014178b-3ce5-404d-960f-d6edc30ed790",
"weight":30
},
{
"id": "cd84c34e-a58c-43b7-bf7d-3ccb90ed3fcc",
"weight":40
},
],
"filters": {
"fh_location": ["//catalog01/en_GB/.*spotlight>{new}.*"],
}
}
]Caching
Filter out irrelevant A/B testsLast updated

