# GetAllByProductId

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/PM/ProductSupplierController.cs` (line 30)

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

## Endpoint

`GET /pm/productsupplier/getproductsuppliers/{productId}`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `productId` | path | `long` | ✓ |  |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Declared in (1)

- `ProductSupplierController` — `Pams/API/Pams.API/Controllers/PM/ProductSupplierController.cs`:9

### Imported by (2)

- `ProductVariantController` — `Pams/API/Pams.API/Controllers/PM/ProductVariantController.cs`:9
- `ReferenceListController` — `Pams/API/Pams.API/Controllers/PM/ReferenceListController.cs`:9
