GET /shows/{id}/comments/{sort}
Summary: Get all show comments
Operation ID: Get all show comments
Auth: unknown
Operation ID: Get all show comments
Auth: unknown
Description
#### 📄 Pagination 😁 Emojis Returns all top level comments for a show. By default, the `newest` comments are returned first. Other sorting options include `oldest`, most `likes`, most `replies`, `highest` rated, `lowest` rated, most `plays`, and highest `watched` percentage.
Parameters (4)
id
(string, path, required)
Trakt ID, Trakt slug, or IMDB ID
sort
(string, path, required)
how to sort
Constraints: {'enum': ['newest', 'oldest', 'likes', 'replies', 'highest', 'lowest', 'plays', 'watched']}
trakt-api-key
(string, header, optional)
e.g. [client_id]
trakt-api-version
(string, header, optional)
e.g. 2
No probe data for this endpoint yet.