attachments
get public topic attachments
returns all attachments of the public topic
get/api/topics/:topicId/attachments
Path parameters
topicIdstring required
topic id that has attachments
Response
Returns attachments list
Example response
{
"status": {
"code": 20000
},
"data": {
"count": 1
}
}