Advertisement
Guest User

Test getuserprofile

a guest
Sep 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "userId": null,
  4.     "result": {
  5.         "id": 25,
  6.         "userBio": "Sono russa e ho 16 anni",
  7.         "eyesColor": 1,
  8.         "hairColor": 1,
  9.         "hairSize": 4,
  10.         "weight": null,
  11.         "height": null,
  12.         "currentJob": null,
  13.         "lastStudy": "Comunicazione",
  14.         "hobby": "Serie tv, lettura",
  15.         "user": {
  16.             "id": 15,
  17.             "firebaseId": "0987654321",
  18.             "email": "lisa.lev96@gmail.com",
  19.             "firstName": "Lisa",
  20.             "lastName": "Laventosa",
  21.             "birthday": "1996-05-21T22:00:00.000+0000",
  22.             "sex": 2,
  23.             "sexOrientation": 1,
  24.             "minimumAgePreferred": 19,
  25.             "maximumAgePreferred": 25,
  26.             "lastLatitude": 41,
  27.             "lastLongitude": 12
  28.         },
  29.         "photoList": [
  30.             {
  31.                 "id": 29,
  32.                 "photoName": "35aac68f-d8cc-3954-86d0-2c70363b5768",
  33.                 "profilePicture": true
  34.             },
  35.             {
  36.                 "id": 30,
  37.                 "photoName": "2126333e-25cb-3998-b05c-b70a292f9fdd",
  38.                 "profilePicture": false
  39.             }
  40.         ],
  41.         "drinking": true,
  42.         "smoker": false
  43.     }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement