listPageRules.json 699 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "success": true,
  3. "errors": [
  4. {}
  5. ],
  6. "messages": [
  7. {}
  8. ],
  9. "result": [
  10. {
  11. "id": "9a7806061c88ada191ed06f989cc3dac",
  12. "targets": [
  13. {
  14. "target": "url",
  15. "constraint": {
  16. "operator": "matches",
  17. "value": "*example.com/images/*"
  18. }
  19. }
  20. ],
  21. "actions": [
  22. {
  23. "id": "always_online",
  24. "value": "on"
  25. }
  26. ],
  27. "priority": 1,
  28. "status": "active",
  29. "modified_on": "2014-01-01T05:20:00.12345Z",
  30. "created_on": "2014-01-01T05:20:00.12345Z"
  31. }
  32. ],
  33. "result_info": {
  34. "page": 1,
  35. "per_page": 20,
  36. "count": 1,
  37. "total_count": 2000
  38. }
  39. }