# List parametric list values [Obsolete("Use ListParametricValues2.")] Reference list of Parametric values. Endpoint: GET /ProductService.svc/rest/ListParametricValues Version: 1.1 ## Query parameters: - `id` (integer, required) The parametric internal id for which values are retrieved. - `type` (integer, required) Specifies the type of values to retrieve. Only ListValue(1) and MultiValue(2) are supported. - `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 Entity. - `Name` (string) The Name of the Entity. MaxLength: 50. - `Description` (string) The Description of the Entity. MaxLength: 500. - `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. - `Code` (string) The Code of the Entity. MaxLength: 50.