Show Recycled Action Plan Template Section
show_recycled_action_plan_template_sectionRetrieve full details of a recycled action plan template section by providing company and section IDs. Use this to access deleted template section information.
Instructions
Show Recycled Action Plan Template Section. 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: Project Management > Action Plans. Endpoint: GET /rest/v1.0/companies/{company_id}/recycle_bin/action_plans/plan_template_sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — action Plan Template Section ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |