v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Marketing fields

Get a list of translation fields

Retrieve a list of translation fields for a specific language slug or all languages

get/marketing/fields/{id}

Path parameters

idstring required
Example:5b2149c9f579400024388c47

The listing ID whose translations you wish to retrieve.

Query parameters

languagestring required

Language slug for retrieving the translation. To get all translations for a specific listing, please use language=all.

Response

Return the translation objects

listingIdstring required

Listing ID

Example response

{
  "listingId": "5b2149c9f579400024388c47",
  "en_us": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "en_gb": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "en_au": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "en_nz": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "en_ca": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "da_dk": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "es_ar": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "es_es": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "es_mx": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "hu_hu": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "nl_nl": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "pt_pt": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "pt_br": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "de_de": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "fr_fr": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "fr_ca": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "it_it": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "pl_pl": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "ru_ru": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "hr_hr": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "ga_gp": {
    "active": true,
    "notes": "Some notes about listing"
  },
  "zh_chs": {
    "active": true,
    "notes": "Some notes about listing"
  }
}