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
}
}