# GetByID

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Common/CategroyController.cs` (line 21)

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

## Endpoint

`GET `

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `ID` | query | `long` | ✓ |  |

## Used by

7 references from 7 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)

- `CategoryController` — `Pams/API/Pams.API/Controllers/Common/CategroyController.cs`:15

### Imported by (6)

- `BookingTargetController` — `Pams/API/Pams.API/Controllers/Common/BookingTargetController.cs`:28
- `LostReasonController` — `Pams/API/Pams.API/Controllers/Common/LostReasonController.cs`:29
- `MaritalStatusController` — `Pams/API/Pams.API/Controllers/Common/MaritalStatusController.cs`:16
- `PaymentMethodController` — `Pams/API/Pams.API/Controllers/Common/PaymentMethodController.cs`:21
- `ProductCategoryController` — `Pams/API/Pams.API/Controllers/Common/ProductCategoryController.cs`:14
- `UnitController` — `Pams/API/Pams.API/Controllers/Common/UnitController.cs`:13
