provider dashboards POST /api/environments/{environment_id}/dashboards/{id}/copy_tile/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/copy_tile/
environments_dashboards_copy_tile_create
Copy an existing dashboard tile to another dashboard (insight, text card, or widget tile).
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsCopyTileCreate
POST/api/environments/{environment_id}/dashboards/{id}/copy_tile/
Copy an existing dashboard tile to another dashboard (insight, text card, or widget tile).

Parameters

required

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

required

A unique integer value identifying this dashboard.

Input

required

Dashboard id the tile currently belongs to.

required

Dashboard tile id to copy.

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.environmentsDashboardsCopyTileCreate()