# Get parametric Endpoint: GET /api/parametric/{id} Version: v1 ## Path parameters: - `id` (integer, required) Parametric id ## Response 200 fields (application/json): - `Id` (integer) - `Name` (string) - `DefaultName` (string) - `IsNameInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `Uom` (string) - `DefaultUom` (string) - `IsUomInherited` (boolean) - `Type` (string) - `TypeName` (string) - `GroupId` (integer) - `GroupName` (string) - `IsRequired` (boolean) - `IsFavorite` (boolean) - `IsReadOnly` (boolean) - `IsHidden` (boolean) - `IsPublic` (boolean) - `DefaultIsVariantUnique` (boolean) - `IsActive` (boolean) - `Editor` (string) - `Code` (string) - `CodeListKey` (string) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean) - `ShowOnTextTab` (boolean) - `ShowInList` (boolean)