Advertisement
Guest User

Untitled

a guest
May 2nd, 2017
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "creator": {
  5. "dayOfBirth": "1997-04-11T00:00:00Z",
  6. "email": "test12@test.com",
  7. "firstname": "test12",
  8. "friends": [],
  9. "homeLat": 51.924,
  10. "homeLong": 4.478,
  11. "id": 16,
  12. "lastname": "test12",
  13. "searchDistance": 0,
  14. "username": "test12"
  15. },
  16. "dateTime": "2017-02-23T00:00:00Z",
  17. "description": "id test",
  18. "distanceToPerson": 0,
  19. "duration": 2,
  20. "frequency": "daily",
  21. "id": 10,
  22. "locationX": 0,
  23. "locationY": 0,
  24. "name": "Voetballen met testje update",
  25. "participants": [
  26. {
  27. "dayOfBirth": "1990-02-13T00:00:00Z",
  28. "description": "oke",
  29. "email": "pietje@bell.nl",
  30. "firstname": "pietje",
  31. "friends": [],
  32. "homeLat": 432,
  33. "homeLong": 234,
  34. "id": 2,
  35. "lastname": "bell",
  36. "profilePicture": "pietje.png",
  37. "searchDistance": 5,
  38. "username": "pietjuh"
  39. },
  40. {
  41. "dayOfBirth": "1990-02-13T00:00:00Z",
  42. "description": "oke",
  43. "email": "pietje@bell.nl",
  44. "firstname": "pietje",
  45. "friends": [],
  46. "homeLat": 432,
  47. "homeLong": 234,
  48. "id": 2,
  49. "lastname": "bell",
  50. "profilePicture": "pietje.png",
  51. "searchDistance": 5,
  52. "username": "pietjuh"
  53. },
  54. {
  55. "dayOfBirth": "1990-02-13T00:00:00Z",
  56. "description": "oke",
  57. "email": "pietje@bell.nl",
  58. "firstname": "pietje",
  59. "friends": [],
  60. "homeLat": 432,
  61. "homeLong": 234,
  62. "id": 2,
  63. "lastname": "bell",
  64. "profilePicture": "pietje.png",
  65. "searchDistance": 5,
  66. "username": "pietjuh"
  67. },
  68. {
  69. "dayOfBirth": "1990-02-13T00:00:00Z",
  70. "description": "oke",
  71. "email": "pietje@bell.nl",
  72. "firstname": "pietje",
  73. "friends": [],
  74. "homeLat": 432,
  75. "homeLong": 234,
  76. "id": 2,
  77. "lastname": "bell",
  78. "profilePicture": "pietje.png",
  79. "searchDistance": 5,
  80. "username": "pietjuh"
  81. },
  82. {
  83. "dayOfBirth": "1997-07-02T00:00:00Z",
  84. "email": "onni.oululainen@gmail.com",
  85. "firstname": "Onni",
  86. "friends": [],
  87. "homeLat": 65.013,
  88. "homeLong": 25.486,
  89. "id": 144,
  90. "lastname": "Oululainen",
  91. "profilePicture": "",
  92. "searchDistance": 0,
  93. "username": "OnniOululainen"
  94. }
  95. ],
  96. "skilllevel": "beginner",
  97. "subcategory": {
  98. "id": 1,
  99. "name": "soccer",
  100. "ratings": [],
  101. "type": "Models.Subcategory"
  102. },
  103. "tags": [],
  104. "userAmount": 0
  105. }
  106. ],
  107. "status": 200,
  108. "config": {
  109. "method": "GET",
  110. "transformRequest": [
  111. null
  112. ],
  113. "transformResponse": [
  114. null
  115. ],
  116. "jsonpCallbackParam": "callback",
  117. "url": "http://192.81.223.10:8080/Oulu_Backend/webapi/users/joinedactivities/144",
  118. "headers": {
  119. "Accept": "application/json, text/plain, */*",
  120. "Authorization": "Bearer mr65166q03gh"
  121. }
  122. },
  123. "statusText": "OK"
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement