- API (データ&プログラム) -API(data&program)

添付ファイル管理API:CreateFile

提供ベンダー:
システム名:
WAGRI運営事務局
利用条件:
ベーシックAPI(申込不要)

概要

API名称
AttachFile
説明

添付ファイルの管理を行います。

データの更新頻度
カテゴリー
添付ファイル

リクエスト

URL

https://api.wagri.net/API/AttachFile/CreateFile

説明

添付ファイルの情報を作成します。

HTTPメソッド
POST
パラメータ

リクエストデータ定義
CreateFileViewModel

名称 サイズ 値の説明
FileName ファイル名 string Required
Key 設定を行えばファイルを取得する際にこのキーが必要になる string, null  
ContentType Content-Type string Required
FileLength ファイルサイズ integer Required
IsDrm DRMの有無 boolean Required
DrmType Drmのタイプ string, null  
DrmKey Drmのキー string, null  
MetaList メタのリスト array, null of MetaList  

リクエスト説明
POST API/AttachFile/CreateFile Request

呼出例

レスポンス

レイアウト

レスポンスデータ定義
ファイルID

名称 サイズ 値の説明
FileId ファイルID string, null  

レスポンス説明
POST API/AttachFile/CreateFile Response

レスポンス例

ステータスコード
コード 名称 値の説明
201 Created 作成しました。
400 Bad Request リクエストが不正です。
401 Unauthorized 認証情報が不正です。
403 Forbidden リソースのアクセスが禁止されています。
500 Internal Server Error サーバー内部でエラーが発生しました。

サンプルソースコード

ソースコード

前に戻る
上部へスクロール