List Topics

Name Description
HTTP Method GET
URL https://api.newsweaver.com/v2/{account code}/topics
Query Parameters No
Request representation N/A
Response representation Topic List
Success Response Code 200 Ok

Errors

  • 403 - Forbidden if API user doesn't have READ access to TOPICS
  • Common errors (user/account authentication errors, API usage limit errors)

Example: GET https://api.newsweaver.com/v2/example-account/topics

<topics total="3" uri="https://api.newsweaver.com/v2/example-account/topics">
    <itemsPerPage>1000</itemsPerPage>
    <startIndex>0</startIndex>
    <totalResults>3</totalResults>
    <topic name="Business" uri="https://api.newsweaver.com/v2/example-account/topic/Business"/>
    <topic name="Sport" uri="https://api.newsweaver.com/v2/example-account/topic/Sport"/>
    <topic name="Politics" uri="https://api.newsweaver.com/v2/example-account/topic/Politics"/>
</topics>

results matching ""

    No results matching ""