Headers

Responses

GET /api-v1/article/contact-lang
curl \
 -X GET http://wyzio.app/api-v1/article/contact-lang \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "archived": true,
    "articleId": "string",
    "articleIdName": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "categoryId": 42,
    "categoryName": "string",
    "creatorContactId": 42,
    "description": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "ean": "string",
    "endDate": "2024-05-04T09:42:00+00:00",
    "id": 42,
    "measurement": "UNIT",
    "name": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "quantity": 42.0,
    "startDate": "2024-05-04T09:42:00+00:00",
    "type": "PRODUCT",
    "unitCost": 42.0,
    "unitPrice": 42.0,
    "vatRateId": 42,
    "weightKg": 42.0
  }
]