Skip to main content
GET
/
integrators
/
timeline
/
v3
/
events
/
{eventTemplateId}
/
{eventId}
/
detail
Get event details
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 HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubStarter

Ámbitos Requeridos

Esta API requiere uno de los siguientes ámbitos:
  • crm.objects.contacts.read
  • crm.objects.deals.read
  • tickets
  • crm.objects.companies.sensitive.read.v2
  • tickets.sensitive.v2
  • crm.objects.companies.read
  • crm.objects.contacts.highly_sensitive.read.v2
  • crm.schemas.deals.read
  • crm.schemas.contacts.read
  • tickets.highly_sensitive.v2
  • crm.objects.deals.sensitive.read.v2
  • crm.objects.deals.highly_sensitive.read.v2
  • crm.objects.companies.highly_sensitive.read.v2
  • crm.objects.contacts.sensitive.read.v2
  • timeline
  • crm.schemas.companies.read

Authorizations

Authorization
string
header
required

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

Path Parameters

eventTemplateId
string
required

El ID de la plantilla de evento.

eventId
string
required

El ID del evento.

Response

successful operation

The details Markdown rendered as HTML.

details
string
required

Los detalles que Markdown renderizó como HTML.

Example:

"<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>"

I