GET Leaderboard Metadata
GET/v1/clients/:clientID/leaderboards/:leaderboardKey/metadata
Endpoint to retrieve the metadata associated to a Leaderboard key (i.e. useful to calculate the percentage of correct answers given the total amount of questions for some leaderboard).
Request
Path Parameters
clientID stringrequired
leaderboardKey stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
someField string
{
"someField": "some_value"
}
Loading...