Hello,
I have troubles with the operator « AND » on API REST Advanced Search … works!
{
"offset": 0,
"limit": 0,
"fields": ["invoiceId", "partner.fullName", "externalReference", "companyExTaxTotal", "taxTotal"],
"sortBy": ["invoiceId"],
"data": {
"criteria": {
"operator": "and",
"criteria": [{
"fieldName": "invoiceId",
"operator": "like",
"value": "202205%"
}, {
"fieldName": "partner.fullName",
"operator": "like",
"value": "Axelor"
}]
}
}
}
https://docs.axelor.com/adk/5.2/dev-guide/web-services/advanced.html