subtopics

get/subtopics/{id}

Path parameters

idinteger required

id of the sub topic

Response

sub topic

messagestring

Example response

{
  "message": "ok",
  "data": {
    "id": 1,
    "topicId": 1,
    "name": "Subtopic A"
  }
}

Changes