AlvaroGuerrero
9 years agoQrew Member
API_DOQUERY Javascript is not working
Hi,
I'm testing the API_DoQuery with the following code and I'm not getting any result. Could you help me?
var promise = $.get(dbidcalendar, {
act: "API_DoQuery",
query: "{3.EX.178}",
clist: "3"
});
$.when(promise).then(function(xml){
var recordid = $("rid", xml).text();
});
I use something similar for API_AddRecord and API_EditRecord and it works very well. The APP does not have APPTOKEN