Using the API, is it possible to get the value of a single extension attribute? For example if I have the follow XML
<computer>
<general>...</general>
<extension_attributes>
<attribute>
<name>Domain</name>
<value>DomainA</value>
</attribute>
<attribute>
<name>Firewall</name>
<value>On</value>
</attribute>
</extension_attributes>
Is it possible to request the value of the Firewall extension attribute?
Question
How to obtain the value of a certain Extension Attribute through the API
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

