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