topics

get/topics

Response

list of all topics

messagestring

Example response

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

Changes