For Babelfish Release 1.12.3.10

GetScoreAverageAuthenticatedRequestRelativePath Property

The relative path for this API Request call. For example, if the complete REST API call is https://api.orionscoringsystem.com/match/1.1.20022012248563984.0, then this property would return "/match/1.1.20022012248563984.0". Note, return value includes the front slash.

Definition

Namespace: Scopos.BabelFish.Requests.ScoreHistoryAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public override string RelativePath { get; }

Property Value

String

See Also