# List active product flag groups Endpoint: GET /api/product/flaggroup Version: v1 ## Response 200 fields (application/json): - `Id` (integer) - `Code` (string) - `Name` (string) - `DefaultName` (string) - `IsNameInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `IsMultipleChoice` (boolean) - `IsActive` (boolean) - `IsFavorite` (boolean) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean)