メインコンテンツへスキップ
GET
/
docgen_templates
/
{template_id}
cURL
curl -L 'https://api.box.com/2.0/docgen_templates/12345678' \
     -H 'box-version: 2025.0' \
     -H 'Authorization: Bearer <ACCESS_TOKEN>'
{
  "file": {
    "type": "file",
    "id": "42037322"
  },
  "file_name": "Official contract"
}

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ヘッダー

box-version
enum<string>
必須

Version header.

利用可能なオプション:
2025.0

パスパラメータ

template_id
string
必須

Box Doc GenテンプレートのID。

レスポンス

テンプレートを返します。

Box Doc Genテンプレートオブジェクト。

file
ファイルの参照 · object

ドキュメントの生成元となるファイルを有効にします。

file_name
string | null

テンプレートの名前。

:

"Official contract"