---
title: "Search inventory items"
method: GET
path: "/v1/InventoryItem"
tags: ["InventoryItem"]
---

# Search inventory items

`GET /v1/InventoryItem`

Search for one or more inventory items.

## Query parameters

- `search.inventory_item_id` integer[]
- `search.customer_id` integer[]
- `search.identifier` string[]
- `search.inventory_type_id` integer[]
- `search.status` 'AVAILABLE' | 'UNAVAILABLE' | 'ASSIGNED'
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsInventoryItem
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsInventoryItem[] — List of records returned.
    - `inventory_item_id` integer — Primary identifier for this inventory item.
    - `inventory_type_id` integer — Primary identifier for the type of inventory this item is.
    - `identifier` string — Associated string identifier for the inventory item.
    - `customer_id` integer — Foreign identifier for the customer associated with the inventory item.
    - `created_date` string, date-time — The date that the inventory item was created in the system.
    - `created_by` integer — The foreign identifier of the user that created the inventory item.
    - `status` 'AVAILABLE' | 'UNAVAILABLE' | 'ASSIGNED' — Status of the inventory item.
    - `inventory_item_unavailable_reason_id` integer — Foreign identifier indicating the unavailable reason of this inventory item.
    - `note` string — Comments or notes about the inventory item for internal use.
    - `fields` RevAppModelsFieldValue[]
      - `field_id` integer — Primary identifier for this custom field.
      - `label` string — User-defined identifier representing the custom field.
      - `value` string — Value of the custom field.
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `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)
