curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId}/breakdown \
--header 'Authorization: Bearer <token>'{
"results": [
{
"associations": {
"contact": {
"contactId": "<string>",
"email": "<string>",
"firstname": "<string>",
"lastname": "<string>"
},
"marketingEvent": {
"marketingEventId": "<string>",
"name": "<string>",
"externalAccountId": "<string>",
"externalEventId": "<string>"
}
},
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {
"attendanceState": "ATTENDED",
"occurredAt": 123,
"attendanceDurationSeconds": 123,
"attendancePercentage": "<string>"
}
}
],
"total": 123,
"paging": {}
}Leia o detalhamento das participações do evento de marketing com filtros opcionais pelo identificador interno marketingEventId.
curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId}/breakdown \
--header 'Authorization: Bearer <token>'{
"results": [
{
"associations": {
"contact": {
"contactId": "<string>",
"email": "<string>",
"firstname": "<string>",
"lastname": "<string>"
},
"marketingEvent": {
"marketingEventId": "<string>",
"name": "<string>",
"externalAccountId": "<string>",
"externalEventId": "<string>"
}
},
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {
"attendanceState": "ATTENDED",
"occurredAt": 123,
"attendanceDurationSeconds": 123,
"attendancePercentage": "<string>"
}
}
],
"total": 123,
"paging": {}
}Produtos suportados
Escopos Necessários
The access token received from the authorization server in the OAuth 2.0 flow.
O ID interno do evento de marketing no HubSpot.
O cursor que indica a posição do último item recuperado.
O identificador do contato. Pode ser o e-mail ou ID interno.
O limite para o tamanho da resposta. O valor padrão é 10; o número máximo é 100.
O valor do estado da participação. Pode ser REGISTERED, CANCELLED, ATTENDED, NO_SHOW