Get The Minutes And Date Created For All Parent Topics
get_the_minutes_and_date_created_for_all_parent_topics_projectRetrieve minutes and creation dates for all parent meeting topics by providing project, meeting, and topic IDs. Supports pagination.
Instructions
Returns an array of objects of minutes and created_on values for all parent meeting topics. Use this to fetch the full details of a specific Meetings by its identifier. Returns a paginated JSON array of Meetings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, meeting_id, meeting_topic_id. Procore API (v1.1): Project Management > Meetings. Endpoint: GET /rest/v1.1/projects/{project_id}/meeting_topics/{meeting_topic_id}/parent_minutes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| meeting_topic_id | Yes | URL path parameter — iD of the meeting topic | |
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |