list_meetings
Retrieve meeting data from Procore projects to manage schedules, track discussions, and monitor progress. Supports filtering by project, pagination, and viewing deleted or extended meeting details.
Instructions
List meetings. [Project Management/Meetings] GET /rest/v1.0/meetings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| deleted_only | No | Indicates whether to only show deleted meetings. When this query parameter is passed the response body will be an array of meetings without grouping. i.e. { "meetings":[{Meeting_1}, {Meeting_2}] } | |
| serializer_view | No | The data set that should be returned from the serializer. The normal view includes default fields. The extended view includes the default fields plus Meeting Template fields. Default view is normal. |