Teams list_pagination.cassette 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/teams?page=2&limit=1",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "teams": [
  10. {
  11. "team_id": 186612,
  12. "name": "NikaNika",
  13. "plan": "Trial",
  14. "created_at": "2019-04-11 11:12:49 (Etc/UTC)",
  15. "created_at_timestamp": 1554981169,
  16. "quota_usage": {
  17. "users": 2,
  18. "keys": 715,
  19. "projects": 4,
  20. "mau": 0
  21. },
  22. "quota_allowed": {
  23. "users": 999999999,
  24. "keys": 999999999,
  25. "projects": 999999999,
  26. "mau": 999999999
  27. }
  28. }
  29. ]
  30. },
  31. "rawHeaders": [
  32. "Server",
  33. "nginx",
  34. "Date",
  35. "Wed, 14 Jul 2021 11:53:28 GMT",
  36. "Content-Type",
  37. "application/json",
  38. "Transfer-Encoding",
  39. "chunked",
  40. "Connection",
  41. "close",
  42. "Vary",
  43. "Accept-Encoding",
  44. "Cache-Control",
  45. "max-age=0, must-revalidate, no-cache, no-store, private",
  46. "X-Pagination-Total-Count",
  47. "4",
  48. "X-Pagination-Page-Count",
  49. "4",
  50. "X-Pagination-Limit",
  51. "1",
  52. "X-Pagination-Page",
  53. "2",
  54. "pragma",
  55. "no-cache",
  56. "X-Content-Type-Options",
  57. "nosniff",
  58. "X-Frame-Options",
  59. "deny",
  60. "X-XSS-Protection",
  61. "1; mode=block",
  62. "Strict-Transport-Security",
  63. "max-age=31536000",
  64. "Referrer-Policy",
  65. "origin",
  66. "Expires",
  67. "Wed, 14 Jul 2021 11:53:28 GMT",
  68. "Access-Control-Allow-Origin",
  69. "*",
  70. "Access-Control-Allow-Headers",
  71. "Content-Type"
  72. ],
  73. "responseIsBinary": false
  74. }
  75. ]