Retrieves catalog events within a specified date range.
POST/api/v1/catalog/events
Fetches active events from the catalog within a date range, with optional filtering by venue or event IDs.
SOAP Equivalent: ACP_CatalogGetList
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| eventId | ID_Catalog | Event unique identifier |
| label | NameGeneric | Event name/title |
| dateStart | DateStart | Event start date (ISO 8601) |
| dateEnd | DateEnd | Event end date (ISO 8601) |
| venueName | VenueName | Venue name |
| venueId | ID_Model | Venue identifier |
| venueAddress | VenueAddress | Full physical address of the venue |
| comment | Comment | Additional comments |
| producerName | NameProd | Producer name |
| producerLicence | LicenceProd | Producer license number |
| status | Status | Event status code |
An empty list is returned as HTTP 200 with an empty array (SOAP parity: true with empty output).
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Unprocessable Content
Internal Server Error