Endpoints
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 channels | get_channels | [API reference] |
Get comments | get_comments | [API reference] |
Get playlist items | get_playlist_items | [API reference] |
Get playlists | get_playlists | [API reference] |
Get report | get_report | [API reference] |
Get video details | get_video_details | Read videos details by IDs or chart or myRating (pass one of them) [API reference] |
Get videos | get_videos | |
Get videos rating | get_rating | [API reference] |
Search | search | [API reference] |
Make Generic API 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. |
Make Generic API 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. |