---
title: "Get Inventory Item"
method: GET
path: "/v1/ServiceInventory/{id}"
tags: ["ServiceInventory"]
---

# Get Inventory Item

`GET /v1/ServiceInventory/{id}`

Find a single serviceinventory by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsServiceInventory
  - `ok` boolean
  - `inventory_item_id` integer — Primary identifier for this inventory item.
  - `customer_id` integer — Foreign identifier for the customer associated with the inventory item.
  - `line_id` integer — Foreign identifier for the service associated with the inventory item.
  - `line_type` string — Description for the service associated with the inventory item.
  - `identifier` string — Associated string identifier for the inventory item.
  - `inventory_type` string, required — Name that displays in the system for this inventory type.
  - `status` string — Status of inventory item
  - `assigned_date` string, date-time — The date that the inventory item was assigned in the system.
  - `assigned_by` integer — The foreign identifier of the user that assigned the inventory item.
  - `note` string — Comments or notes about the inventory item for internal use.
  - `created_date` string, date-time — The date that the inventory item was created in the system.
  - `user_created_by` integer — The foreign identifier of the user that created the inventory item.
  - `NPA` string — Identifies the numbering plan area (NPAs) of inventory Item
  - `NXX` string — Identifies the exchange of inventory Item
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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