GET to /api/account/ACCOUNT_CODE/topics.xml
<?xml version="1.0" encoding="UTF-8"?>
<topics type="array">
<topic>
<code>TOPIC_CODE</code>
<description nil="true">topic description here</description>
<name>TOPIC_NAME</name>
<short-name>TOPIC_SHORT_NAME</short-name>
<wireless-enabled type="boolean">false</wireless-enabled>
<visibility>Listed</visibility>
<link rel="self" href="/api/account/ACCOUNT_CODE/topics/TOPIC_CODE"/>
</topic>
...
</topics>
Was this page helpful? Can't find what you need? Let us know