---
title: "GET /drug_strength/{id}"
method: GET
path: "/drug_strength/{id}"
tags: ["drug_strengthController"]
---

# GET /drug_strength/{id}

`GET /drug_strength/{id}`

## Path parameters

- `id` object, required

## Response `200`

drug_strength instance

- DrugStrengthWithRelations — (tsType: drug_strengthWithRelations, schemaOptions: { includeRelations: true })
  - `drug_concept_id` number
  - `ingredient_concept_id` number
  - `amount_value` number
  - `amount_unit_concept_id` number
  - `numerator_value` number
  - `numerator_unit_concept_id` number
  - `denominator_value` number
  - `denominator_unit_concept_id` number
  - `box_size` number
  - `valid_start_date` string, date-time
  - `valid_end_date` string, date-time
  - `invalid_reason` string

## Changes

- **2022-12-15** `17f92620449e` — 1 info
  - endpoint added
- **2022-11-28** `8517ac9eef50` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ohdsi/apis/data-connection/changes/drug_strength/:id/get.md)

---

[API](https://skmtc.dev/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.dev/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
