Skip to content

Duplicate Form Instance

Duplicate an existing form instance, creating a new instance with the same data and configuration. Requires READ, ADMIN, or MANAGE_TO_DO permissions.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the form instance to duplicate

Return Value

The newly created duplicate form instance.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/form/:instanceId/duplicate" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

put/api/{targetPath}/form/:instanceId/duplicate