---
title: "Get Inventory Items associated with a service"
method: GET
path: "/v1/ServiceInventory"
tags: ["ServiceInventory"]
---

# Get Inventory Items associated with a service

`GET /v1/ServiceInventory`

Get Inventory Items associated with a service.

## Query parameters

- `search.inventory_item_id` integer[]
- `search.customer_id` integer[]
- `search.service_id` integer[]
- `search.identifier` string[]
- `search.service_type` string[]
- `search.inventory_type` string[]
- `search.status` string[]
- `search.assigned_date_start` string, date-time
- `search.assigned_date_end` string, date-time
- `search.assigned_by` integer[]
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.user_created_by` integer[]
- `search.nPA` string[]
- `search.nXX` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevAppSearchModelsResponseOfRevAppModelsServiceInventory — Generic search response model.
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsServiceInventory[] — List of records returned.
    - `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

- `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)
