--- /dev/null
+{"sid":"2F1034E2CBC647E510D2554D4B253583","body":{"success":true,"message":null,"action":"getTop50","leaderBoard":[{"userPlayTag":"Chris","avatarId":49,"score":39825,"position":1,"extendDetail":null},{"userPlayTag":"LiveTest3","avatarId":36,"score":21275,"position":2,"extendDetail":null},{"userPlayTag":"MP1Tim","avatarId":35,"score":18275,"position":3,"extendDetail":null},{"userPlayTag":"mumoh","avatarId":59,"score":9075,"position":4,"extendDetail":null},{"userPlayTag":"DeathStalker13","avatarId":35,"score":8100,"position":5,"extendDetail":null},{"userPlayTag":"fagger1uk","avatarId":41,"score":7900,"position":6,"extendDetail":null},{"userPlayTag":"JoeMCooper","avatarId":46,"score":5975,"position":7,"extendDetail":null},{"userPlayTag":"dchand0571","avatarId":41,"score":5450,"position":8,"extendDetail":null},{"userPlayTag":"liveVega","avatarId":55,"score":5125,"position":9,"extendDetail":null},{"userPlayTag":"liveOli","avatarId":55,"score":4975,"position":10,"extendDetail":null},{"userPlayTag":"pacman130","avatarId":37,"score":4725,"position":11,"extendDetail":null},{"userPlayTag":"hometest10","avatarId":42,"score":4525,"position":12,"extendDetail":null},{"userPlayTag":"Danyel","avatarId":48,"score":2675,"position":13,"extendDetail":null},{"userPlayTag":"hometest6","avatarId":39,"score":2225,"position":14,"extendDetail":null},{"userPlayTag":"hometest1","avatarId":35,"score":2075,"position":15,"extendDetail":null}]},"time":"1402341994155","lastaccessed":1402341982363,"x-forwarded-for":null,"created":1402340389289,"accessCount":32,"addr":"10.37.137.31","remoteaddr":"109.151.188.110"}
--- /dev/null
+{
+ "sid": "2F1034E2CBC647E510D2554D4B253583",
+ "body": {
+ "success": true,
+ "message": null,
+ "action": "getTop50",
+ "leaderBoard": [
+ {
+ "userPlayTag": "Chris",
+ "avatarId": 49,
+ "score": 39825,
+ "position": 1,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "LiveTest3",
+ "avatarId": 36,
+ "score": 21275,
+ "position": 2,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "MP1Tim",
+ "avatarId": 35,
+ "score": 18275,
+ "position": 3,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "mumoh",
+ "avatarId": 59,
+ "score": 9075,
+ "position": 4,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "DeathStalker13",
+ "avatarId": 35,
+ "score": 8100,
+ "position": 5,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "fagger1uk",
+ "avatarId": 41,
+ "score": 7900,
+ "position": 6,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "JoeMCooper",
+ "avatarId": 46,
+ "score": 5975,
+ "position": 7,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "dchand0571",
+ "avatarId": 41,
+ "score": 5450,
+ "position": 8,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "liveVega",
+ "avatarId": 55,
+ "score": 5125,
+ "position": 9,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "liveOli",
+ "avatarId": 55,
+ "score": 4975,
+ "position": 10,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "pacman130",
+ "avatarId": 37,
+ "score": 4725,
+ "position": 11,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "hometest10",
+ "avatarId": 42,
+ "score": 4525,
+ "position": 12,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "Danyel",
+ "avatarId": 48,
+ "score": 2675,
+ "position": 13,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "hometest6",
+ "avatarId": 39,
+ "score": 2225,
+ "position": 14,
+ "extendDetail": null
+ },
+ {
+ "userPlayTag": "hometest1",
+ "avatarId": 35,
+ "score": 2075,
+ "position": 15,
+ "extendDetail": null
+ }
+ ]
+ },
+ "time": "1402341994155",
+ "lastaccessed": 1402341982363,
+ "x-forwarded-for": null,
+ "created": 1402340389289,
+ "accessCount": 32,
+ "addr": "10.37.137.31",
+ "remoteaddr": "109.151.188.110"
+}
.. include:: api-rest-game-xxx-leadrboard-top50.response.json
:code:
+
+Real response rescued from a GameStick:
+
+.. include:: api-rest-game-xxx-leadrboard-top50.real-response1.pretty.json
+ :code:
--- /dev/null
+{"sid":"29D6CBE636DB8E10653FFD2EA27B7582","body":{"success":true,"message":null,"action":"save-score"},"time":"1417290599050","lastaccessed":1417290563332,"x-forwarded-for":null,"created":1417271831966,"accessCount":366,"addr":"10.37.137.31","remoteaddr":"50.10.244.222"}
--- /dev/null
+{
+ "sid": "29D6CBE636DB8E10653FFD2EA27B7582",
+ "body": {
+ "success": true,
+ "message": null,
+ "action": "save-score"
+ },
+ "time": "1417290599050",
+ "lastaccessed": 1417290563332,
+ "x-forwarded-for": null,
+ "created": 1417271831966,
+ "accessCount": 366,
+ "addr": "10.37.137.31",
+ "remoteaddr": "50.10.244.222"
+}
.. include:: api-rest-game-xxx-save-score-yyy-extend.response.json
:code:
+
+Real response rescued from a GameStick:
+
+.. include:: api-rest-game-xxx-save-score-yyy-extend.real-response1.pretty.json
+ :code:
.literal {
font-family: monospace;
}
+pre {
+ background-color: #EEE;
+ max-height: 20rem;
+ overflow-y: auto;
+ padding: 0.5rem;
+ border-radius: 0.5rem;
+}