Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. {
  2. "status": 200,
  3. "msg": "ok",
  4. "data": {
  5. "countOnGoing": 2,
  6. "countOnRecord": 1,
  7. "onGoingChallenges": [
  8. {
  9. "challenge_id": 45,
  10. "owner_user_id": {
  11. "id": 77,
  12. "avatar": 0,
  13. "name": "Rúben Pereira",
  14. "email": "rubenpereira9696@gmail.com",
  15. "score": 50
  16. },
  17. "challenged_user_id": {
  18. "id": 10,
  19. "avatar": 0,
  20. "name": "diogocorreia1996",
  21. "email": "diogocorreia1996@gmail.com",
  22. "score": 0
  23. },
  24. "status": 0,
  25. "winner": null,
  26. "created_at": {
  27. "date": "2018-09-04 15:36:03.000000",
  28. "timezone_type": 3,
  29. "timezone": "UTC"
  30. }
  31. },
  32. {
  33. "challenge_id": 46,
  34. "owner_user_id": {
  35. "id": 10,
  36. "avatar": 0,
  37. "name": "diogocorreia1996",
  38. "email": "diogocorreia1996@gmail.com",
  39. "score": 0
  40. },
  41. "challenged_user_id": {
  42. "id": 1,
  43. "avatar": 4,
  44. "name": "Pedro Ferreira",
  45. "email": "pedro_f@mail.com",
  46. "score": 20
  47. },
  48. "status": 1,
  49. "winner": 10,
  50. "created_at": {
  51. "date": "2018-09-06 14:08:51.000000",
  52. "timezone_type": 3,
  53. "timezone": "UTC"
  54. }
  55. }
  56. ],
  57. "onRecordChallenges": [
  58. {
  59. "challenge_id": 46,
  60. "owner_user_id": {
  61. "id": 10,
  62. "avatar": 0,
  63. "name": "diogocorreia1996",
  64. "email": "diogocorreia1996@gmail.com",
  65. "score": 0
  66. },
  67. "challenged_user_id": {
  68. "id": 1,
  69. "avatar": 4,
  70. "name": "Pedro Ferreira",
  71. "email": "pedro_f@mail.com",
  72. "score": 20
  73. },
  74. "correct_answer_onwer": 5,
  75. "correct_answer_challenged": 3,
  76. "status": 1,
  77. "winner": 10,
  78. "created_at": {
  79. "date": "2018-09-06 14:08:51.000000",
  80. "timezone_type": 3,
  81. "timezone": "UTC"
  82. }
  83. }
  84. ]
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement