---
title: "Get a specific inventory approval by ID"
method: GET
path: "/InventoryApprovals/{id}"
tags: ["InventoryApprovals"]
---

# Get a specific inventory approval by ID

`GET /InventoryApprovals/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

## Other responses

- `404` — Not Found

---

[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/a905bde4e796/schema)
