Get all topics

GET /topics

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
  • 500 application/text

    Internal server error

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"