List Topics

Open full view...

Categories: Topics

Request

To list all Topics, send a GET request to /topic/list.

Response (Example)

[
    {
        "category_id": "4",
        "category_name": "news",
        "created_at": "2015-06-12 04:20:18",
        "id": "1",
        "name": "Hacker News",
        "organization_id": "1",
        "source_url": "https://news.ycombinator.com/rss",
        "status": "active",
        "updated_at": "2015-07-10 05:41:16"
    },
    {
        "category_id": "3",
        "category_name": "knowledge",
        "created_at": "2015-06-12 07:01:31",
        "id": "2",
        "name": "Quote of the Day",
        "organization_id": "1",
        "source_url": "http://feeds.feedburner.com/brainyquote/QUOTEBR",
        "status": "inactive",
        "updated_at": "2015-07-24 02:09:37"
    },
    {
        "category_id": "2",
        "category_name": "entertainment",
        "created_at": "2015-06-12 07:02:22",
        "id": "3",
        "name": "Top 10 Box Office Movies",
        "organization_id": "1",
        "source_url": "http://www.fandango.com/rss/top10boxoffice.rss",
        "status": "active",
        "updated_at": "2015-07-24 02:09:29"
    },
    {
        "category_id": "4",
        "category_name": "news",
        "created_at": "2015-06-26 02:24:24",
        "id": "4",
        "name": "9to5Mac",
        "organization_id": "1",
        "source_url": "http://9to5mac.com/feed/",
        "status": "active",
        "updated_at": "2015-06-26 02:24:24"
    },
    {
        "category_id": "4",
        "category_name": "news",
        "created_at": "2015-06-26 02:53:20",
        "id": "5",
        "name": "Digg",
        "organization_id": "1",
        "source_url": "http://digg.com/rss/top.rss",
        "status": "active",
        "updated_at": "2015-06-26 02:55:01"
    },
    {
        "category_id": "1",
        "category_name": "business",
        "created_at": "2015-07-02 04:48:58",
        "id": "6",
        "name": "New York Times",
        "organization_id": "1",
        "source_url": "http://rss.nytimes.com/services/xml/rss/nyt/Business.xml",
        "status": "active",
        "updated_at": "2015-07-24 02:06:39"
    },
    {
        "category_id": "5",
        "category_name": "sports",
        "created_at": "2015-07-02 06:11:20",
        "id": "7",
        "name": "Yahoo! Sports",
        "organization_id": "1",
        "source_url": "http://sports.yahoo.com/top/rss.xml",
        "status": "active",
        "updated_at": "2015-07-02 06:11:20"
    }
]