Im using Youtube api v3, I want to get the notes from videos in my playslist for example:
The screenshot above is from a playlist I have in my account - I want
Figured it out:
You need to hit: https://www.googleapis.com/youtube/v3/playlistItems?part=snippet,contentDetails&playlistId=${PLAYLIST_ID}&key=${API_KEY}
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet,contentDetails&playlistId=${PLAYLIST_ID}&key=${API_KEY}
Note the part parameter is snippet, contentDetails
snippet, contentDetails
See: https://developers.google.com/youtube/v3/docs/playlistItems#contentDetails
Returns: