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
"\nExample GET URL:\nGetting the details for event type ID 74\nfor the app ID 123:\nhttps://api.hubapi.com/integrations/v1/123/timeline/event-types/74?hapikey=your-developer-apikey\n\nExample response:\n{\n  \"id\": 74,\n  \"name\": \"Another Event Type\",\n  \"headerTemplate\": null,\n  \"detailTemplate\": null,\n  \"objectType\": \"COMPANY\",\n  \"applicationId\": 123\n}"

Response

200 - application/json

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

The response is of type object.