Advertisement
Guest User

Untitled

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