メインコンテンツへスキップ
GET
/
integrators
/
timeline
/
v3
/
events
/
{eventTemplateId}
/
{eventId}
/
detail
イベントの詳細を取得
curl --request GET \
  --url https://api.hubapi.com/integrators/timeline/v3/events/{eventTemplateId}/{eventId}/detail \
  --header 'Authorization: Bearer <token>'
{
  "details": "<p>Registration occurred at Jan 30, 2020, 1:13:25 PM</p><h4>Questions</h4><p><strong>Who&#x27;s a good kitty?</strong>: Purr...</p><p><strong>Will you stop playing with that?</strong>: Meow!</p><p>EDIT</p>"
}
次のいずれかの製品またはそれ以上が必要です。
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.

パスパラメータ

eventId
string
必須

イベントID。

eventTemplateId
string
必須

イベントテンプレートID。

レスポンス

successful operation

The details Markdown rendered as HTML.

details
string
必須

HTMLとしてレンダリングされる詳細のMarkdown。

Last modified on December 8, 2025