Fetch Books Record In Creator Based On Criteria !!
// Our objective is to obtain items by their respective item names.
mp = Map();
mp.put("name","Laptop");
itemDetails = invokeurl
[
type :GET
parameters:mp
connection:"zoho_connection"
];
info "response : " + itemDetails;