Property
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve property definitions
Required API key scopes
property_definition:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query parameters
- event_namesstringIf sent, response value will have is_seen_on_filtered_eventspopulated. JSON-encoded
- excluded_propertiesstringJSON-encoded list of excluded properties 
- filter_by_event_namesbooleanWhether to return only properties for events in event_names
- group_type_indexintegerWhat group type is the property for. Only should be set if type=group
- is_feature_flagbooleanWhether to return only (or excluding) feature flag properties 
- is_numericalbooleanWhether to return only (or excluding) numerical property definitions 
- propertiesstringComma-separated list of properties to filter 
- searchstringSearches properties by name 
- typestringDefault:eventOne of:"event""person""group"What property definitions to return - event- event
- person- person
- group- group
 
Request
GET 
Response
Status 200 No response body
Retrieve property definitions retrieve
Required API key scopes
property_definition:readPath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Update property definitions
Required API key scopes
property_definition:writePath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
PATCH 
Response
Status 200 No response body
Delete property definitions
Required API key scopes
property_definition:writePath parameters
- idstring
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE 
Response
Status 204 No response body
Retrieve property definitions seen together
Allows a caller to provide a list of event names and a single property name Returns a map of the event names to a boolean representing whether that property has ever been seen with that event_name
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET