# List product parametric groups Lists all parametric groups for the client. Endpoint: GET /ListParametricGroups 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 parametricGroup. - `Name` (string) The Name of the parametricGroup. MaxLength: 50. - `Description` (string) The Description of the parametricGroup. MaxLength: 500. - `Code` (string) The external Code for the parametricGroup. MaxLength: 500.