Guest User

Untitled

a guest
Apr 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "id": "194",
  5. "type": "events",
  6. "links": {
  7. "self": "/events/194"
  8. },
  9. "attributes": {
  10. "date": "2018-04-18",
  11. "from": "17:00",
  12. "to": "17:30"
  13. },
  14. "relationships": {
  15. "opportunity": {
  16. "links": {
  17. "self": "/events/194/relationships/opportunity",
  18. "related": "/events/194/opportunity"
  19. }
  20. }
  21. }
  22. },
  23. {
  24. "id": "188",
  25. "type": "events",
  26. "links": {
  27. "self": "/events/188"
  28. },
  29. "attributes": {
  30. "date": "2018-04-18",
  31. "from": "17:30",
  32. "to": "18:00"
  33. },
  34. "relationships": {
  35. "opportunity": {
  36. "links": {
  37. "self": "/events/188/relationships/opportunity",
  38. "related": "/events/188/opportunity"
  39. }
  40. }
  41. }
  42. },
  43. {
  44. "id": "187",
  45. "type": "events",
  46. "links": {
  47. "self": "/events/187"
  48. },
  49. "attributes": {
  50. "date": "2018-04-18",
  51. "from": "18:00",
  52. "to": "18:30"
  53. },
  54. "relationships": {
  55. "opportunity": {
  56. "links": {
  57. "self": "/events/187/relationships/opportunity",
  58. "related": "/events/187/opportunity"
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "id": "196",
  65. "type": "events",
  66. "links": {
  67. "self": "/events/196"
  68. },
  69. "attributes": {
  70. "date": "2018-04-18",
  71. "from": "19:00",
  72. "to": "19:30"
  73. },
  74. "relationships": {
  75. "opportunity": {
  76. "links": {
  77. "self": "/events/196/relationships/opportunity",
  78. "related": "/events/196/opportunity"
  79. }
  80. }
  81. }
  82. },
  83. {
  84. "id": "186",
  85. "type": "events",
  86. "links": {
  87. "self": "/events/186"
  88. },
  89. "attributes": {
  90. "date": "2018-04-19",
  91. "from": "16:00",
  92. "to": "16:30"
  93. },
  94. "relationships": {
  95. "opportunity": {
  96. "links": {
  97. "self": "/events/186/relationships/opportunity",
  98. "related": "/events/186/opportunity"
  99. }
  100. }
  101. }
  102. },
  103. {
  104. "id": "190",
  105. "type": "events",
  106. "links": {
  107. "self": "/events/190"
  108. },
  109. "attributes": {
  110. "date": "2018-04-19",
  111. "from": "17:00",
  112. "to": "17:30"
  113. },
  114. "relationships": {
  115. "opportunity": {
  116. "links": {
  117. "self": "/events/190/relationships/opportunity",
  118. "related": "/events/190/opportunity"
  119. }
  120. }
  121. }
  122. },
  123. {
  124. "id": "193",
  125. "type": "events",
  126. "links": {
  127. "self": "/events/193"
  128. },
  129. "attributes": {
  130. "date": "2018-04-19",
  131. "from": "18:00",
  132. "to": "18:30"
  133. },
  134. "relationships": {
  135. "opportunity": {
  136. "links": {
  137. "self": "/events/193/relationships/opportunity",
  138. "related": "/events/193/opportunity"
  139. }
  140. }
  141. }
  142. },
  143. {
  144. "id": "195",
  145. "type": "events",
  146. "links": {
  147. "self": "/events/195"
  148. },
  149. "attributes": {
  150. "date": "2018-05-01",
  151. "from": "18:00",
  152. "to": "18:30"
  153. },
  154. "relationships": {
  155. "opportunity": {
  156. "links": {
  157. "self": "/events/195/relationships/opportunity",
  158. "related": "/events/195/opportunity"
  159. }
  160. }
  161. }
  162. }
  163. ],
  164. "meta": {
  165. "total_count": 8
  166. }
  167. }
Add Comment
Please, Sign In to add comment