nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

page_size parameter

Open carl0sm0ra opened this issue 5 years ago • 0 comments

I am creating an app in freshdeveloper to comunicate it with Agile CRM, is already done but I have a limit to show the notes to only 10 results. I noted that if I modify agilecrm.js and add notes?page_size=1000 in the options.path inside ContactAPI.prototype.getNoteByContactId it shows every note. But when the app is compiled it install the original agilecrm.js

It is posible to set page_size outside agilecrm.js?

carl0sm0ra avatar Jan 09 '21 20:01 carl0sm0ra