Skip to main content

GetCatalogEventsResponse

Response containing a list of catalog events.

events object[]nullable

The list of catalog events matching the request criteria.

  • Array [
  • eventIdinteger<int32>required

    The unique identifier of the event.

    labelstringnullable

    The display name of the event.

    startDatestring<date-time>required

    The start date and time of the event.

    endDatestring<date-time>required

    The end date and time of the event.

    venueNamestringnullable

    The name of the venue hosting the event.

    venueIdinteger<int32>required

    The unique identifier of the venue.

    venueAddressstringnullable

    The physical address of the venue.

    commentstringnullable

    Additional comments or notes about the event.

    producerNamestringnullable

    The name of the event producer/organizer.

    producerLicencestringnullable

    The producer's license number.

    statusinteger<int32>required

    The current status of the event.

  • ]
  • GetCatalogEventsResponse
    {
    "events": [
    {
    "eventId": 0,
    "label": "string",
    "startDate": "2024-07-29T15:51:28.071Z",
    "endDate": "2024-07-29T15:51:28.071Z",
    "venueName": "string",
    "venueId": 0,
    "venueAddress": "string",
    "comment": "string",
    "producerName": "string",
    "producerLicence": "string",
    "status": 0
    }
    ]
    }