# Get ProductInfoType Get ProductInfoType Endpoint: GET /Application/ProductInfoTypes Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `ClientId` (integer) ClientId. - `GroupId` (integer) GroupId. - `DefaultName` (string) DefaultName. MaxLength: 50. Nullable. - `DefaultDescription` (string) DefaultDescription. MaxLength: 500. Nullable. - `SortOrder` (integer) SortOrder. - `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.TypeId` (integer) TypeId. 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.