Skip to main content

List parent feature variants.

GET 

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

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

Request

Path Parameters

    projectId stringrequired
    parent stringrequired

Responses

parentVariantOptionsSchema

Schema
  • Array [
  • string
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/features/:parent/parent-variants' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!