Passer au contenu principal
GET
/
integrators
/
timeline
/
v3
/
events
/
{eventTemplateId}
/
{eventId}
/
detail
Obtenir les détails de l'événement
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>"
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

eventId
string
requis

L'ID de l'événement.

eventTemplateId
string
requis

L'ID du modèle d'événement.

Réponse

successful operation

The details Markdown rendered as HTML.

details
string
requis

Les détails Markdown rendus en HTML.

Last modified on January 26, 2026