Join us on May 20th for the Content + AI Virtual Summit. Register now
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"
}特定のBox Doc Genテンプレートの詳細のリストを取得します。
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.
The access token received from the authorization server in the OAuth 2.0 flow.
Version header.
2025.0 Box Doc GenテンプレートのID。
このページは役に立ちましたか?