curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}Lee los contadores de participaciones por el identificador interno marketingEventId.
curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
El id interno del evento de marketing en HubSpot.
successful operation
Número de registros de contactos con asistencia a un evento de marketing
Número de registros de contactos cancelados de un evento de marketing
Número de registros de contactos sin asistencia a un evento de marketing
Número de registros de contactos registrados en un evento de marketing