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:
http://development.zonarsystems.net/interface.php?action=adminattributes&operation=list&format=xml
Example Success Reply XML
Example Success Reply JSON