New REST API - Semantic types API for exporting and importing semantic types
The new Semantic types API lets you export and import semantic type definitions programmatically. Reuse semantic types across tenants, or migrate them from a legacy Talend environment into Qlik Cloud. For more information about semantic types, see Managing semantic types on Qlik Help.
The API supports the following operations:
POST /api/data-governance/semantic-types/actions/export: Export semantic types from a tenant as a JSON file, optionally filtered by ID, type, creator, or a search string.POST /api/data-governance/semantic-types/actions/import: Preview an import to see which semantic types are new, conflicting, or have errors, then resolve conflicts and apply the import. Supports both the Qlik Cloud export format and the Talend legacy format.
For more information, see the Semantic types API reference and Import and export semantic types for a full walkthrough of the export and import workflow, including conflict resolution.