list_meetings_v1_1
Retrieve meeting data from Procore projects to track schedules, participants, and details. Filter by assignee, status, or ID for targeted access.
Instructions
List meetings. [Project Management/Meetings] GET /rest/v1.1/projects/{project_id}/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}] } | |
| filters__assignee_id | No | Returns meeting(s) with the specified assignee | |
| filters__id | No | Returns meeting(s) with the specified ID(s) | |
| 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. |