Show Company Action Plan Template
show_company_action_plan_templateFetch full details of a specific company action plan template using its template ID and company ID. Read-only operation that returns the template's data without altering anything in Procore.
Instructions
Details of a single Company Action Plan Template. Use this when you already know which company action plan template you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the company action plan template. 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, id. Procore API (v1.1): Project Management > Action Plans. Endpoint: GET /rest/v1.1/companies/{company_id}/action_plans/plan_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — company Action Plan Template ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. |