Lists details of a specific Box Doc Gen template.
Returns a template.
Authorization
ヘッダーで指定されているアクセストークンが認識されないか、指定されていない場合に返されます。
テンプレートが見つからない場合、または関連付けられたテンプレートへのアクセス権限がユーザーに与えられていない場合に返されます。
予期しないクライアントエラー。
curl -L 'https://api.box.com/2.0/docgen_templates/12345678' \
-H 'box-version: 2025.0' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
await client.docgenTemplate.getDocgenTemplateByIdV2025R0(
createdDocgenTemplate.file!.id,
);
client.docgen_template.get_docgen_template_by_id_v2025_r0(
created_docgen_template.file.id
)
await client.DocgenTemplate.GetDocgenTemplateByIdV2025R0Async(templateId: NullableUtils.Unwrap(createdDocgenTemplate.File).Id);
{
"file": {
"id": "42037322",
"type": "file"
},
"file_name": "Official contract"
}