Error "UNPROCESSABLE_ENTITY" when I used zoho.desk.getRecords in Zoho Creator deluge Script

Error "UNPROCESSABLE_ENTITY" when I used zoho.desk.getRecords in Zoho Creator deluge Script

HI 

I have the following code in a function:

  1. q = Map();
    q.put("accountName", "Test");

    data = zoho.desk.getRecords(54xxx, "accounts",1,100,q, "deskConnection");
    info data ;
The account name "Test" exist in zoho desk but I have received the next error message : 

{"errorCode":"UNPROCESSABLE_ENTITY","message":"The value passed for the 'accountName' parameter is invalid."}

Can you please help to know what is my mistake ?