Get all topics
GET /topics
curl \
-X GET localhost:8080/topics
Response examples (200)
[
{
"label": "string",
"slug": "string",
"level": "string",
"subject": "string"
}
]
Response examples (200)
[
{
"label": "string",
"slug": "string",
"level": "string",
"subject": "string"
}
]
Response examples (500)
"string"