Retrieves the aggregated event summaries (session count and price range) within a date range.
POST/api/v1/catalog/events/summary
SOAP Equivalent: ACP_CatalogGetSummary
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| eventId | idCatalog | Event id |
| name | NameCatalog | Event name |
| dateStart / dateEnd | ccStart / ccEnd | First/last session start |
| sessionCount | nbCC | Session count |
| priceMini / priceMaxi | priceMini / priceMaxi | Price range |
Filtered by the sale preference (AW_SALE_OK / AW_SALEWL_{whiteLabel}).
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Unprocessable Content
Internal Server Error