Advertisement
harikrista

Untitled

Mar 20th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. data: [
  3. {
  4. notificationId: 41,
  5. notificationDate: "2015-01-22 06:16:15",
  6. notificationType: "Campaign Notification",
  7. notificationTypeId: 1,
  8. firstName: "Amar",
  9. middleName: "",
  10. lastName: "Lamichhane",
  11. facebookId: "10205208815882699",
  12. bloodGroup: "O-",
  13. campaignTitle: "BKT Blood Donation",
  14. campaignLocation: "Lokanthali-9,Kathmandu",
  15. requiredDate: "2014-12-31 00:00:00",
  16. isSeen: "0"
  17. },
  18. {
  19. notificationId: 41,
  20. notificationDate: "2015-01-10 06:16:15",
  21. notificationType: "Campaign Cancellaiton",
  22. notificationTypeId: 2,
  23. firstName: "Amar",
  24. middleName: "",
  25. lastName: "Lamichhane",
  26. facebookId: "10205208815882699",
  27. bloodGroup: "O-",
  28. campaignTitle: "BKT Blood Donation",
  29. campaignLocation: "Lokanthali-9,Kathmandu",
  30. requiredDate: "2014-12-31 00:00:00",
  31. isSeen: "1"
  32. },
  33. {
  34. notificationId: 41,
  35. notificationDate: "2015-01-1 06:16:15",
  36. notificationType: "Eligible for donation",
  37. notificationTypeId: 3,
  38. firstName: "Amar",
  39. middleName: "",
  40. lastName: "Lamichhane",
  41. facebookId: "10205208815882699",
  42. bloodGroup: "O-",
  43. campaignTitle: "BKT Blood Donation",
  44. campaignLocation: "Lokanthali-9,Kathmandu",
  45. requiredDate: "2014-12-31 00:00:00",
  46. isSeen: "1"
  47. },
  48. {
  49. notificationId: 41,
  50. notificationDate: "2015-01-22 06:16:15",
  51. notificationType: "Request from NCRS",
  52. notificationTypeId: 4,
  53. firstName: "Amar",
  54. middleName: "",
  55. lastName: "Lamichhane",
  56. facebookId: "10205208815882699",
  57. bloodGroup: "O-",
  58. campaignTitle: "BKT Blood Donation",
  59. campaignLocation: "Lokanthali-9,Kathmandu",
  60. requiredDate: "2014-12-31 00:00:00",
  61. isSeen: "1"
  62. },
  63. {
  64. notificationId: 41,
  65. notificationDate: "2015-01-22 06:16:15",
  66. notificationType: "Request By Friends",
  67. notificationTypeId: 5,
  68. firstName: "Amar",
  69. middleName: "",
  70. lastName: "Lamichhane",
  71. facebookId: "10205208815882699",
  72. bloodGroup: "O-",
  73. campaignTitle: "BKT Blood Donation",
  74. campaignLocation: "Lokanthali-9,Kathmandu",
  75. requiredDate: "2014-12-31 00:00:00",
  76. isSeen: "1"
  77. },
  78. {
  79. notificationId: 41,
  80. notificationDate: "2015-01-22 06:16:15",
  81. notificationType: "Accepted by friends",
  82. notificationTypeId: 6,
  83. firstName: "Amar",
  84. middleName: "",
  85. lastName: "Lamichhane",
  86. facebookId: "10205208815882699",
  87. bloodGroup: "O-",
  88. campaignTitle: "BKT Blood Donation",
  89. campaignLocation: "Lokanthali-9,Kathmandu",
  90. requiredDate: "2014-12-31 00:00:00",
  91. isSeen: "0"
  92. },
  93. {
  94. notificationId: 41,
  95. notificationDate: "2015-01-22 06:16:15",
  96. notificationType: "Donated by friend",
  97. notificationTypeId: 7,
  98. firstName: "Amar",
  99. middleName: "",
  100. lastName: "Lamichhane",
  101. facebookId: "10205208815882699",
  102. bloodGroup: "O-",
  103. campaignTitle: "BKT Blood Donation",
  104. campaignLocation: "Lokanthali-9,Kathmandu",
  105. requiredDate: "2014-12-31 00:00:00",
  106. isSeen: "1"
  107. },
  108. {
  109. notificationId: 41,
  110. notificationDate: "2015-01-22 06:16:15",
  111. notificationType: "Blood Availability",
  112. notificationTypeId: 8,
  113. firstName: "Amar",
  114. middleName: "",
  115. lastName: "Lamichhane",
  116. facebookId: "10205208815882699",
  117. bloodGroup: "O-",
  118. campaignTitle: "BKT Blood Donation",
  119. campaignLocation: "Lokanthali-9,Kathmandu",
  120. requiredDate: "2014-12-31 00:00:00",
  121. isSeen: "1"
  122. },
  123. {
  124. notificationId: 41,
  125. notificationDate: "2015-01-22 06:16:15",
  126. notificationType: "Got Needed Bloods",
  127. notificationTypeId: 9,
  128. firstName: "Amar",
  129. middleName: "",
  130. lastName: "Lamichhane",
  131. facebookId: "10205208815882699",
  132. bloodGroup: "O-",
  133. campaignTitle: "BKT Blood Donation",
  134. campaignLocation: "Lokanthali-9,Kathmandu",
  135. imgSelfie: "http://wisequacks.org/wp2/wp-content/uploads/2011/04/blood.jpg",
  136. requiredDate: "2014-12-31 00:00:00",
  137. isSeen: "0"
  138. }
  139. ],
  140. status: {
  141. message: "list of notification by user id ",
  142. isSuccess: true,
  143. statusCode: "STATUS_OK"
  144. }
  145. }
  146. data[1].requiredDate+-View sourceoptions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement