TranslationStatuses list.cassette 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/projects/803826145ba90b42d5d860.46800099/custom_translation_statuses",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "project_id": "803826145ba90b42d5d860.46800099",
  10. "custom_translation_statuses": [
  11. {
  12. "status_id": 128,
  13. "title": "random",
  14. "color": "#0079bf"
  15. },
  16. {
  17. "status_id": 127,
  18. "title": "tested",
  19. "color": "#61bd4f"
  20. }
  21. ]
  22. },
  23. "rawHeaders": [
  24. "Server",
  25. "nginx",
  26. "Date",
  27. "Thu, 18 Jul 2019 16:39:47 GMT",
  28. "Content-Type",
  29. "application/json",
  30. "Transfer-Encoding",
  31. "chunked",
  32. "Connection",
  33. "close",
  34. "Vary",
  35. "Accept-Encoding",
  36. "Set-Cookie",
  37. "PHPSESSID=4404643f760b1cddfcd159e873c46a14; expires=Mon, 16-Sep-2019 16:39:47 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  38. "Expires",
  39. "Thu, 19 Nov 1981 08:52:00 GMT",
  40. "Cache-Control",
  41. "no-store, no-cache, must-revalidate",
  42. "Pragma",
  43. "no-cache",
  44. "X-Pagination-Total-Count",
  45. "2",
  46. "X-Pagination-Page-Count",
  47. "1",
  48. "X-Pagination-Limit",
  49. "100",
  50. "X-Pagination-Page",
  51. "1",
  52. "Pragma",
  53. "no-cache",
  54. "Cache-Control",
  55. "no-store, no-cache",
  56. "Access-Control-Allow-Origin",
  57. "*",
  58. "Access-Control-Allow-Headers",
  59. "Content-Type"
  60. ]
  61. }
  62. ]