Get list of articles with contact's default language
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
GET /api-v1/article/contact-lang
curl \
-X GET http://10.10.10.132/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
}
]