Public
Get a list of subtopics
Get a list of all documents for the specified ID contained in the stored list of subtopics.
get/topics/{id}/subtopics
Path parameters
idstring required
The ID of a topic.
Response
JSON object containing an array of subtopics.
Example response
{
"items": [
{
"slug": "businessindustryandtrade",
"title": "Business, Industry and Trade"
}
]
}