# Get warehouse Endpoint: GET /api/warehouse/{id} Version: v1 ## Path parameters: - `id` (integer, required) Warehouse id ## Response 200 fields (application/json): - `Id` (integer) - `TypeId` (integer) - `TypeName` (string) - `Code` (string) - `Name` (string) - `Locations` (array) - `Locations.IsStandard` (boolean) - `Locations.StandardLeadTimeDayCount` (integer) - `Locations.IsIncludedInStockCalculation` (boolean) - `Locations.PrimaryPriceListId` (integer) - `Locations.PrimaryPriceListName` (string) - `Locations.Changed` (string) - `Locations.ChangedBy` (string) - `LocationId` (integer) - `LocationName` (string) - `IsActive` (boolean)