getLatestPerformedSongs(_:)
func getLatestPerformedSongs(_ req: Request) async throws -> KaraokePerformedSongsResult
GET /api/v3/karaoke/performance
Returns an array of karaoke songs that have been marked as being performed. Can be called while not logged in; if logged in favorite information is returned.
?search=STRING
- Only show songs whose artist or title contains the given string.?start=INT
- Offset from start of results set?limit=INT
- the maximum number of songs to retrieve: 1-200, default is 50.
Return Value
An array of up to 10 KaraokePerformedSongsData
-
Declaration
Swift
struct QueryOptions : Decodable