Show Company Form Template From Project
show_company_form_template_from_projectRetrieve full details of a company form template using its ID and project ID. Get a JSON object with all form template information.
Instructions
Returns the details for a specified 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, project_id. Procore API: Project Management > Forms. Endpoint: GET /rest/v1.0/projects/{project_id}/form_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — company Form Template ID | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |