# List Variant Data Get a paginated list of variant data filtered by the provided criteria. Requires the "VIEW" role in the "Products" group. Endpoint: GET /api/v3/Variant/Data 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: "2DL-S" - `ReleasedFrom` (string) Release Product Date Start Example: "2021-01-01" - `ReleasedTo` (string) Release Product Date To Example: "2021-12-31" ## Response 200 fields (application/json): - `Data` (array) - `Data.ID` (string) Unique ID of the variant - `Data.Name` (string) The name of the Variant - `Data.Code` (string) Code of the Variant - `Data.Type` (string) Product-type of the Variant - `Data.UnitPrice` (number) Unit Selling Price of the Variant - `Data.UnitCost` (number) Unit Cost of the Variant