1 =========================================================================
2 ``GET http://l2.gamestickservices.net/api/rest/player/profile/view.json``
3 =========================================================================
5 Fetch player information.
7 In firmware v2071 OOBE setup will not finish when the profile is not returned
16 ``l2.gamestickservices.net``
18 ``/api/rest/player/profile/view.json;jsessionid=xxx``
21 Session ID from the registration check
22 ``api/rest/connect/stick/stick/xxx/view.json``.
24 Empty when not registered yet.
38 User has been registered
39 ------------------------
42 ``body.securityLevel``
46 ``body.balance.transactions[].date``
47 Must contain the string " - " (space dash space).
48 Before: date, after: description
51 .. include:: api-rest-player-profile-view.json.response-full.json
58 - ``com.playjam.Services.Database.ServiceCore#downloadProfile()``