Saltar al contenido principal
GET
/
integrators
/
timeline
/
v3
/
events
/
{eventTemplateId}
/
{eventId}
/
detail
Obtener detalles del 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>"
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

eventId
string
requerido

El ID del evento.

eventTemplateId
string
requerido

El ID de la plantilla de evento.

Respuesta

successful operation

The details Markdown rendered as HTML.

details
string
requerido

Los detalles que Markdown renderizó como HTML.

Last modified on January 26, 2026