---
title: "Get library item"
method: GET
path: "/organizations/{organizationId}/library-items/{libraryItemId}"
tags: ["LibraryItem"]
---

# Get library item

`GET /organizations/{organizationId}/library-items/{libraryItemId}`

Returns a library item with its basic information

## Path parameters

- `organizationId` integer, required
- `libraryItemId` integer, required

## Response `200`

Success

- LibraryItemOverviewDto
  - `id` integer
  - `name` string, nullable
  - `description` string, nullable
  - `libraryItemType` 0 | 1 — Default = 0 Isolated = 1
  - `properties` PropertyDto[], nullable
    - `name` string, nullable
    - `value` InputOptionDto
      - `constant` number, double, nullable
      - `polynomial` number[], nullable
      - `curve` array[], nullable
        - number[]
  - `numOfCasesUsed` integer

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/revisions/c1d303e2220d/schema)
