Guest User

User Point history

a guest
Dec 11th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.75 KB | None | 0 0
  1. {
  2.     "success": 1,
  3.     "statuscode": 200,
  4.     "msg": "User all points",
  5.     "points": [
  6.         {
  7.             "id": 2,
  8.             "user_id": 1,
  9.             "about": "Point 2",
  10.             "team_id": 0,
  11.             "ouser_id": 2,
  12.             "points": 1,
  13.             "image": "image",
  14.             "video": "",
  15.             "video_thumbnail": "",
  16.             "status": "0",
  17.             "deleted": "0",
  18.             "blocked": "0",
  19.             "created_at": "2017-12-11 11:52:33",
  20.             "updated_at": "2017-12-11 11:52:33",
  21.             "image_url": "http://192.168.100.69:3333/image",
  22.             "video_url": "",
  23.             "video_thumbnail_url": "",
  24.             "created_atz": "1 Hr ago",
  25.             "sender": {
  26.                 "id": 2,
  27.                 "first_name": "user2",
  28.                 "last_name": "Doe",
  29.                 "username": "user2",
  30.                 "email": "user2@gmail.com",
  31.                 "profile_pic": "profile_pic.png",
  32.                 "profile_pic_url": "http://192.168.100.69:3333/profile_pic.png"
  33.             },
  34.             "receiver": {
  35.                 "id": 1,
  36.                 "first_name": "user1",
  37.                 "last_name": "Doe",
  38.                 "username": "user1",
  39.                 "email": "user1@gmail.com",
  40.                 "profile_pic": "profile_pic.png",
  41.                 "profile_pic_url": "http://192.168.100.69:3333/profile_pic.png"
  42.             }
  43.         },
  44.         {
  45.             "id": 1,
  46.             "user_id": 1,
  47.             "about": "Point 2",
  48.             "team_id": 0,
  49.             "ouser_id": 2,
  50.             "points": 1,
  51.             "image": "image",
  52.             "video": "",
  53.             "video_thumbnail": "",
  54.             "status": "0",
  55.             "deleted": "0",
  56.             "blocked": "0",
  57.             "created_at": "2017-12-10 17:45:40",
  58.             "updated_at": "2017-12-10 17:45:40",
  59.             "image_url": "http://192.168.100.69:3333/image",
  60.             "video_url": "",
  61.             "video_thumbnail_url": "",
  62.             "created_atz": "1 Day ago",
  63.             "sender": {
  64.                 "id": 2,
  65.                 "first_name": "user2",
  66.                 "last_name": "Doe",
  67.                 "username": "user2",
  68.                 "email": "user2@gmail.com",
  69.                 "profile_pic": "profile_pic.png",
  70.                 "profile_pic_url": "http://192.168.100.69:3333/profile_pic.png"
  71.             },
  72.             "receiver": {
  73.                 "id": 1,
  74.                 "first_name": "user1",
  75.                 "last_name": "Doe",
  76.                 "username": "user1",
  77.                 "email": "user1@gmail.com",
  78.                 "profile_pic": "profile_pic.png",
  79.                 "profile_pic_url": "http://192.168.100.69:3333/profile_pic.png"
  80.             }
  81.         }
  82.     ]
  83. }
Add Comment
Please, Sign In to add comment