# List families Lists product families. Endpoint: GET /ListFamilies Version: 1.1 ## Query parameters: - `statusSeed` (string, required) Accepts a comma separated string of Status IDs. Lookup references in ListStatuses. - `assortmentSeed` (string, required) Accepts a comma separated string of Assortment IDs. Lookup references in ListAssortments. - `pricelistSeed` (string) A comma separated list of PriceList IDs to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations. - `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 Family. - `Name` (string) The Name of the Family. MaxLength: 50. - `Description` (string) The Description of the Family. MaxLength: max. - `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 external Code of the Family. MaxLength: 50.