provider commentThreads GET
/youtube/v3/commentThreads @utdk/google/youtube
/youtube/v3/commentThreads commentThreads.list
Retrieves a list of resources, possibly filtered.
- $.xgafv query
- V1 error format.
- enum: 1, 2
- access_token query
- OAuth access token.
- string
- alt query
- Data format for response.
- enum: json, media, proto
- callback query
- JSONP
- string
- fields query
- Selector specifying which fields to include in a partial response.
- string
- key query
- API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- string
- oauth_token query
- OAuth 2.0 token for the current user.
- string
- prettyPrint query
- Returns response with indentations and line breaks.
- boolean
- quotaUser query
- Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- string
- upload_protocol query
- Upload protocol for media (e.g. "raw", "multipart").
- string
- uploadType query
- Legacy upload protocol for media (e.g. "media", "multipart").
- string
- part query required
- The *part* parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include.
- array
- allThreadsRelatedToChannelId query
- Returns the comment threads of all videos of the channel and the channel comments as well.
- string
- channelId query
- Returns the comment threads for all the channel comments (ie does not include comments left on videos).
- string
- id query
- Returns the comment threads with the given IDs for Stubby or Apiary.
- array
- maxResults query
- The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
- integer
- moderationStatus query
- Limits the returned comment threads to those with the specified moderation status. Not compatible with the 'id' filter. Valid values: published, heldForReview, likelySpam.
- enum: published, heldForReview, likelySpam, rejected
- order query
- enum: orderUnspecified, time, relevance
- pageToken query
- The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
- string
- searchTerms query
- Limits the returned comment threads to those matching the specified key words. Not compatible with the 'id' filter.
- string
- textFormat query
- The requested text format for the returned comments.
- enum: textFormatUnspecified, html, plainText
- videoId query
- Returns the comment threads of the specified video.
- string
Try it
Authentication
Configure credentials for YouTube Data API v3
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import google_youtube from '@utdk/google/youtube';
await google_youtube.commentthreadsList()