Get The Minutes And Date Created For All Parent Topics
get_the_minutes_and_date_created_for_all_parent_topics_v1_0Retrieve minutes and creation dates for all parent topics of a specific meeting topic. Requires meeting ID and topic ID for paginated results.
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: meeting_id, meeting_topic_id. Procore API: Project Management > Meetings. Endpoint: GET /rest/v1.0/meeting_topics/parent_minutes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| meeting_topic_id | Yes | Query string parameter — iD of the meeting topic | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |