Guest User

Untitled

a guest
Dec 10th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. {
  2. "success": true,
  3. "message": "League Details Retrieved.",
  4. "parameters": {
  5. "league_id": 1,
  6. "name": "Pallava",
  7. "gender_restriction": "BOTH",
  8. "is_public": 1,
  9. "venue_id": 1,
  10. "sport_id": 2,
  11. "no_of_rounds": 3,
  12. "set_type": "3",
  13. "image_url": "",
  14. "city_id": 1,
  15. "created_by": 1,
  16. "is_archived": 1,
  17. "archived_at": "2017-11-24 14:59:59",
  18. "created_at": "2017-11-23 12:02:49",
  19. "city_name": "cbe",
  20. "is_started": 1,
  21. "active_round": {
  22. "round_id": "2",
  23. "league_id": "1",
  24. "round_name": "round 2",
  25. "started_at": "2017-11-28 19:14:13",
  26. "end_at": null
  27. },
  28. "my_points": 29,
  29. "rejected_requests": [],
  30. "pending_requests": [
  31. {
  32. "req_id": 12,
  33. "league_id": 1,
  34. "sent_to_user_id": 1,
  35. "requested_by": null,
  36. "player_name": "matu",
  37. "player_phone": "8760389084",
  38. "status": "SENT",
  39. "req_sent_at": "2017-11-23 14:05:56",
  40. "status_changed_at": "2017-11-23 14:05:56",
  41. "is_removed": 0,
  42. "requested_by_user_details": {},
  43. "sent_to_user_details": {
  44. "user_id": "1",
  45. "full_name": "matumithabala",
  46. "email_id": "matumithagopal1995@gmail.com",
  47. "login_type": "GOOGLE+",
  48. "photo_url": "http://localhost/Leagomania/admin/web/images/user/thumb/matumitha_20171122131102_53379.jpeg",
  49. "phone_no": "8760389084",
  50. "gender": "FEMALE"
  51. }
  52. },
  53. {
  54. "req_id": 11,
  55. "league_id": 1,
  56. "sent_to_user_id": 1,
  57. "requested_by": null,
  58. "player_name": "matu",
  59. "player_phone": "8760389084",
  60. "status": "SENT",
  61. "req_sent_at": "2017-11-23 14:05:56",
  62. "status_changed_at": "2017-11-23 14:05:56",
  63. "is_removed": 0,
  64. "requested_by_user_details": {},
  65. "sent_to_user_details": {
  66. "user_id": "1",
  67. "full_name": "matumithabala",
  68. "email_id": "matumithagopal1995@gmail.com",
  69. "login_type": "GOOGLE+",
  70. "photo_url": "http://localhost/Leagomania/admin/web/images/user/thumb/matumitha_20171122131102_53379.jpeg",
  71. "phone_no": "8760389084",
  72. "gender": "FEMALE"
  73. }
  74. },
  75. {
  76. "req_id": 1,
  77. "league_id": 1,
  78. "sent_to_user_id": null,
  79. "requested_by": 1,
  80. "player_name": "matu",
  81. "player_phone": "8760389084",
  82. "status": "SENT",
  83. "req_sent_at": "2017-11-23 14:05:56",
  84. "status_changed_at": "2017-11-23 14:05:56",
  85. "is_removed": 0,
  86. "requested_by_user_details": {
  87. "user_id": "1",
  88. "full_name": "matumithabala",
  89. "email_id": "matumithagopal1995@gmail.com",
  90. "login_type": "GOOGLE+",
  91. "photo_url": "http://localhost/Leagomania/admin/web/images/user/thumb/matumitha_20171122131102_53379.jpeg",
  92. "phone_no": "8760389084",
  93. "gender": "FEMALE"
  94. },
  95. "sent_to_user_details": {}
  96. }
  97. ],
  98. "accepted_requests": [
  99. {
  100. "req_id": 2,
  101. "league_id": 1,
  102. "sent_to_user_id": null,
  103. "requested_by": 1,
  104. "player_name": "matu",
  105. "player_phone": "8760389084",
  106. "status": "ACCEPTED",
  107. "req_sent_at": "2017-11-24 14:09:27",
  108. "status_changed_at": "2017-11-24 14:09:27",
  109. "is_removed": 0,
  110. "requested_by_user_details": {
  111. "user_id": "1",
  112. "full_name": "matumithabala",
  113. "email_id": "matumithagopal1995@gmail.com",
  114. "login_type": "GOOGLE+",
  115. "photo_url": "http://localhost/Leagomania/admin/web/images/user/thumb/matumitha_20171122131102_53379.jpeg",
  116. "phone_no": "8760389084",
  117. "gender": "FEMALE"
  118. },
  119. "sent_to_user_details": {},
  120. "is_admin": 1
  121. }
  122. ]
  123. }
  124. }
Add Comment
Please, Sign In to add comment