Show A Meeting Template
show_a_meeting_templateFetch the full details of a specific meeting template using its ID and company ID.
Instructions
Returns a specific meeting template. Use this to fetch the full details of a specific Meetings by its identifier. Returns a JSON object describing the requested Meetings. Required parameters: company_id, id. Procore API: Project Management > Meetings. Endpoint: GET /rest/v1.0/companies/{company_id}/meeting_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Meetings resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |