Getting files attached to the articles in FoodMaster. The possible types of files are listed below.
GET /articleFiles
GET /articleFiles/incremental
dossiernr = company within FoodMaster
pag = page number
lim = page size
dossiernr = company within FoodMaster
since = changes since 1900-01-01T00:00:00 for ‘since last call’
This endpoint returns all the defined documents for each article, selected in the query. It shows where the document is stored, the language of the document, and some other info. The call does not return the document itself, only the path where it is stored.
See following example:
xxxxxxxxxx{ "dsArticleFiles": { "ttArtikels": [ { "artikelnr": "123456789ABC", // article id "artikelsrt": 0, // article kind "ttFiles": [ { "type": 2, // file type "taal": "NL", // file language "omschr": "", // file description "bestandsnaam": "Q:\\Article_pictures\\123456789ABC_1.jpg", // file path "extentie": "jpg", // extention "commentaar": "", // comment "datum": "2020-01-25", // date "tijd": "12:50:20", // time "rec-id": 3270157 // record id }, ] }, ] } }Possible types