API Docs / Operations / Data Forms / Create DataForm from Library

Create DataForm from Library

POST /tenants/{tenant}/data-forms/library/{libraryCode}/create

Creates a new DataForm for the tenant based on a library template. Automatically creates the form category if it doesn't exist. Re-imports of the same library item are supported and produce a fresh row with the supplied NameSuffix appended (or auto '(N)' when omitted).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

libraryCode* path string
{
  "nameSuffix": "string"
}

Responses

201 Created
401 Unauthorized – Invalid or missing API key
404 Not Found