listyoutubecomments - List YouTube Comments
Lists YouTube comments.
credentialKey
string
Your 1001fx credential key. See https://1001fx.com/app/credentials/list
Example:
yourCredentialKey
ids
array<string>
The id parameter specifies a comma-separated list of comment IDs for the resources that are being retrieved.
Example:
[
"UgwW1S95-KHLW2bUI-14AaABAg.9LOCAvGg5kO9oyVHXRxXa3",
"UgwW1S95-KHLW2bUI-14AaABAg.9LOCAvGg5kO9o8BjQEJxO0"
]
parentId
string
The parentId parameter specifies the ID of the comment for which replies should be retrieved. YouTube currently supports replies only for top-level comments.
Example:
UgwW1S95-KHLW2bUI-14AaABAg
maxResults
number
Defines how many comment threads to retrieve. Defaults to 20.
Minimum: 1
Maximum: 100
Example:
10
pageToken
string
If your last request did not retrieve all comment threads a nextPageToken is returned to fetch the next set of comment threads.
textFormat
string
This parameter indicates whether the API should return comments formatted as HTML or as plain text. Defaults to html.
Possible values are: html, plainText
Example:
html