53. Get Resource Attributes

Returns a list of Resource Attributes.

53.1 Request Data

Required Information
Name Description
action adminattributes
operation list
format The format to return results in. Acceptable values:
  • xml Results are returned in XML format.
  • json Results are returned in JSON format.

53.2 Data Returned

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