Clipform
Forms

Fork a form's node-shape

Forks a published form's node types and order into a blank draft, dropping all of its content.

POST
/forms/skeleton

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/forms/skeleton" \  -H "Content-Type: application/json" \  -d '{    "source_share_id": "string",    "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9"  }'
{  "form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",  "share_id": "string",  "message": "string"}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}