TeamUsers list_pagination.cassette 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/teams/176692/users?page=3&limit=1",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "team_id": 176692,
  10. "team_users": [
  11. {
  12. "user_id": 35554,
  13. "email": "golosizpru@ya.ru",
  14. "fullname": "Joanne",
  15. "created_at": "2019-04-17 13:39:19 (Etc/UTC)",
  16. "created_at_timestamp": 1555508359,
  17. "role": "member"
  18. }
  19. ]
  20. },
  21. "rawHeaders": [
  22. "Server",
  23. "nginx",
  24. "Date",
  25. "Thu, 20 Jun 2019 16:24:55 GMT",
  26. "Content-Type",
  27. "application/json",
  28. "Transfer-Encoding",
  29. "chunked",
  30. "Connection",
  31. "close",
  32. "Vary",
  33. "Accept-Encoding",
  34. "Set-Cookie",
  35. "PHPSESSID=5ac3347a00ab4403abafa3ade3cf255b; expires=Mon, 19-Aug-2019 16:24:55 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  36. "Expires",
  37. "Thu, 19 Nov 1981 08:52:00 GMT",
  38. "Cache-Control",
  39. "no-store, no-cache, must-revalidate",
  40. "Pragma",
  41. "no-cache",
  42. "X-Pagination-Total-Count",
  43. "11",
  44. "X-Pagination-Page-Count",
  45. "11",
  46. "X-Pagination-Limit",
  47. "1",
  48. "X-Pagination-Page",
  49. "3",
  50. "Pragma",
  51. "no-cache",
  52. "Cache-Control",
  53. "no-store, no-cache",
  54. "Access-Control-Allow-Origin",
  55. "*",
  56. "Access-Control-Allow-Headers",
  57. "Content-Type"
  58. ]
  59. }
  60. ]