How to use where api parameter ?
I read the documentation but did not see the sample code. Could you give a simple example?
var URL = `http://espocrm.com/api/v1/Lead?maxSize=20&where=lead.user.name ?`;
I read the documentation but did not see the sample code. Could you give a simple example?
var URL = `http://espocrm.com/api/v1/Lead?maxSize=20&where=lead.user.name ?`;
Comment