get All Completed Group Play Coupons
fun getAllCompletedGroupPlayCoupons(groupId: Long, sessionToken: String, accessToken: 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.
access Token
JWT access token of the user.