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
}Leia os contadores de participações do evento de marketing pelo 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
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
O ID interno do evento de marketing no HubSpot.
successful operation
Número de registros de contato que compareceram em um evento de marketing
Número de registros de contato cancelados de um evento de marketing
Número de registros de contato que não compareceram em um evento de marketing
Número de registros de contato que se inscreveram em um evento de marketing