# List Promotion Coupons With Total Count Get a list of promotion coupons with total count. Requires the "VIEW" role in the "Promotion" group. Endpoint: GET /api/v3/PromotionCoupon/WithTotalCount Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `From` (string) From date Example: "2019-12-17" - `To` (string) to date Example: "2019-12-19" - `Type` (string) Type of promotion coupon Enum: "Discount", "DiscountAmount", "ParkedDeletion", "Return", "FullAccess" - `PageNumber` (number, required) The number of page data to be displayed Example: 1 - `PageSize` (number, required) The number of rows returned by the API Example: 10 ## Response 200 fields (application/json): - `Data` (array) - `Data.Code` (string) Promotion Coupon Unique Code - `Data.Limit` (integer) Promotion Coupon Usage Limit - `Data.Balance` (integer) Promotion Coupon Usage Balance - `Data.Discount` (integer) Promotion Coupon Discount Percentage - `Data.Created` (string) Promotion Coupon Created Date - `Data.ExpiryDate` (string) Promotion Coupon Expirate Date - `Data.Type` (string) Promotion Coupon Type - `TotalCount` (integer) Total Count of the result ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)