Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.25 KB | None | 0 0
  1. {
  2. _links: {
  3. self: {
  4. href: "/api/v2/pipelines",
  5. method: "get"
  6. }
  7. },
  8. _embedded: {
  9. items: {
  10. 1093426: {
  11. id: 1093426,
  12. name: "Воронка",
  13. sort: 1,
  14. is_main: true,
  15. statuses: {
  16. 142: {
  17. id: 142,
  18. name: "завершено",
  19. color: "#CCFF66",
  20. sort: 10000,
  21. is_editable: false
  22. },
  23. 143: {
  24. id: 143,
  25. name: "не реализовано",
  26. color: "#D5D8DB",
  27. sort: 11000,
  28. is_editable: false
  29. },
  30. 19283710: {
  31. id: 19283710,
  32. name: "Первичный контакт",
  33. color: "#99ccff",
  34. sort: 10,
  35. is_editable: true
  36. },
  37. 19283716: {
  38. id: 19283716,
  39. name: "Подписание договора",
  40. color: "#ffcc66",
  41. sort: 50,
  42. is_editable: true
  43. },
  44. 19283719: {
  45. id: 19283719,
  46. name: "оплатили полностью",
  47. color: "#ffcccc",
  48. sort: 70,
  49. is_editable: true
  50. },
  51. 19324615: {
  52. id: 19324615,
  53. name: "ждем анкету",
  54. color: "#99ccff",
  55. sort: 40,
  56. is_editable: true
  57. },
  58. 19324618: {
  59. id: 19324618,
  60. name: "внесли предоплату",
  61. color: "#99ccff",
  62. sort: 60,
  63. is_editable: true
  64. },
  65. 19324621: {
  66. id: 19324621,
  67. name: "в туре",
  68. color: "#99ccff",
  69. sort: 80,
  70. is_editable: true
  71. },
  72. 19432264: {
  73. id: 19432264,
  74. name: "переговоры, разработка тура",
  75. color: "#99ccff",
  76. sort: 20,
  77. is_editable: true
  78. },
  79. 20536552: {
  80. id: 20536552,
  81. name: "взяли паузу для принятия решения",
  82. color: "#99ccff",
  83. sort: 30,
  84. is_editable: true
  85. }
  86. },
  87. _links: {
  88. self: {
  89. href: "/api/v2/pipelines?id=1093426",
  90. method: "get"
  91. }
  92. }
  93. },
  94. 1858453: {
  95. id: 1858453,
  96. name: "Новая",
  97. sort: 2,
  98. is_main: false,
  99. statuses: {
  100. 142: {
  101. id: 142,
  102. name: "Успешно реализовано",
  103. color: "#CCFF66",
  104. sort: 10000,
  105. is_editable: false
  106. },
  107. 143: {
  108. id: 143,
  109. name: "Закрыто и не реализовано",
  110. color: "#D5D8DB",
  111. sort: 11000,
  112. is_editable: false
  113. },
  114. 28546072: {
  115. id: 28546072,
  116. name: "Первичный контакт",
  117. color: "#99ccff",
  118. sort: 20,
  119. is_editable: true
  120. },
  121. 28546075: {
  122. id: 28546075,
  123. name: "Переговоры",
  124. color: "#ffff99",
  125. sort: 30,
  126. is_editable: true
  127. },
  128. 28546078: {
  129. id: 28546078,
  130. name: "Принимают решение",
  131. color: "#ffcc66",
  132. sort: 40,
  133. is_editable: true
  134. }
  135. },
  136. _links: {
  137. self: {
  138. href: "/api/v2/pipelines?id=1858453",
  139. method: "get"
  140. }
  141. }
  142. }
  143. }
  144. }
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement