GET tracks/{track_id}/comments
Summary: Returns the comments posted on the track(track_id).
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Parameters (4)
limit
(integer, query, optional, default: 50)
Number of results to return in the collection.
Constraints: {'minimum': 1, 'maximum': 200}
linked_partitioning
(boolean, query, optional)
Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)
offset
(integer, query, optional, default: 0)
Offset of first result. Deprecated, use `linked_partitioning` instead.
track_id
(integer, path, required)
SoundCloud Track id
No probe data for this endpoint yet.