メインコンテンツへスキップ
GET
/
marketing
/
v3
/
marketing-events
/
participations
/
{marketingEventId}
参加カウンターを、マーケティングイベントの内部IDで読み取る
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
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

marketingEventId
integer<int64>
必須

HubSpotのマーケティングイベントの内部ID。

レスポンス

successful operation

attended
integer<int32>
必須

マーケティングイベントの参加済みコンタクトレコードの数

cancelled
integer<int32>
必須

マーケティングイベントのキャンセル済みコンタクトレコードの数

noShows
integer<int32>
必須

マーケティングイベントの欠席コンタクトレコードの数

registered
integer<int32>
必須

マーケティングイベントの登録済みコンタクトレコードの数

Last modified on December 9, 2025