Skip to main content

List parent feature variants.

GET <your-unleash-url>/api/admin/projects/:projectId/features/:parent/parent-variants

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

List available parent variants across all strategy variants and feature environment variants.

Request

Path Parameters

  • projectId string required
  • parent string required
Responses

parentVariantOptionsSchema

Schema
  • Array [
  • string
  • ]

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
parent — path required
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/projects/:projectId/features/:parent/parent-variants' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'