getAllCompletedGroupPlayCoupons

fun getAllCompletedGroupPlayCoupons(groupId: Long, sessionToken: String): Single<List<GroupPlayListItem>>

getAllCompletedGroupPlayCoupons, This Single will emmit a list of GroupPlayListItem containing all completed coupons

Return

a Single that emits a list of GroupPlayListItem.

Parameters

groupId

the id of the group.

sessionToken

optional token of the user.