2026-03-18
▼ ▲ meet.conferenceRecords.smartNotes.get
Path : v2/{+name}
Flat Path : v2/conferenceRecords/{conferenceRecordsId}/smartNotes/{smartNotesId}
HTTP Method : GET
Parameters :
name
Description : Required. Resource name of the smart note. Format: conferenceRecords/{conference_record}/smartNotes/{smart_note}
Pattern : ^conferenceRecords/[^/]+/smartNotes/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Description : Gets smart notes by smart note ID.
▼ ▲ meet.conferenceRecords.smartNotes.list
Path : v2/{+parent}/smartNotes
Flat Path : v2/conferenceRecords/{conferenceRecordsId}/smartNotes
HTTP Method : GET
Parameters :
parent
Description : Required. Format: `conferenceRecords/{conference_record}`
Pattern : ^conferenceRecords/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Maximum number of smart notes to return. The service might return fewer than this value. If unspecified, at most 10 smart notes are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. Page token returned from previous List Call.
Location : query
Type : string
Parameter Order : parent
Description : Lists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.