Thank you for the guidance.
I just wanted to expand on this answer for future readers who develop in C++ so that they can see where and how one would use "ak.wwise.core.object.get"
When installing Wwise, be sure to install the SDK and please use the SampleClient solution under:
<Wwise Root Directory>\SDK\samples\WwiseAuthoringAPI\cpp\SampleClient
Look at TestClient.cpp line 58 where the similar "ak::wwise:core::getInfo" is used and use this as a starting point.