Skip to main content
GET
/
integrations
/
v1
/
{application-id}
/
timeline
/
event-types
/
{event-type-id}
Get timeline event type by ID
curl --request GET \
  --url https://api.hubapi.com/integrations/v1/{application-id}/timeline/event-types/{event-type-id}
{
  "id": 74,
  "name": "Another Event Type",
  "headerTemplate": null,
  "detailTemplate": null,
  "objectType": "COMPANY",
  "applicationId": 123
}

Response

200 - application/json

Successful response - Get the custom properties for a specified event type

The response is of type object.

Last modified on December 12, 2025