You are here: Communications Cloud API v1 > Resources > Topics > List all Topics

List all Topics

GET to /api/account/ACCOUNT_CODE/topics.xml

Example Output
<?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>
Troubleshooting

Reference topic error codes

 

Was this page helpful? Can't find what you need? Let us know