GET /feeds/video-comments.{format}

cpy.re:peertube

Summary: List comments on videos
Operation ID: getSyndicatedComments
Auth: unknown

Parameters (6)

accountId (string, query, optional)

limit listing to a specific account

accountName (string, query, optional)

limit listing to a specific account

format (string, path, required)

format expected (we focus on making `rss` the most featureful ; it serves [Media RSS](https://www.rssboard.org/media-rss))

Constraints: {'enum': ['xml', 'rss', 'rss2', 'atom', 'atom1', 'json', 'json1']}

videoChannelId (string, query, optional)

limit listing to a specific video channel

videoChannelName (string, query, optional)

limit listing to a specific video channel

videoId (string, query, optional)

limit listing to a specific video

No probe data for this endpoint yet.