Segmented product ranking configuration
GET/segmented-productranking-configuration/:accountId/:segmentedRankingId
Segmented product ranking configuration
Request
Path Parameters
accountId hyphenLessUuidrequired
Account identifier (uuid without hyphens)
segmentedRankingId hyphenLessUuidrequired
Segmented ranking identifier (uuid without hyphens)
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"segments": [
{
"segmentId": "9054ae02-d7a7-4526-9b25-85ed6c584302",
"segmentItems": [
{
"abTestGroupId": "default",
"ranking": "a045371c-740d-4502-8331-0b3db2d0b364"
}
]
},
{
"segmentId": "b3557287-112c-4b96-2fb5-aabf445b0e5c",
"segmentItems": [
{
"abTestGroupId": "default",
"ranking": "818a371c-740d-2600-9331-1b3db1d0b365"
}
]
}
],
"id": "5bcfcff8-caa2-4026-cc68-6b258b5c2aba",
"segmentsType": "Beyable",
"lastUpdatedUtc": "2025-01-13T17:38:47.1239571+00:00"
}
{
"segments": [
{
"segmentId": "9054ae02-d7a7-4526-9b25-85ed6c584302",
"segmentItems": [
{
"abTestGroupId": "default",
"ranking": "a045371c-740d-4502-8331-0b3db2d0b364"
}
]
},
{
"segmentId": "b3557287-112c-4b96-2fb5-aabf445b0e5c",
"segmentItems": [
{
"abTestGroupId": "default",
"ranking": "818a371c-740d-2600-9331-1b3db1d0b365"
}
]
}
],
"id": "5bcfcff8-caa2-4026-cc68-6b258b5c2aba",
"segmentsType": "Beyable",
"lastUpdatedUtc": "2025-01-13T17:38:47.1239571+00:00"
}
Loading...