English
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" }
Lists details of a specific Box Doc Gen template.
The access token received from the authorization server in the OAuth 2.0 flow.
Version header.
2025.0
The ID of a Box Doc Gen template.
Returns a template.
A Box Doc Gen template object.
Enable the file to generate a document from.
Show child attributes
The name of the template.
"Official contract"
Was this page helpful?