Teams list.cassette 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/teams",
  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": 707,
  19. "projects": 3,
  20. "mau": 0
  21. },
  22. "quota_allowed": {
  23. "users": 999999999,
  24. "keys": 999999999,
  25. "projects": 999999999,
  26. "mau": 999999999
  27. }
  28. },
  29. {
  30. "team_id": 176692,
  31. "name": "Ilya's Team",
  32. "plan": "Trial",
  33. "created_at": "2018-08-21 15:35:25 (Etc/UTC)",
  34. "created_at_timestamp": 1534865725,
  35. "quota_usage": {
  36. "users": 11,
  37. "keys": 95,
  38. "projects": 11,
  39. "mau": 0
  40. },
  41. "quota_allowed": {
  42. "users": 999999999,
  43. "keys": 999999999,
  44. "projects": 999999999,
  45. "mau": 999999999
  46. }
  47. },
  48. {
  49. "team_id": 170312,
  50. "name": "Lokalise",
  51. "plan": "Trial",
  52. "created_at": "2017-10-17 09:10:00 (Etc/UTC)",
  53. "created_at_timestamp": 1508231400,
  54. "quota_usage": {
  55. "users": 23,
  56. "keys": 6496,
  57. "projects": 18,
  58. "mau": 0
  59. },
  60. "quota_allowed": {
  61. "users": 999999999,
  62. "keys": 999999999,
  63. "projects": 999999999,
  64. "mau": 999999999
  65. }
  66. }
  67. ]
  68. },
  69. "rawHeaders": [
  70. "Server",
  71. "nginx",
  72. "Date",
  73. "Thu, 20 Jun 2019 15:37:32 GMT",
  74. "Content-Type",
  75. "application/json",
  76. "Transfer-Encoding",
  77. "chunked",
  78. "Connection",
  79. "close",
  80. "Vary",
  81. "Accept-Encoding",
  82. "Set-Cookie",
  83. "PHPSESSID=89e614a412e0c4ecc657af059fd6fcdb; expires=Mon, 19-Aug-2019 15:37:32 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  84. "Expires",
  85. "Thu, 19 Nov 1981 08:52:00 GMT",
  86. "Cache-Control",
  87. "no-store, no-cache, must-revalidate",
  88. "Pragma",
  89. "no-cache",
  90. "X-Pagination-Total-Count",
  91. "3",
  92. "X-Pagination-Page-Count",
  93. "1",
  94. "X-Pagination-Limit",
  95. "100",
  96. "X-Pagination-Page",
  97. "1",
  98. "Pragma",
  99. "no-cache",
  100. "Cache-Control",
  101. "no-store, no-cache",
  102. "Access-Control-Allow-Origin",
  103. "*",
  104. "Access-Control-Allow-Headers",
  105. "Content-Type"
  106. ]
  107. }
  108. ]