Show Recycled Company Action Plan Template
show_recycled_company_action_plan_templateRetrieve a recycled action plan template for a company using its ID. Fetch full details from the Procore recycle bin.
Instructions
Returns the specified Recycled Company Action Plan Template. Use this to fetch the full details of a specific Action Plans by its identifier. Returns a JSON object describing the requested Action Plans. Required parameters: company_id, id. Procore API (v1.1): Project Management > Action Plans. Endpoint: GET /rest/v1.1/companies/{company_id}/recycle_bin/action_plans/plan_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Action Plan Template ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |