show_meeting_v1_1
Retrieve meeting details from Procore projects using project and meeting IDs. Access meeting information, manage project meetings, and view meeting data through the Procore API.
Instructions
Show meeting. [Project Management/Meetings] GET /rest/v1.1/projects/{project_id}/meetings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the meeting | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |