v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBVariations
List Feature Variations
Get a list of variations for a feature
get/v1/projects/{project}/features/{feature}/variations
Path parameters
featurestring required
A Feature key or ID
projectstring required
A Project key or ID
Response
Example response
[
{
"key": "variation-1",
"name": "User's with dashboard access",
"variables": {
"show-new-dashboard": true,
"string-var": "hello world",
"bool-var": true,
"num-var": 99,
"json-var": {
"foo": "bar"
}
},
"_id": "61450f3daec96f5cf4a49946"
}
]