get All Completed Group Play Coupons
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
group Id
the id of the group.
session Token
optional token of the user.