EndPoints for YouTube Connector
On this page you will see possible API actions you can perform with YouTube connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Get video details | get_video_details | Read videos details by IDs or chart or myRating (pass one of them) [API reference] |
Get videos rating | get_rating | [API reference] |
Get playlists | get_playlists | [API reference] |
Get playlist items | get_playlist_items | [API reference] |
Get comments | get_comments | [API reference] |
Get channels | get_channels | [API reference] |
Get videos | get_videos | |
Search | search | [API reference] |
Get report | get_report | [API reference] |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |