# Get ProductFlag Get ProductFlag Endpoint: GET /Application/ProductFlags Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `ClientId` (integer) ClientId. - `TypeId` (integer) TypeId. - `GroupId` (integer) GroupId. - `DefaultName` (string) DefaultName. MaxLength: 50. Nullable. - `DefaultDescription` (string) DefaultDescription. MaxLength: 500. Nullable. - `IsManuallyEditable` (boolean) IsManuallyEditable. - `SortOrder` (integer) SortOrder. Nullable. - `IsActive` (boolean) IsActive. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `Code` (string) Code. MaxLength: 50. Nullable. - `Cultures` (array) Cultures. - `Cultures.FlagId` (integer) FlagId. Key property. - `Cultures.CultureCode` (string) CultureCode. MaxLength: 16. Key property. - `Cultures.Name` (string) Name. MaxLength: 50. Nullable. - `Cultures.Description` (string) Description. MaxLength: 500. Nullable. - `Cultures.ClientId` (integer) ClientId. Nullable. - `Group` (object) - `Group.IsMultipleChoice` (boolean) IsMultipleChoice. - `Group.IsDisplay` (boolean) IsDisplay. - `Group.IsFavorite` (boolean) IsFavorite.