Lists Box Doc Gen templates on which the user is a collaborator.
Version header
Value is always 2025.0
1000
1000
The maximum number of items to return per page.
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination.
This requires usemarker
to be set to true
.
Returns a collection of templates.
Returned if the user has passed in a malformed marker or limit value.
Returned when the access token provided in the Authorization
header
is not recognized or not provided.
An unexpected client error.
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();
try await client.docgenTemplate.getDocgenTemplatesV2025R0()
{
"entries": [
{
"file": {
"id": "42037322",
"type": "file"
},
"file_name": "Official contract"
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
}