# List product flags Reference list of Product Flags. Endpoint: GET /ListFlags 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 Flag. - `Name` (string) The Name of the Flag. MaxLength: 50. - `Group` (integer) The GroupId of the Flag. - `IsSelected` (boolean) Indicates if the Flag is selected or not.