Class: AwardParticpateSubset
Subset of Award's participatents
Hierarchy
-
SubsetClass
<AwardParticipant
>↳
AwardParticpateSubset
Methods
getParticipantsLive
▸ getParticipantsLive(award
, completed
, searchIds?
, startAfter?
): Observable
<AwardParticipant
[]>
Get list of Award's participants. Live stream.
Parameters
Name | Type | Default value |
---|---|---|
award | string | undefined |
completed | boolean | undefined |
searchIds | string [] | [] |
startAfter? | string | undefined |
Returns
Observable
<AwardParticipant
[]>
getTopByMemberLive
▸ getTopByMemberLive(member
, completed?
, startAfter?
): Observable
<AwardParticipant
[]>
Get Awards participants ordered by the most recent one.
Parameters
Name | Type | Default value |
---|---|---|
member | string | undefined |
completed | boolean | true |
startAfter? | string | undefined |
Returns
Observable
<AwardParticipant
[]>