List PDF Template Configs
list_pdf_template_configsLists PDF template configs for a company, providing IDs needed before calling other Procore tools. Read-only and paginated.
Instructions
Returns a list of PDF template configs. Use this to discover PDF template configs or to look up the id of one before calling a tool that needs it. company_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of PDF template configs; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| scope | No | Query string parameter — return only scoped records. | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| filters__project_id | No | Query string parameter — return item(s) with the Project ID. | |
| filters__only_parent | No | Query string parameter — return only parent records. | |
| filters__template_name | No | Query string parameter — return item(s) with provided template_name. | |
| filters__record_generic_tool_id | No | Query string parameter — return item(s) with the specified Generic Tool ID. |