/topics/{id}

GET

Provides a high-level description of the topic and relevant links.

Parameters

Name Type Description
id path The ID of a topic.

Responses

200: JSON object containing information about the topic.

Example value
{
  "description": "string",
  "id": "string",
  "keywords": [
    "string"
  ],
  "links": {
    "content": {
      "href": "string"
    },
    "self": {
      "href": "string",
      "id": "string"
    },
    "subtopics": {
      "href": "string"
    }
  },
  "slug": "businessindustryandtrade",
  "state": "created",
  "subtopics_ids": [
    "string"
  ],
  "title": "Business, Industry and Trade"
}

404: The specified resource was not found.

500: Failed to process the request due to an internal error.