GET /channels/{channel_id}/videos/{video_id}/comments

vimeo.com

Summary: Get all the comments on a video
Operation ID: get_comments_alt1
Auth: unknown

Parameters (5)

channel_id (number, path, required)

The ID of the channel.

direction (string, query, optional)

The sort direction of the results.

Constraints: {'enum': ['asc', 'desc']}

page (number, query, optional)

The page number of the results to show.

per_page (number, query, optional)

The number of items to show on each page of results, up to a maximum of 100.

video_id (number, path, required)

The ID of the video.

No probe data for this endpoint yet.