topics
get/topics/{id}
Path parameters
idinteger required
id of the topic
Response
topic
Example response
{
"message": "ok",
"data": {
"id": 1,
"assessmentId": 1,
"title": "Project A"
}
}id of the topic
topic
{
"message": "ok",
"data": {
"id": 1,
"assessmentId": 1,
"title": "Project A"
}
}