Returns a list of Resource Attributes.
Required Information | |
---|---|
Name | Description |
action | adminattributes |
operation | list |
format | The format to return results in. Acceptable values:
|
Returned information
DTD
<!ELEMENT attributelist (attribute*) >
<!ATTLIST attributelist ver CDATA #REQUIRED>
<!ELEMENT attribute (attribute) >
<!ATTLIST attribute id CDATA #REQUIRED>
<!ATTLIST attribute name CDATA #REQUIRED>
Reply Data | |
---|---|
Name | Description |
attribute - id | The attribute id. |
attribute - name | The attribute name. |
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=adminattributes&operation=list&format=xml
Example Success Reply XML
<?xml version="1.0"?>
<attributelist ver="1">
<attribute id="2" name="Vehicle">
<attribute id="3" name="Truck"></attribute>
<attribute id="4" name="Car">
<attribute id="5" name="Sedan"></attribute>
<attribute id="6" name="Compact"></attribute>
</attribute>
</attribute>
</attributelist>