For Babelfish Release 1.11.1.3

GetScoreHistoryAbstractRequestUserIds Property

Gets or Sets the list of User IDs to retreive their Score History. On a call .WithAuthentication the UserId is the authenticated caller is automatically included, this value does not have to be included in the list of UserIds. On a call without .WithAuthentication, at least one UserID on UserIds is required. User Ids are GUID formatted.

Definition

Namespace: Scopos.BabelFish.Requests.ScoreHistoryAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<string> UserIds { get; set; }

Property Value

ListString

See Also