查看附件
GET /apiv2/attachments/{id}.json
调用权限:agent
curl 示例
curl -u {email_address}:{password} \ https://{subdomain}.kf5.com/apiv2/attachments/{id}.json
返回示例
Status: 200 OK{ "attachment": { "id": 1948, "url": "https://support.kf5.com/apiv2/attachments/1948.json", "name": "hello.gif", "size": 8238, "content_url": "https://support.kf5.com/attachments/download/1948/00154af5872418a7792dda0edb32921/", "token": "00154af5872418a7792dda0edb32921" }}