Fetch variants
Variants
Fetch variants
Returns a list of the variants in the workspace.
GET
Fetch variants
Authorizations
Response
200 - application/json
Returns an array of variants in the workspace
Example:
[
{
"id": "all-1",
"name": "all",
"description": ""
},
{
"id": "french",
"name": "French",
"description": "French translations"
},
{
"id": "spanish",
"name": "Spanish",
"description": ""
}
]