# GetReceivedProductByVariant

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Wrehouse/InspectionSheetController.cs` (line 57)

**Part of:** [Pams](subsystem-pams)

## Endpoint

`GET /warehouse/inspectionsheet/getinspectedproduct/{inspectionId}/byvariant/{variantId}`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `inspectionId` | path | `long` | ✓ |  |
| `variantId` | path | `long` | ✓ |  |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Declared in (1)

- `InspectionSheetController` — `Pams/API/Pams.API/Controllers/Wrehouse/InspectionSheetController.cs`:10
