GET
/api-v1/stock-report/total
curl \
--request GET 'https://wyzio.app/api-v1/stock-report/total' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"articleId": 42,
"date": "2026-05-04T09:42:00Z",
"articleName": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"measurement": "UNIT",
"organizationId": 42,
"articleIdToDisplay": "string",
"totalQuantity": 42.0,
"totalCost": 42.0,
"outQuantity": 42.0,
"inQuantity": 42.0,
"quantityProjection": 42.0,
"departmentId": 42.0,
"categoryId": 42.0,
"officeId": 42
}