17. Get Inspection Configs

Use this function to retrieve a list of inspection configurations (types) from the account.
Note: This action was added in protocol version 1.06.

Request Data

Required Information
Name Description
action showopen
operation inspconfig
format xml

Data Returned

Returned information:
DTD:
<!ELEMENT inspconfiglist (config*)>
<!ELEMENT config (id, name, label)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT version (#PCDATA)>
<!ELEMENT label (#PCDATA)>

Example Request:
http://development.zonarsystems.net/interface.php?action=showopen&operation=inspconfig&format=xml

Example Success Reply