sheena2994

Untitled

May 10th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the notifications!",
  4. "notifications": [
  5. {
  6. "notifications_id": "4",
  7. "user_id": "1",
  8. "firstname": "Ishita",
  9. "lastname": "Sharma",
  10. "album_id": "30",
  11. "stars": "4",
  12. "comment": "Nice style",
  13. "type": "2",
  14. "is_read": "0",
  15. "time_since": "1 hour ago"
  16. },
  17. {
  18. "notifications_id": "5",
  19. "user_id": "1",
  20. "firstname": "Ishita",
  21. "lastname": "Sharma",
  22. "album_id": "30",
  23. "stars": "0",
  24. "comment": "",
  25. "type": "1",
  26. "is_read": "0",
  27. "time_since": "1 hour ago"
  28. },
  29. {
  30. "notifications_id": "6",
  31. "user_id": "9",
  32. "firstname": "Test",
  33. "lastname": "Test",
  34. "album_id": "31",
  35. "stars": "0",
  36. "comment": "",
  37. "type": "1",
  38. "is_read": "0",
  39. "time_since": "39 minutes ago"
  40. },
  41. {
  42. "notifications_id": "7",
  43. "user_id": "9",
  44. "firstname": "Test",
  45. "lastname": "Test",
  46. "album_id": "25",
  47. "stars": "0",
  48. "comment": "",
  49. "type": "1",
  50. "is_read": "0",
  51. "time_since": "39 minutes ago"
  52. },
  53. {
  54. "notifications_id": "8",
  55. "user_id": "9",
  56. "firstname": "Test",
  57. "lastname": "Test",
  58. "album_id": "26",
  59. "stars": "0",
  60. "comment": "",
  61. "type": "1",
  62. "is_read": "0",
  63. "time_since": "39 minutes ago"
  64. },
  65. {
  66. "notifications_id": "9",
  67. "user_id": "9",
  68. "firstname": "Test",
  69. "lastname": "Test",
  70. "album_id": "27",
  71. "stars": "0",
  72. "comment": "",
  73. "type": "1",
  74. "is_read": "0",
  75. "time_since": "38 minutes ago"
  76. },
  77. {
  78. "notifications_id": "10",
  79. "user_id": "9",
  80. "firstname": "Test",
  81. "lastname": "Test",
  82. "album_id": "28",
  83. "stars": "0",
  84. "comment": "",
  85. "type": "1",
  86. "is_read": "0",
  87. "time_since": "38 minutes ago"
  88. },
  89. {
  90. "notifications_id": "11",
  91. "user_id": "9",
  92. "firstname": "Test",
  93. "lastname": "Test",
  94. "album_id": "29",
  95. "stars": "0",
  96. "comment": "",
  97. "type": "1",
  98. "is_read": "0",
  99. "time_since": "38 minutes ago"
  100. },
  101. {
  102. "notifications_id": "12",
  103. "user_id": "9",
  104. "firstname": "Test",
  105. "lastname": "Test",
  106. "album_id": "30",
  107. "stars": "0",
  108. "comment": "",
  109. "type": "1",
  110. "is_read": "0",
  111. "time_since": "38 minutes ago"
  112. },
  113. {
  114. "notifications_id": "13",
  115. "user_id": "9",
  116. "firstname": "Test",
  117. "lastname": "Test",
  118. "album_id": "30",
  119. "stars": "4",
  120. "comment": "Nice style",
  121. "type": "2",
  122. "is_read": "0",
  123. "time_since": "38 minutes ago"
  124. },
  125. {
  126. "notifications_id": "14",
  127. "user_id": "9",
  128. "firstname": "Test",
  129. "lastname": "Test",
  130. "album_id": "25",
  131. "stars": "4",
  132. "comment": "",
  133. "type": "2",
  134. "is_read": "0",
  135. "time_since": "38 minutes ago"
  136. },
  137. {
  138. "notifications_id": "15",
  139. "user_id": "9",
  140. "firstname": "Test",
  141. "lastname": "Test",
  142. "album_id": "26",
  143. "stars": "2",
  144. "comment": "",
  145. "type": "2",
  146. "is_read": "0",
  147. "time_since": "38 minutes ago"
  148. },
  149. {
  150. "notifications_id": "16",
  151. "user_id": "9",
  152. "firstname": "Test",
  153. "lastname": "Test",
  154. "album_id": "27",
  155. "stars": "3",
  156. "comment": "",
  157. "type": "2",
  158. "is_read": "0",
  159. "time_since": "38 minutes ago"
  160. }
  161. ]
  162. }
Add Comment
Please, Sign In to add comment