GET
/
integrations
/
v1
/
{application}
-id
/
timeline
/
event-types
/
{event}
-type-id
/
properties
Get Properties for Timeline Event Type
curl --request GET \
  --url https://api.hubapi.com/integrations/v1/{application}-id/timeline/event-types/{event}-type-id/properties
"\nExample response:\n[{\n  \"options\":null,\n  \"propertyType\":\"Numeric\",\n  \"name\":\"NumericProperty\",\n  \"id\":1,\n  \"label\":\"Numeric Property\",\n  \"eventTypeId\":260\n},{\n  \"options\":null,\n  \"propertyType\":\"String\",\n  \"name\":\"StringProperty\",\n  \"id\":2,\n  \"label\":\"String Property\",\n  \"eventTypeId\":260\n},{\n  \"options\":[],\n  \"propertyType\":\"Enumeration\",\n  \"name\":\"NoOptionsProperty\",\n  \"id\":3,\n  \"label\":\"No Options Property\",\n  \"eventTypeId\":260\n},{\n  \"options\":[{\n    \"propertyId\":4,\n    \"label\":\"Some Label\",\n    \"value\":\"OptionValue\"\n  }],\n  \"propertyType\":\"Enumeration\",\n  \"name\":\"EnumerationProperty\",\n  \"id\":4,\n  \"label\":\"Enumeration Property\",\n  \"eventTypeId\":260\n}]"

Response

200 - application/json

Successful response - Create a new property for a specified timeline event type

The response is of type object.