Track Comment Count
GET/tracks/:track_id/comment_count
Get the comment count for a track
Request
Path Parameters
track_id stringrequired
A Track ID
Query Parameters
user_id string
The user ID of the user making the request
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
data integer
{
"data": 2
}
Bad request
Server error
Loading...