Request Packet Structure

A request XML packet retrieving info on secret keys includes the get_info operation node:

<packet version="1.4.2.0">
<secret_key>
<get_info>
...  
</get_info>
</secret_key>
</packet>

 

The get_info node has the following graphical representation:

 

Remarks

You can retrieve info on multiple secret keys in a single packet. Add as many key parameters to the filter as the number of keys.

<filter>
<key>…</key>
   …
<key>…</key>
</filter>