Advertisement
NameL3ss

Untitled

Aug 27th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. {
  2. "data":[
  3. {
  4. "id":"1",
  5. "type":"event",
  6. "attributes":{
  7. "id":1,
  8. "event_type":"speed"
  9. },
  10. "relationships":{
  11. "waypoint":{
  12. "data":{
  13. "id":"1",
  14. "type":"waypoint"
  15. }
  16. },
  17. "trip":{
  18. "data":{
  19. "id":"106",
  20. "type":"trip"
  21. }
  22. }
  23. }
  24. },
  25. {
  26. "id":"2",
  27. "type":"event",
  28. "attributes":{
  29. "id":2,
  30. "event_type":"speed"
  31. },
  32. "relationships":{
  33. "waypoint":{
  34. "data":{
  35. "id":"2",
  36. "type":"waypoint"
  37. }
  38. },
  39. "trip":{
  40. "data":{
  41. "id":"106",
  42. "type":"trip"
  43. }
  44. }
  45. }
  46. }
  47. ],
  48. "included":[
  49. {
  50. "id":"1",
  51. "type":"waypoint",
  52. "attributes":{
  53. "id":1,
  54. "latitude":"-23.0",
  55. "longitude":"12.0",
  56. "temperature":3,
  57. "speed":4,
  58. "sent_at":"2020-07-08T18:15:20Z"
  59. },
  60. "relationships":{
  61. "provider":{
  62. "data":{
  63. "id":"105",
  64. "type":"provider"
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "id":"2",
  71. "type":"waypoint",
  72. "attributes":{
  73. "id":2,
  74. "latitude":"-837.0",
  75. "longitude":"223.0",
  76. "temperature":12,
  77. "speed":122,
  78. "sent_at":"2020-07-08T19:59:17Z"
  79. },
  80. "relationships":{
  81. "provider":{
  82. "data":{
  83. "id":"105",
  84. "type":"provider"
  85. }
  86. }
  87. }
  88. }
  89. ],
  90. "meta":{
  91. "total_elements":2,
  92. "total_pages":1,
  93. "current_page":1,
  94. "objects_per_page":25
  95. },
  96. "links":{
  97. "first":"/api/v1/activities/trips?page=1",
  98. "last":"/api/v1/activities/trips?page=1",
  99. "self":"/api/v1/activities/trips?page=1"
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement