Orders list_pagination.cassette 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/teams/176692/orders?page=2&limit=1",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "orders": [
  10. {
  11. "order_id": "20190611AC2",
  12. "project_id": "404021655ce68d0f36ad23.02802891",
  13. "card_id": "1774",
  14. "status": "completed",
  15. "created_at": "2019-06-11 17:39:07 (Etc/UTC)",
  16. "created_at_timestamp": 1560274747,
  17. "created_by": 20181,
  18. "created_by_email": "bodrovis@protonmail.com",
  19. "source_language_iso": "en",
  20. "target_language_isos": [
  21. "nl"
  22. ],
  23. "keys": [
  24. 22985548
  25. ],
  26. "source_words": {
  27. "nl": 1
  28. },
  29. "provider_slug": "gengo",
  30. "translation_style": "friendly",
  31. "translation_tier": 1,
  32. "translation_tier_name": "Professional translator",
  33. "briefing": "Nothing specific",
  34. "total": 0.1
  35. }
  36. ]
  37. },
  38. "rawHeaders": [
  39. "Server",
  40. "nginx",
  41. "Date",
  42. "Wed, 19 Jun 2019 16:16:54 GMT",
  43. "Content-Type",
  44. "application/json",
  45. "Transfer-Encoding",
  46. "chunked",
  47. "Connection",
  48. "close",
  49. "Vary",
  50. "Accept-Encoding",
  51. "Set-Cookie",
  52. "PHPSESSID=c891c37bec1f7e7ae923ddf5f32b9cb2; expires=Sun, 18-Aug-2019 16:16:54 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  53. "Expires",
  54. "Thu, 19 Nov 1981 08:52:00 GMT",
  55. "Cache-Control",
  56. "no-store, no-cache, must-revalidate",
  57. "Pragma",
  58. "no-cache",
  59. "X-Pagination-Total-Count",
  60. "2",
  61. "X-Pagination-Page-Count",
  62. "2",
  63. "X-Pagination-Limit",
  64. "1",
  65. "X-Pagination-Page",
  66. "2",
  67. "Pragma",
  68. "no-cache",
  69. "Cache-Control",
  70. "no-store, no-cache",
  71. "Access-Control-Allow-Origin",
  72. "*",
  73. "Access-Control-Allow-Headers",
  74. "Content-Type"
  75. ]
  76. }
  77. ]