Query HighscoresAsk AIget https://neon-loyalty-qa.spika.com/loyalty/v1/{space}/games/{gameLookupId}/highscoresReturns the highest scores achieved, sorted with the top score firstPath ParamsspacestringrequiredThe name of the space (database) assigned to you.gameLookupIdstringrequiredOne of: The Entity's internal Entity Id The Entity's name The Entity's business Id, prefixed with $ Query ParamsoncePerMemberbooleanDefaults to falseIf true, only count's each Member's highest score, meaning each Member can only appear once intruefalseincludeUnfinishedint32Defaults to falseIf true, includes plays that have not been marked as FINISHED. This allows the highscore list to be updated during ongoing game plays.reversedListint32Defaults to falseIf true, reverses the board so the Member who is last appears at the top.listSizeint32Defaults to 10The number of entries to return.dimstringThe Dimensions under which the calling application operates. Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]bypassDimensionGatebooleanIf true, returns resources even if the Entity's Dimension filter doesn't match the passed in Dimensions. Default is false.truefalseincludeUnpublishedbooleanIf true, also exposes Installed but Unpublished entity resources. Default is false.truefalseResponse 200OKUpdated 10 months ago