# Promotion Event Operations related to promotion event, including create, get, etc ## List Promotion Event - [GET /api/v3/PromotionEvent](https://developer.dealpos.com/openapi/openapi/promotion-event/listpromotionevent.md): Get a list of promotion events. Requires the "VIEW" role in the "Promotion" group. ## Get Promotion Event by Variant ID - [GET /api/v3/PromotionEvent/GetByVariantID](https://developer.dealpos.com/openapi/openapi/promotion-event/getpromotioneventbyvariantid.md): Get promotion event details by variant ID. Requires the "VIEW" role in the "Promotion" group. ## Get Promotion Event by Variant Code - [GET /api/v3/PromotionEvent/GetByVariantCode](https://developer.dealpos.com/openapi/openapi/promotion-event/getpromotioneventbyvariantcode.md): Get promotion event details by variant code. Requires the "VIEW" role in the "Promotion" group.