Skip to content

単一ファイルの取得

パスで指定されたIDのファイルを返却する

GET {resource_api_url}/files/{id}
キー
Authorization Bearer {アクセストークン}
パラメータ形式必須説明値の例
id文字列YES

検索対象のファイルID

file-00000001

なし

200 : OK

キー
Content-Type 返却対象ファイルのコンテンツタイプ
Content-Disposition inline

対象ファイルのバイナリ

  • 検索対象のファイルIDが存在しない場合は、「404 : Not Found」エラーを返却してください

なし