Returns urls for leaderboards
This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.ILeaderboardUrls>() and is defined in Telligent.Evolution.Platform.dll
Methods
string Leaderboard(int leaderboardId, bool checkPermissions = True);
Returns the URL for a specific leaderboard
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| leaderboardId | int | Leaderboard Id | Required | ||
| checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Leaderboard(Leaderboard leaderboard, bool checkPermissions = True);
Returns the URL for a specific leaderboard
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| leaderboard | Leaderboard | Leaderboard | Required | ||
| checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Leaderboards(bool checkPermissions = True);
Returns the URL for the list of leaderboards on the site
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Leaderboards(int groupId, bool checkPermissions = True);
Returns the URL for the list of leaderboards in a specified group
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| groupId | int | Specified Group Id | Required | ||
| checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string