Hey Joker,
What’s the end result you’re looking to achieve? If you just need high level info in aggregate from all the Assets, then the summarize() call is going to be your best bet. If you need specific fields of information from each and every Asset, then find() and parsing through your results will be what you want to use.
Note that you can pass in an order
variable with find()
to sort the returned results in a particular way. If you ordered by the “Type” field the Assets would all come back with like types together. Let me know how that helps!
PS - Whenever I type “Hey Joker” all I can hear is Gomer Pyle’s wild-eyed delivery from Full Metal Jacket .