
Copyright © 2009, 2010 Black Box Network Services
724-746-5500 | blackbox.com 17
XML API version 2
set_ad_hoc_item_info
Return codes:
100 - Ad hoc item not found.
101 - Ad hoc table data file invalid or corrupt
102 - Command is not supported on named ad hoc item type.
103 - Input data for specified ad hoc item is not valid.
104 - Input data type does not match ad hoc item type.
3.4.1 Ad hoc Table
3.4.1.1 Get Ad hoc Table Info
Returns the data for all cells of an Ad hoc table.
Syntax
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<command_list>
<get_ad_hoc_item_info item_name="adhoc table" command_id="user specified id"/>
</command_list>
Root element for all operations that can be requested.
Get ad hoc item command name.
A user specified string that identifies the command in a command_list. The response for
each command will be tagged with corresponding command_id.
Name of the ad hoc text item of interest.
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response_list status_code="0">
<get_ad_hoc_item_info command_id="user specified id" status_code="0">
<data_table item_name="adhoc table">
<row id="1">
<cell id="A" ad_hoc="yes">Top-Left</cell>
Comentarios a estos manuales