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