Pular para o conteúdo principal
GET
/
integrators
/
timeline
/
v3
/
events
/
{eventTemplateId}
/
{eventId}
/
detail
Obter detalhes de evento
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>"
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Authorizations

Authorization
string
header
required

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

Path Parameters

eventId
string
required

O ID do evento.

eventTemplateId
string
required

O ID do modelo do evento.

Response

successful operation

The details Markdown rendered as HTML.

details
string
required

Os detalhes Markdown renderizados como HTML.

Last modified on December 8, 2025