ControlQuery
Click here for a complete list of operations.
GetAllColumns
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ws/21/ControlQuery.asmx HTTP/1.1
Host: api.imodules.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://imodules.com/WebServices/ControlQuery/GetAllColumns"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAllColumns xmlns="http://imodules.com/WebServices/ControlQuery/">
<login>string</login>
<password>string</password>
<controlId>int</controlId>
</GetAllColumns>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAllColumnsResponse xmlns="http://imodules.com/WebServices/ControlQuery/">
<GetAllColumnsResult>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option xsi:nil="true" />
<Option xsi:nil="true" />
</Options>
</AllColumnResults>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option xsi:nil="true" />
<Option xsi:nil="true" />
</Options>
</AllColumnResults>
<Error Code="int" Description="string" />
</GetAllColumnsResult>
</GetAllColumnsResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ws/21/ControlQuery.asmx HTTP/1.1
Host: api.imodules.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetAllColumns xmlns="http://imodules.com/WebServices/ControlQuery/">
<login>string</login>
<password>string</password>
<controlId>int</controlId>
</GetAllColumns>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetAllColumnsResponse xmlns="http://imodules.com/WebServices/ControlQuery/">
<GetAllColumnsResult>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option xsi:nil="true" />
<Option xsi:nil="true" />
</Options>
</AllColumnResults>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option xsi:nil="true" />
<Option xsi:nil="true" />
</Options>
</AllColumnResults>
<Error Code="int" Description="string" />
</GetAllColumnsResult>
</GetAllColumnsResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /ws/21/ControlQuery.asmx/GetAllColumns?login=string&password=string&controlId=string HTTP/1.1 Host: api.imodules.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfAllColumnResults xmlns="http://imodules.com/WebServices/ControlQuery/">
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option ID="int" Text="string" Value="string" />
<Option ID="int" Text="string" Value="string" />
</Options>
</AllColumnResults>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option ID="int" Text="string" Value="string" />
<Option ID="int" Text="string" Value="string" />
</Options>
</AllColumnResults>
<Error Code="int" Description="string" />
</ArrayOfAllColumnResults>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ws/21/ControlQuery.asmx/GetAllColumns HTTP/1.1 Host: api.imodules.com Content-Type: application/x-www-form-urlencoded Content-Length: length login=string&password=string&controlId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfAllColumnResults xmlns="http://imodules.com/WebServices/ControlQuery/">
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option ID="int" Text="string" Value="string" />
<Option ID="int" Text="string" Value="string" />
</Options>
</AllColumnResults>
<AllColumnResults Column="string" Column_Info="string" Instance="boolean" Reusable="boolean">
<Options>
<Option ID="int" Text="string" Value="string" />
<Option ID="int" Text="string" Value="string" />
</Options>
</AllColumnResults>
<Error Code="int" Description="string" />
</ArrayOfAllColumnResults>