post https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-getResets
Log in to see full request history
Responses
400Invalid argument
403Permission denied
410Leaderboard not found
400Invalid argument
403Permission denied
410Leaderboard not found
xxxxxxxxxx
10curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-getResets \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"withEntries": true,
"orderDirection": "asc"
}
'
xxxxxxxxxx
42}
{
"resets": [
{
"id": "string",
"resetAt": 0,
"rewardsGivenAt": 0,
"totalGivenRewardsCount": 0,
"entries": [
{
"userId": "string",
"displayName": "string",
"profilePicture": {
"source": "string",
"large": "string",
"medium": "string",
"small": "string"
},
"score": 0,
"formattedScore": "string",
"place": 0,
"extraData": "string",
"createdAt": 0,
"updatedAt": 0,
"failedRewards": [
{