v1

latestOpenAPI 3.1.02026-08-06387578.8 KB
brandTerms

Import terminology from CSV or ACTIF XML

Uploads a CSV or ACTIF XML file and imports terminology.

CSV Format Requirements:

  • CSV must include columns: Prohibited, Preferred, Context, Context Polarity, Domains
  • The first row must contain the column headers in the exact same order as shown above
  • Context Polarity accepts 'include', 'exclude', or an empty value. 'include' means the context describes when the term rule applies; 'exclude' means the context describes when the term rule does NOT apply; an empty value means no polarity is set.
  • Multiple values within a single cell should be separated by semicolons with a space (e.g., term1; term2; term3)
  • Empty cells are allowed
  • The CSV import format is the same as the CSV export format.
post/brand-terms/

Query parameters

delete_existingboolean

Delete all existing terms, term sets and domains before importing

Headers

Authorizationstring required

Bearer authentication

Response

Successful Response

entries_processedinteger
term_sets_createdinteger
term_sets_deletedinteger
terms_created_or_updatedinteger
domains_createdinteger
domains_deletedinteger
errorsstring[]
All 38 operations