provider surveys POST
/api/projects/{project_id}/surveys/{id}/duplicate_to_projects/ @utdk/posthog
/api/projects/{project_id}/surveys/{id}/duplicate_to_projects/ surveys_duplicate_to_projects_create
Duplicate a survey to multiple projects in a single transaction.
Accepts a list of target team IDs and creates a copy of the survey in each project.
Uses an all-or-nothing approach - if any duplication fails, all changes are rolled back.
- id path required
- A UUID string identifying this survey.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.surveysDuplicateToProjectsCreate()