mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
a62555a230
* Rename is_event_property API response value * is_event_property parameter -> filter_by_event_names * Add missing test * Remove some illegal tests
24 lines
663 B
JSON
24 lines
663 B
JSON
{
|
|
"count": 2,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": "017dde0e-1cb5-0000-68b4-44835b7c894f",
|
|
"name": "$feature/awesome-new-hidden-thing",
|
|
"is_numerical": false,
|
|
"query_usage_30_day": null,
|
|
"property_type": null,
|
|
"is_seen_on_filtered_events": null
|
|
},
|
|
{
|
|
"id": "017dde0e-1cb5-0000-68b4-44835b7c894f",
|
|
"name": "$feature/our-cool-experiment",
|
|
"is_numerical": false,
|
|
"query_usage_30_day": null,
|
|
"property_type": null,
|
|
"is_seen_on_filtered_events": null
|
|
}
|
|
]
|
|
}
|