v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
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
  }
}