v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
attachments

get user topic attachments

returns all attachments of the topic where user has permissions

get/api/users/:userId/topics/:topicId/attachments

Path parameters

userIdstring required

logged in users id

topicIdstring required

topic id that has attachments

Response

Returns attachments list

Example response

{
  "status": {
    "code": 20000
  },
  "data": {
    "count": 1
  }
}