# List parametric list values Reference list of Parametric values. Endpoint: GET /ListParametricValues2 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 value. - `Name` (string) The Name of the parametric value. MaxLength: 255. - `Description` (string) The Description of the parametric value. MaxLength: max. - `Code` (string) An externally defined code use to identify this Parametric value. MaxLength: 50. - `ImageKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters. - `Type` (string) MaxLength: 50. Obsolete! - Use ParametricInfo.Type - `SortOrder` (integer) Can be specified in Storm Admin for each parametric value. - `ParametricId` (integer) The internal Id of the Parametric that contains this value. - `ParametricCode` (string) An externally defined code use to identify this Parametric that contains this value. MaxLength: 50.