Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "data": {
  3. "id": "sitesScanned",
  4. "type": "metrics",
  5. "attributes": {
  6. "filters": {
  7. "startDate": "2019-01-01",
  8. "endDate": "2019-01-02",
  9. "userIds": [1,2,3],
  10. "companyId": 1,
  11. "otherFiter": "could by anything"
  12. },
  13. "values": [
  14. {
  15. "x": 1,
  16. "y": 200
  17. },
  18. {
  19. "x": 2,
  20. "y": 100
  21. },
  22. {
  23. "x": 3,
  24. "y": 250
  25. },
  26. {
  27. "x": 3,
  28. "y": 225
  29. }
  30. ]
  31. },
  32. "relationships": [
  33. {
  34. "company": {}
  35. }
  36. ]
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement