---
title: "GET /feature-values/{id}"
method: GET
path: "/feature-values/{id}"
tags: ["FeatureValuesController"]
---

# GET /feature-values/{id}

`GET /feature-values/{id}`

| Permissions |
| ------- |
| ViewFeatureValues   |
| 9   |

## Path parameters

- `id` string, required

## Response `200`

FeatureValues model instance

- FeatureValuesWithRelations — The feature-values table (tsType: FeatureValuesWithRelations, schemaOptions: { includeRelations: true })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `featureKey` string
  - `strategyKey` string
  - `strategyEntityId` string
  - `status` boolean
  - `value` string

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
