添付ファイル管理API:GetMeta
- 更新日 2024-10-21
概要
API名称
AttachFile
説明
添付ファイルの管理を行います。
データの更新頻度
ー
カテゴリー
添付ファイル
ー
リクエスト
URL
https://api.wagri.net/API/AttachFile/GetMeta?FileId={FileId}&Key={Key}
説明
添付ファイルのメタ情報を取得します。
HTTPメソッド
GET
パラメータ
URLデータ定義
taticAPI: GET API/AttachFile/GetMeta?FileId={FileId}&Key={Key}
名称 | 型 | サイズ | 値の説明 |
---|---|---|---|
FileId | ファイルID | string | |
Key | Key | string |
URL説明
GET API/AttachFile/GetMeta?FileId={FileId}&Key={Key} Url
呼出例
ー
レスポンス
レイアウト
レスポンスデータ定義
FileMetaViewModel
名称 | 型 | サイズ | 値の説明 |
---|---|---|---|
FileId | ファイルId | string, null | |
FileName | ファイル名 | string, null | |
Key | Key | string, null | |
ContentType | ContentType | string, null | |
FileLength | ファイルサイズ | integer | |
IsDrm | DRMありか | boolean | |
DrmType | Drmのタイプ | string, null | |
DrmKey | Drmのキー | string, null | |
MetaList | メタ | array, null of MetaList |
レスポンス説明
GET API/AttachFile/GetMeta?FileId={FileId}&Key={Key} Response
レスポンス例
ー
ステータスコード
コード | 名称 | 値の説明 |
---|---|---|
200 | OK | リクエストが成功しました。 |
400 | Bad Request | リクエストが不正です。 |
401 | Unauthorized | 認証情報が不正です。 |
403 | Forbidden | リソースのアクセスが禁止されています。 |
404 | Not Found | リソースが見つかりませんでした。 |
500 | Internal Server Error | サーバー内部でエラーが発生しました。 |
サンプルソースコード
ソースコード
ー