The WSProxy() object offers several retrieve options, depending on the level of complexity you need. The simplest option takes the type of object as the first parameter, and an array of object property names to retrieve. var prox = new Script.Util.WSProxy();
var cols = ["Name", "CustomerKey", "CategoryID", "IsSendable"];
var data…