GET attachments/show
指定した添付ファイルの情報を取得します。
基本情報
認証 | 必要 |
HTTPメソッド | GET |
リソースURL
https://www.co-meeting.com/api/v1/attachments/show
パラメータ
attachment_id | 添付フィイルID、必須 |
サンプルリクエスト
GET | https://www.co-meeting.com/api/v1/attachments/show?attachment_id=1111222233334444 |
{
"status":"success",
"result":{
"file_name":"image.png",
"url":"https://www.co-meeting.com/s/attachment/group_id/meeting_id/blip_id/image.png",
"thumbnail_url":"https://www.co-meeting.com/s/attachment/group_id/meeting_id/blip_id/image_thumbnail.png",
"content_type":"image/png"
}
}
レスポンス
result/file_name | 添付のファイル名 |
result/url | 添付ファイル取得URL。パラメータに有効期限2分間の署名を含む |
result/thumbnail_url | 添付ファイルのサムネイル画像。パラメータに有効期限2分間の署名を含む |
result/content_type | 添付のファイル形式 |