# List price rules Lists the available price rules. Endpoint: GET /ListPriceRules 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 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.