# List parametric metadata Lists metadata for parametric, ParametricInfos. Endpoint: GET /ListParametricInfo Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id of the parametric. - `Name` (string) The Name of the parametric. MaxLength: 50. - `Type` (string) The Type of the parametric: ListValue, MultiValue or Value. - `Description` (string) The Description of the parametric. MaxLength: 500. - `Uom` (string) The unit of measurement of the values. MaxLength: 50. - `IsVariantParametric` (boolean) Specifies if the current Parametric is for variants only (true) or for the common product (false). - `ValueType` (string) The data type of the values for this parametric: Text, Integer, Decimal, Boolean, Html or Date. - `Code` (string) An externally defined code use to identify this Parametric. MaxLength: 50. - `IsHidden` (boolean) Indicates if the parametric is hidden or not. This can be used to hide parametrics that are only used in application logic. Only non-hidden parametrics should be displayed in the frontend. - `IsGlobal` (boolean) Indicates if the parametric is global. If it is set as global it exists on all products in all categories.