Skip to main content

GetCatalogVenuesResponse

Response containing a list of catalog venues.

venues object[]nullable

The list of active venues in the catalog.

  • Array [
  • venueIdinteger<int32>required

    The unique identifier of the venue.

    venueNamestringnullable

    The name of the venue.

    venueAddressstringnullable

    The physical address of the venue.

    venuePhysicalstringnullable

    The physical venue identifier.

    venueLogicalstringnullable

    The logical venue identifier.

  • ]
  • GetCatalogVenuesResponse
    {
    "venues": [
    {
    "venueId": 0,
    "venueName": "string",
    "venueAddress": "string",
    "venuePhysical": "string",
    "venueLogical": "string"
    }
    ]
    }