Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.22 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "users": [
  4.             {
  5.                 "id": 25,
  6.                 "email": "bob.smedley@gmail.com",
  7.                 "firstName": "Bobyyyyy",
  8.                 "lastName": "Smedley",
  9.                 "dateOfBirth": 1560588523157,
  10.                 "gender": "MALE",
  11.                 "profileType": "PHOTOGRAPHER",
  12.                 "aboutMe": "Nothing sweet about me!",
  13.                 "contactNumber": "+385911233214",
  14.                 "photos": {
  15.                     "profilePhotos": [],
  16.                     "polaroidPhotos": []
  17.                 },
  18.                 "location": {},
  19.                 "height": 175,
  20.                 "bust": 90,
  21.                 "hair": "Brown"
  22.             },
  23.             {
  24.                 "id": 4,
  25.                 "email": "bob.smedley@gmail.com",
  26.                 "firstName": "Bobyyyyy",
  27.                 "lastName": "Smedley",
  28.                 "dateOfBirth": 1560629263999,
  29.                 "gender": "MALE",
  30.                 "profileType": "PHOTOGRAPHER",
  31.                 "aboutMe": "Nothing sweet about me!",
  32.                 "contactNumber": "+385911233214",
  33.                 "photos": {
  34.                     "profilePhotos": [],
  35.                     "polaroidPhotos": []
  36.                 },
  37.                 "location": {}
  38.             },
  39.             {
  40.                 "id": 13,
  41.                 "email": "filip24@gmail.com",
  42.                 "firstName": "Filip",
  43.                 "lastName": "Kozjak",
  44.                 "dateOfBirth": 1555932726,
  45.                 "gender": "MALE",
  46.                 "profileType": "MODEL",
  47.                 "dateJoined": 1560706529202,
  48.                 "contactNumber": "0910123456",
  49.                 "userRole": "USER",
  50.                 "photos": {
  51.                     "profilePhotos": [
  52.                         {
  53.                             "id": 16,
  54.                             "ownerId": 13,
  55.                             "photoType": "PROFILE",
  56.                             "present": false,
  57.                             "position": 8
  58.                         },
  59.                         {
  60.                             "id": 18,
  61.                             "ownerId": 13,
  62.                             "photoType": "PROFILE",
  63.                             "present": false,
  64.                             "position": 3
  65.                         },
  66.                         {
  67.                             "id": 17,
  68.                             "ownerId": 13,
  69.                             "photoType": "PROFILE",
  70.                             "present": false,
  71.                             "position": 5
  72.                         }
  73.                     ],
  74.                     "polaroidPhotos": [
  75.                         {
  76.                             "id": 21,
  77.                             "ownerId": 13,
  78.                             "photoType": "POLAROID",
  79.                             "present": false
  80.                         },
  81.                         {
  82.                             "id": 20,
  83.                             "ownerId": 13,
  84.                             "photoType": "POLAROID",
  85.                             "present": false
  86.                         }
  87.                     ]
  88.                 },
  89.                 "location": {}
  90.             }
  91.         ]
  92.     }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement