This document describes the tools available in the box_tools_docgen module for document generation and template management in Box.
Mark a file as a Box Doc Gen template.
- Arguments:
ctx: Request contextfile_id: ID of the file
List all Box Doc Gen templates accessible to the user.
- Arguments:
ctx: Request contextmarker: Pagination marker (optional)limit: Max items per page (optional)
Get a template by its ID.
- Arguments:
ctx: Request contexttemplate_id: ID of the template
...and more tools for job management, batch creation, and template operations. Refer to the source for additional functions.
Refer to src/tools/box_tools_docgen.py for implementation details.