Advertisement
NameL3ss

Untitled

Aug 27th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "data":[
  3. {
  4. "id":"1",
  5. "type":"event",
  6. "attributes":{
  7. "id":1,
  8. "event_type":"speed",
  9. "happened_at":"2020-07-08T18:43:12Z"
  10. },
  11. "relationships":{
  12. "waypoint":{
  13. "data":{
  14. "id":"1",
  15. "type":"waypoint"
  16. }
  17. },
  18. "trip":{
  19. "data":{
  20. "id":"106",
  21. "type":"trip"
  22. }
  23. }
  24. }
  25. },
  26. {
  27. "id":"2",
  28. "type":"event",
  29. "attributes":{
  30. "id":2,
  31. "event_type":"temperature",
  32. "happened_at":"2020-07-08T19:59:59Z"
  33. },
  34. "relationships":{
  35. "waypoint":{
  36. "data":{
  37. "id":"2",
  38. "type":"waypoint"
  39. }
  40. },
  41. "trip":{
  42. "data":{
  43. "id":"106",
  44. "type":"trip"
  45. }
  46. }
  47. }
  48. }
  49. ],
  50. "meta":{
  51. "total_elements":2,
  52. "total_pages":1,
  53. "current_page":1,
  54. "objects_per_page":25
  55. },
  56. "links":{
  57. "first":"/api/v1/activities/trips?page=1",
  58. "last":"/api/v1/activities/trips?page=1",
  59. "self":"/api/v1/activities/trips?page=1"
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement