---
title: "Get pending inventory approvals with optional type filter"
method: GET
path: "/InventoryApprovals"
tags: ["InventoryApprovals"]
---

# Get pending inventory approvals with optional type filter

`GET /InventoryApprovals`

## Query parameters

- `type` string

## Response `200`

OK

- InventoryApprovalListResponseDto
  - `data` InventoryApprovalDto[]
    - `id` string
    - `approvalType` string
    - `status` string
    - `inventoryItemId` string, nullable
    - `inventoryItem` InventoryItemSummaryDto
      - `id` string
      - `name` string
      - `sku` string, nullable
      - `category` string
      - `trackLots` boolean
      - `totalOnHand` union
        - integer
        - string, int32
      - `reorderPoint` union
        - integer
        - string, int32
    - `requestData` string, nullable
    - `requestedBy` DEAUserSummaryDto
      - `id` string
      - `displayName` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string
    - `approvedBy` DEAUserSummaryDto
      - `id` string
      - `displayName` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `email` string
    - `notes` string, nullable
    - `rejectionReason` string, nullable
    - `expiresAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32

## Other responses

- `400` — Bad Request

---

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