provider custom_property_definitions GET /api/environments/{environment_id}/custom_property_definitions/values/
@utdk/posthog /api/environments/{environment_id}/custom_property_definitions/values/
environments_custom_property_definitions_values_retrieve
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
key query required
Id of the custom property definition to suggest values for.
string
value query
Case-insensitive substring to narrow the suggestions.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomPropertyDefinitionsValuesRetrieve
GET/api/environments/{environment_id}/custom_property_definitions/values/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

Id of the custom property definition to suggest values for.

Case-insensitive substring to narrow the suggestions.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsCustomPropertyDefinitionsValuesRetrieve()