Lists Box Doc Gen templates on which the user is a collaborator.
テンプレートのコレクションを返します。
Authorization
ヘッダーで指定されているアクセストークンが認識されないか、指定されていない場合に返されます。
予期しないクライアントエラー。
curl -L 'https://api.box.com/2.0/docgen_templates' \
-H 'box-version: 2025.0' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
await client.docgenTemplate.getDocgenTemplatesV2025R0();
client.docgen_template.get_docgen_templates_v2025_r0()
await client.DocgenTemplate.GetDocgenTemplatesV2025R0Async();
{
"entries": [
{
"file": {
"id": "42037322",
"type": "file"
},
"file_name": "Official contract"
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
}