API Docs / Schemas / ImportFromLibraryRequest

ImportFromLibraryRequest

Request body for single-item library imports (Workflow, DocumentTemplate, DataForm).
Optional — empty body / null fields are still accepted for first-time imports.

Properties

Name Type Description
nameSuffixstring

Suffix appended to the imported entity's Name on re-import (e.g. "v2", "May 2026").
Null / empty means: server picks the next "(N)" if a row for this LibraryCode already
exists in the tenant; no suffix on a first import.

Suffix appended to the imported entity's Name on re-import (e.g. "v2", "May 2026").
Null / empty means: server picks the next "(N)" if a row for this LibraryCode already
exists in the tenant; no suffix on a first import.

JSON Example

{
  "nameSuffix": "string"
}

Used By Operations