Skip to main content

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 FieldSOAP FieldNotes
eventIdID_CatalogEvent unique identifier
labelNameGenericEvent name/title
dateStartDateStartEvent start date (ISO 8601)
dateEndDateEndEvent end date (ISO 8601)
venueNameVenueNameVenue name
venueIdID_ModelVenue identifier
venueAddressVenueAddressFull physical address of the venue
commentCommentAdditional comments
producerNameNameProdProducer name
producerLicenceLicenceProdProducer license number
statusStatusEvent status code

An empty list is returned as HTTP 200 with an empty array (SOAP parity: true with empty output).

Request

Responses

OK