NAiOS IconNAiOS Logo
Volver al catálogo

Ticketmaster

ticketmaster

Ticketmaster provides APIs for event discovery, inventory management, and ticketing solutions.

Acciones
12
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (12)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Attraction DetailsTICKETMASTER_GET_ATTRACTION_DETAILSAcción

Tool to retrieve detailed information about a specific attraction by id. use when you have an attraction id and need full details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the attraction to retrieve details for

  • localestring

    Locale code, e.g., 'en-us'

  • includestring

    Comma-separated related resources to include, e.g., 'events'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Ticketmaster AttractionsTICKETMASTER_GET_ATTRACTIONSAcción

Tool to retrieve a list of attractions. use when you need to search for artists, teams, or performers by various criteria such as keyword, classification, or country.

Parámetros de entrada

  • pageinteger

    Page number (zero-based).

  • sizeinteger

    Number of results per page (1–200).

  • sortstring

    Sorting of results. Common values: 'name,asc', 'name,desc'.

  • typestring

    Entity type filter (e.g., event, venue, attraction).

  • sourcestring

    Content source. One of: ticketmaster, universe, frontgate.

  • genreIdstring

    Genre identifier.

  • keywordstring

    Search term to find attractions by name, genre, etc.

  • segmentIdstring

    Segment identifier.

  • subGenreIdstring

    Subgenre identifier.

  • countryCodestring

    2-letter country code (ISO 3166-1 alpha-2).

  • includeTestboolean

    If true, include test attractions in the response.

  • attractionIdstring

    Specific Ticketmaster attraction ID to retrieve one attraction.

  • subSegmentIdstring

    Sub-segment identifier.

  • classificationNamestring

    Filter by classification name (e.g., music, sports).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Classification DetailsTICKETMASTER_GET_CLASSIFICATION_DETAILSAcción

Tool to retrieve detailed information about a specific classification. use after obtaining a classification id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the classification to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ClassificationsTICKETMASTER_GET_CLASSIFICATIONSAcción

Tool to retrieve all event classifications. use when categorizing events before searching.

Parámetros de entrada

  • localestring

    Language selection for the response (e.g., en-us)

  • countryCodestring

    Filter classifications by country code (ISO 3166-1 alpha-2)

  • classificationIdstring

    Specify classification by ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Event DetailsTICKETMASTER_GET_EVENT_DETAILSAcción

Tool to retrieve detailed information about a specific event by id. use when you have an event's unique identifier and need its full details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the event to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EventsTICKETMASTER_GET_EVENTSAcción

Tool to retrieve a list of events matching specified filters. use when you need to search events by keyword, location, date range, or classification.

Parámetros de entrada

  • citystring

    City name to filter

  • pageinteger

    Page number (0-based)

  • sizeinteger

    Page size (# of results, max 200)

  • sortstring

    Sort order (e.g., date, name)

  • unitstringenum

    Unit for radius (miles or km)

    mileskm
  • dmaIdstring

    DMA (Designated Market Area) IDs (comma-separated)

  • localestring

    Locale in ISO format (e.g., en-us). Comma-separated list allowed

  • radiusnumber

    Radius around a geo point

  • keywordstring

    Search events by keyword

  • latlongstring

    Latitude and longitude, comma-separated (e.g., 34.15,-118.20)

  • venueIdstring

    Venue IDs (comma-separated)

  • stateCodestring

    US state code (e.g., CA, NY)

  • postalCodestring

    Postal code to filter events

  • countryCodestring

    ISO 3166 country code

  • endDateTimestring

    End date-time in ISO-8601 format (e.g., 2024-12-31T23:59:59Z)

  • attractionIdstring

    Attraction IDs (comma-separated)

  • startDateTimestring

    Start date-time in ISO-8601 format (e.g., 2024-01-01T00:00:00Z)

  • includeSpellcheckboolean

    Include spellcheck suggestions

  • classificationNamestring

    Classification name (music, sports, etc.)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Genre DetailsTICKETMASTER_GET_GENRE_DETAILSAcción

Tool to retrieve detailed information about a specific genre. use when you need metadata for a single genre before filtering events by genre.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the genre

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Segment DetailsTICKETMASTER_GET_SEGMENT_DETAILSAcción

Tool to retrieve detailed information about a specific segment. use after obtaining a segment id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the segment to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Subgenre DetailsTICKETMASTER_GET_SUBGENRE_DETAILSAcción

Tool to retrieve detailed information about a specific subgenre. use when you have a subgenre id and need its details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the subgenre to retrieve

  • localestring

    Locale in which to return results (e.g., en-us)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SuggestionsTICKETMASTER_GET_SUGGESTIONSAcción

Tool to retrieve auto-complete suggestions for search queries. use when you have a partial keyword and want to get matching attractions, venues, or events.

Parámetros de entrada

  • keywordstring

    Partial search term for suggestions (e.g., 'rock')

  • countryCodestring

    Two-letter ISO country code to filter suggestions

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Venue DetailsTICKETMASTER_GET_VENUE_DETAILSAcción

Tool to retrieve detailed information about a specific venue by id. use when you have a venue's unique identifier and need its full details.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the venue to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get VenuesTICKETMASTER_GET_VENUESAcción

Tool to retrieve a list of venues based on specified criteria. use when you need venue details by name, location, or id.

Parámetros de entrada

  • idstring

    Venue ID or comma-separated list of IDs

  • citystring

    Filter by city name

  • pageinteger

    Page number (default 0)

  • sizeinteger

    Number of results per page (default 20, max 200)

  • sortstring

    Sort order, e.g., 'name' or 'name,desc'

  • dmaIdstring

    Filter by DMA ID or comma-separated list of IDs

  • radiusinteger

    Search radius in miles

  • keywordstring

    Search by venue keyword

  • latlongstring

    Latitude and longitude in format 'lat,long'

  • stateCodestring

    Filter by state code

  • postalCodestring

    Filter by postal code (max length 16)

  • countryCodestring

    Filter by 2-letter country code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not