Use this call to retrieve a list of inspection configurations (types) from the account.
This action was added in protocol version 1.06.
Request Data
Required Information | |
---|---|
Name | Description |
action | showopen |
operation | inspconfig |
format | xml |
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=showopen&operation=inspconfig&format=xml
Data Returned
DTD
<!ELEMENT inspconfiglist (config*)>
<!ELEMENT config (id, name, label)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT version (#PCDATA)>
<!ELEMENT label (#PCDATA)>
Example Success Reply
<?xml version="1.0"?>
<inspconfiglist ver="1.06">
<config>
<id>1</id>
<name>TRUCK</name>
<version>2.0.1</version>
<label>Truck</label>
</config>
<config>
<id>9</id>
<name>TRU0001A</name>
<version>3.0.2</version>
<label>TRUCK DEMO</label>
</config>
</inspconfiglist>