Get User Monthly Track Listens
GET/users/:id/listen_counts_monthly
Gets the listen data for a user by month and track within a given time frame.
Request
Path Parameters
id stringrequired
A User ID
Query Parameters
start_time stringrequired
Start time from which to start results for user listen count data (inclusive).
end_time stringrequired
End time until which to cut off results of listen count data (not inclusive).
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object
property name*
monthly_aggregate_play
totalListens integer
trackIds integer[]
listenCounts
object[]
trackId integer
date string
listens integer
{
"data": {}
}
Bad request
Server error
Loading...