Get a Topic

Open full view...

Categories: Topics

Request

To get a specific Topic, send a GET request to /topic/{id}.

Response (Example)

{
    "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"
}