Return A PDF Template Config
return_a_pdf_template_configRetrieve a PDF template config to get a downloadable file or export URL for Procore Documents. Provide company_id and id to return a JSON object with file contents or download link.
Instructions
Return a PDF Template Config. Use this to retrieve a downloadable file or export URL for Documents. Returns a JSON object with the file contents or download URL for Documents. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/companies/{company_id}/pdf_template_configs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — pDF Template Configs ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |