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
}Retrieve a timeline event type by its ID. The response will include event type details such as name, objectType, and the header and detail templates.
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
}Scope requirements
Successful response - Get the custom properties for a specified event type
The response is of type object.