SOAP vs v13 Websocket
Hello everyone,
I have a question about the GetObject event.
I want to build a possibility for our customers to create thier own templates with the possibility to inherit between multiple templates.
At the moment I can get the informations I want from the SOAP.
With this request I will get the configuration of an extension with the informations merged into it from the tempalte
<show><user guid=''/></show>
With this request I will get the configuration of an extension without the informations merged into it from the tempalte
<show><user cn='' config='true'/></show>
<show><user cn='' config='true'/></show>
Now my question is there a possibility that I can do such a thing with the GetObject event from the websockets in v13? I have searched in the sdk documents but I have found nothing with which I could do such a thing.
Greetings,
Sascha