# Variants Count Get the total count of variants matching the provided filters. Requires the "VIEW" role in the "Products" group. Endpoint: GET /api/v3/Variant/Count Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `Category` (string, required) The category of the variant to be showed. Example: "2D Layering" - `PageNumber` (integer, required) The page number that you want to display Example: 1 - `PageSize` (integer, required) The maximum amount of data that you want to display on the page Example: 10 - `Type` (string) The type of the variant to be showed. Example: "Standard" - `Name` (string) Variant's Name Example: "2D Layering (Standard)" - `Code` (string) Variant's Code Example: "VAR12345" - `ReleasedFrom` (string) Release Product Date Start Example: "2023-01-01" - `ReleasedTo` (string) Release Product Date To Example: "2023-12-31" ## Response 200 fields (application/json): - `Count` (string) Example: "100" ## Response 400 fields ## Response 500 fields