list_pdf_template_configs
Retrieve PDF template configurations from Procore for document management, allowing filtering by project, template name, or scope to organize construction documentation.
Instructions
List PDF template configs. [Core/Documents] GET /rest/v1.0/companies/{company_id}/pdf_template_configs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__record_generic_tool_id | No | Return item(s) with the specified Generic Tool ID. | |
| filters__project_id | No | Return item(s) with the Project ID. | |
| filters__template_name | No | Return item(s) with provided template_name. | |
| filters__only_parent | No | Return only parent records. | |
| scope | No | Return only scoped records. |