listyoutubecomments - List YouTube Comments
Lists YouTube comments.
credentialKeystring
Your 1001fx credential key. See https://1001fx.com/app/credentials/list
Example:
yourCredentialKeyidsarray<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"
]
parentIdstring
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-14AaABAgmaxResultsnumber
Defines how many comment threads to retrieve. Defaults to 20.
Minimum: 1
Maximum: 100
Example:
10pageTokenstring
If your last request did not retrieve all comment threads a nextPageToken is returned to fetch the next set of comment threads.
textFormatstring
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