List PDF Template Configs
list_pdf_template_configsLists PDF template configs for a company. Use to enumerate documents, find IDs, or filter by project, template name, or generic tool ID.
Instructions
Returns a list of PDF template configs. Use this to enumerate Documents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON object with the file contents or download URL for Documents. Required parameters: company_id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/companies/{company_id}/pdf_template_configs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__record_generic_tool_id | No | Query string parameter — return item(s) with the specified Generic Tool ID. | |
| filters__project_id | No | Query string parameter — return item(s) with the Project ID. | |
| filters__template_name | No | Query string parameter — return item(s) with provided template_name. | |
| filters__only_parent | No | Query string parameter — return only parent records. | |
| scope | No | Query string parameter — return only scoped records. |