topics

get/topics/{id}

Path parameters

idinteger required

id of the topic

Response

topic

messagestring

Example response

{
  "message": "ok",
  "data": {
    "id": 1,
    "assessmentId": 1,
    "title": "Project A"
  }
}

Changes