Hi.
does anybody know if it is possible to 'narrow down' the api-result coming from IDM?
example:
using the method '/items/search?'
$xQuery = eval("/Kundefaktura[@M3_Company = ${FN}${_CONO}${FN} AND @M3_Division = ${FN}${_DIVI}${FN} AND @M3_IVDT = ${FN}${_DATE}${FN}]");
This query gives me a list of invoices, including ALL metadata AND the base64encoded pdf files...
problem: If the number of invoices exceeds in the thousands... then the result xml/json file will be enormous.
wanted solution: possibility to 'filter' the api-result, so that I can ONLY get the metadata needed i.e. IVNO/ORNO/CUNO/CUNM/file_name/etc.
Please help! :-)