agent-generator-cli 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (766) hide show
  1. package/README.md +2 -22
  2. package/install-extension.js +89 -0
  3. package/main.js +45 -7
  4. package/package.json +21 -8
  5. package/source/api-data-generators/.idea/api-data-generators.iml +9 -0
  6. package/source/api-data-generators/.idea/misc.xml +6 -0
  7. package/source/api-data-generators/.idea/modules.xml +8 -0
  8. package/source/api-data-generators/.idea/vcs.xml +6 -0
  9. package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +318 -0
  10. package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +32 -0
  11. package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +21 -0
  12. package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +18 -0
  13. package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +39 -0
  14. package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +157 -0
  15. package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +46 -0
  16. package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +16 -0
  17. package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +33 -0
  18. package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +13 -0
  19. package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +91 -0
  20. package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +18 -0
  21. package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +42 -0
  22. package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +92 -0
  23. package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +51 -0
  24. package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +11 -0
  25. package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +41 -0
  26. package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +18 -0
  27. package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +76 -0
  28. package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +51 -0
  29. package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +25 -0
  30. package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +26 -0
  31. package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +18 -0
  32. package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +17 -0
  33. package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +17 -0
  34. package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +21 -0
  35. package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +32 -0
  36. package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +43 -0
  37. package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +631 -0
  38. package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +70 -0
  39. package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +294 -0
  40. package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +58 -0
  41. package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +74 -0
  42. package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +11 -0
  43. package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +24 -0
  44. package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +259 -0
  45. package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +6 -0
  46. package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +14 -0
  47. package/source/api-data-generators/portal/View/test_data_generation_configurations.json +19 -0
  48. package/source/api-data-generators/support/Account/test_data_generation_configurations.json +265 -0
  49. package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +48 -0
  50. package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +47 -0
  51. package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +14 -0
  52. package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +52 -0
  53. package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +33 -0
  54. package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +45 -0
  55. package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +38 -0
  56. package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +50 -0
  57. package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +22 -0
  58. package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +217 -0
  59. package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +30 -0
  60. package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +31 -0
  61. package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +36 -0
  62. package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +32 -0
  63. package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +49 -0
  64. package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +66 -0
  65. package/source/api-data-generators/support/Article/test_data_generation_configurations.json +294 -0
  66. package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +150 -0
  67. package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +238 -0
  68. package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +147 -0
  69. package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +56 -0
  70. package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +397 -0
  71. package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +1123 -0
  72. package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +26 -0
  73. package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +26 -0
  74. package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +49 -0
  75. package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +58 -0
  76. package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +27 -0
  77. package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +20 -0
  78. package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +13 -0
  79. package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +24 -0
  80. package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +29 -0
  81. package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +115 -0
  82. package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +64 -0
  83. package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +288 -0
  84. package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +119 -0
  85. package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +37 -0
  86. package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +26 -0
  87. package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +211 -0
  88. package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +40 -0
  89. package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +32 -0
  90. package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +72 -0
  91. package/source/api-data-generators/support/Call/test_data_generation_configurations.json +247 -0
  92. package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +51 -0
  93. package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +65 -0
  94. package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +77 -0
  95. package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +14 -0
  96. package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +44 -0
  97. package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +35 -0
  98. package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +185 -0
  99. package/source/api-data-generators/support/Common/test_data_generation_configurations.json +43 -0
  100. package/source/api-data-generators/support/Community/test_data_generation_configurations.json +313 -0
  101. package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +16 -0
  102. package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +121 -0
  103. package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +350 -0
  104. package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +16 -0
  105. package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +19 -0
  106. package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +509 -0
  107. package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +32 -0
  108. package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +63 -0
  109. package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +370 -0
  110. package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +44 -0
  111. package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +47 -0
  112. package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +52 -0
  113. package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +11 -0
  114. package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +45 -0
  115. package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +184 -0
  116. package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +30 -0
  117. package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +93 -0
  118. package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +19 -0
  119. package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +202 -0
  120. package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +56 -0
  121. package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +334 -0
  122. package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +113 -0
  123. package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +68 -0
  124. package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +16 -0
  125. package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +270 -0
  126. package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +70 -0
  127. package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +486 -0
  128. package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +77 -0
  129. package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +305 -0
  130. package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +126 -0
  131. package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +205 -0
  132. package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +90 -0
  133. package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +33 -0
  134. package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +228 -0
  135. package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +44 -0
  136. package/source/api-data-generators/support/Department/test_data_generation_configurations.json +156 -0
  137. package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +50 -0
  138. package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +17 -0
  139. package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +37 -0
  140. package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +45 -0
  141. package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +6 -0
  142. package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +21 -0
  143. package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +106 -0
  144. package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +205 -0
  145. package/source/api-data-generators/support/Event/test_data_generation_configurations.json +196 -0
  146. package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +45 -0
  147. package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +77 -0
  148. package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +14 -0
  149. package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +689 -0
  150. package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +64 -0
  151. package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +61 -0
  152. package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +49 -0
  153. package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +44 -0
  154. package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +108 -0
  155. package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +39 -0
  156. package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +54 -0
  157. package/source/api-data-generators/support/Field/test_data_generation_configurations.json +1031 -0
  158. package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +564 -0
  159. package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +36 -0
  160. package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +180 -0
  161. package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +60 -0
  162. package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +26 -0
  163. package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +240 -0
  164. package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +16 -0
  165. package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +216 -0
  166. package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +168 -0
  167. package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +29 -0
  168. package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +98 -0
  169. package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +11 -0
  170. package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +93 -0
  171. package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +34 -0
  172. package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +18 -0
  173. package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +25 -0
  174. package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +65 -0
  175. package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +155 -0
  176. package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +92 -0
  177. package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +22 -0
  178. package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +19 -0
  179. package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +143 -0
  180. package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +39 -0
  181. package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +312 -0
  182. package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +35 -0
  183. package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +16 -0
  184. package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +32 -0
  185. package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +297 -0
  186. package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +38 -0
  187. package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +56 -0
  188. package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +149 -0
  189. package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +77 -0
  190. package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +52 -0
  191. package/source/api-data-generators/support/Import/test_data_generation_configurations.json +229 -0
  192. package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +16 -0
  193. package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +90 -0
  194. package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +25 -0
  195. package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +66 -0
  196. package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +49 -0
  197. package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +23 -0
  198. package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +131 -0
  199. package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +214 -0
  200. package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +30 -0
  201. package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +173 -0
  202. package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +21 -0
  203. package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +93 -0
  204. package/source/api-data-generators/support/Label/test_data_generation_configurations.json +103 -0
  205. package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +503 -0
  206. package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +19 -0
  207. package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +334 -0
  208. package/source/api-data-generators/support/License/test_data_generation_configurations.json +60 -0
  209. package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +72 -0
  210. package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +34 -0
  211. package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +184 -0
  212. package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +32 -0
  213. package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +38 -0
  214. package/source/api-data-generators/support/Message/test_data_generation_configurations.json +38 -0
  215. package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +50 -0
  216. package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +16 -0
  217. package/source/api-data-generators/support/Module/test_data_generation_configurations.json +96 -0
  218. package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +26 -0
  219. package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +19 -0
  220. package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +20 -0
  221. package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +27 -0
  222. package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +19 -0
  223. package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +29 -0
  224. package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +79 -0
  225. package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +109 -0
  226. package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +66 -0
  227. package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +113 -0
  228. package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +28 -0
  229. package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +17 -0
  230. package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +54 -0
  231. package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +54 -0
  232. package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +77 -0
  233. package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +14 -0
  234. package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +32 -0
  235. package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +66 -0
  236. package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +64 -0
  237. package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +32 -0
  238. package/source/api-data-generators/support/Product/test_data_generation_configurations.json +196 -0
  239. package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +48 -0
  240. package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +59 -0
  241. package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +37 -0
  242. package/source/api-data-generators/support/Records/test_data_generation_configurations.json +239 -0
  243. package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +52 -0
  244. package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +52 -0
  245. package/source/api-data-generators/support/Report/test_data_generation_configurations.json +538 -0
  246. package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +28 -0
  247. package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +100 -0
  248. package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +29 -0
  249. package/source/api-data-generators/support/Role/test_data_generation_configurations.json +84 -0
  250. package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +58 -0
  251. package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +50 -0
  252. package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +29 -0
  253. package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +22 -0
  254. package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +42 -0
  255. package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +92 -0
  256. package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +46 -0
  257. package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +50 -0
  258. package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +22 -0
  259. package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +203 -0
  260. package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +172 -0
  261. package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +182 -0
  262. package/source/api-data-generators/support/Search/test_data_generation_configurations.json +636 -0
  263. package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +32 -0
  264. package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +32 -0
  265. package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +62 -0
  266. package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +24 -0
  267. package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +164 -0
  268. package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +21 -0
  269. package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +60 -0
  270. package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +51 -0
  271. package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +40 -0
  272. package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +47 -0
  273. package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +22 -0
  274. package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +223 -0
  275. package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +22 -0
  276. package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +76 -0
  277. package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +104 -0
  278. package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +43 -0
  279. package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +65 -0
  280. package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +29 -0
  281. package/source/api-data-generators/support/Target/test_data_generation_configurations.json +97 -0
  282. package/source/api-data-generators/support/Task/test_data_generation_configurations.json +219 -0
  283. package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +42 -0
  284. package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +45 -0
  285. package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +87 -0
  286. package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +27 -0
  287. package/source/api-data-generators/support/Team/test_data_generation_configurations.json +115 -0
  288. package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +72 -0
  289. package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +383 -0
  290. package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +694 -0
  291. package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +66 -0
  292. package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +58 -0
  293. package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +82 -0
  294. package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +43 -0
  295. package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +65 -0
  296. package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +16 -0
  297. package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +99 -0
  298. package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +475 -0
  299. package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +110 -0
  300. package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +48 -0
  301. package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +91 -0
  302. package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +46 -0
  303. package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +68 -0
  304. package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +54 -0
  305. package/source/api-data-generators/support/User/test_data_generation_configurations.json +100 -0
  306. package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +49 -0
  307. package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +19 -0
  308. package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +19 -0
  309. package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +321 -0
  310. package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +501 -0
  311. package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +166 -0
  312. package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +26 -0
  313. package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +38 -0
  314. package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +22 -0
  315. package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +19 -0
  316. package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +22 -0
  317. package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +33 -0
  318. package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +71 -0
  319. package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +859 -0
  320. package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +26 -0
  321. package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +652 -0
  322. package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +21 -0
  323. package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +50 -0
  324. package/source/openapi-specifications/v1.0/common/Common.json +587 -0
  325. package/source/openapi-specifications/v1.0/portal/Account.json +183 -0
  326. package/source/openapi-specifications/v1.0/portal/ArticleComment.json +1103 -0
  327. package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +133 -0
  328. package/source/openapi-specifications/v1.0/portal/AsapMobile.json +712 -0
  329. package/source/openapi-specifications/v1.0/portal/AsapWeb.json +91 -0
  330. package/source/openapi-specifications/v1.0/portal/Attachment.json +122 -0
  331. package/source/openapi-specifications/v1.0/portal/Captcha.json +334 -0
  332. package/source/openapi-specifications/v1.0/portal/Category.json +1061 -0
  333. package/source/openapi-specifications/v1.0/portal/Comment.json +1546 -0
  334. package/source/openapi-specifications/v1.0/portal/Community.json +235 -0
  335. package/source/openapi-specifications/v1.0/portal/CommunityUser.json +296 -0
  336. package/source/openapi-specifications/v1.0/portal/Contact.json +536 -0
  337. package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +163 -0
  338. package/source/openapi-specifications/v1.0/portal/Department.json +246 -0
  339. package/source/openapi-specifications/v1.0/portal/Extension.json +1122 -0
  340. package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +96 -0
  341. package/source/openapi-specifications/v1.0/portal/Field.json +1239 -0
  342. package/source/openapi-specifications/v1.0/portal/FileExport.json +313 -0
  343. package/source/openapi-specifications/v1.0/portal/Followers.json +802 -0
  344. package/source/openapi-specifications/v1.0/portal/Gamification.json +819 -0
  345. package/source/openapi-specifications/v1.0/portal/HashTags.json +61 -0
  346. package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +605 -0
  347. package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +148 -0
  348. package/source/openapi-specifications/v1.0/portal/Helpcenter.json +920 -0
  349. package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +118 -0
  350. package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +184 -0
  351. package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +70 -0
  352. package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +1310 -0
  353. package/source/openapi-specifications/v1.0/portal/KbCategory.json +1525 -0
  354. package/source/openapi-specifications/v1.0/portal/KbSection.json +515 -0
  355. package/source/openapi-specifications/v1.0/portal/Label.json +172 -0
  356. package/source/openapi-specifications/v1.0/portal/Layout.json +303 -0
  357. package/source/openapi-specifications/v1.0/portal/LayoutRules.json +375 -0
  358. package/source/openapi-specifications/v1.0/portal/Mentions.json +580 -0
  359. package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +699 -0
  360. package/source/openapi-specifications/v1.0/portal/Permalink.json +265 -0
  361. package/source/openapi-specifications/v1.0/portal/Placeholders.json +57 -0
  362. package/source/openapi-specifications/v1.0/portal/Product.json +401 -0
  363. package/source/openapi-specifications/v1.0/portal/Solution.json +3766 -0
  364. package/source/openapi-specifications/v1.0/portal/Thread.json +821 -0
  365. package/source/openapi-specifications/v1.0/portal/Ticket.json +2636 -0
  366. package/source/openapi-specifications/v1.0/portal/TicketComment.json +822 -0
  367. package/source/openapi-specifications/v1.0/portal/TicketCount.json +336 -0
  368. package/source/openapi-specifications/v1.0/portal/TicketExport.json +609 -0
  369. package/source/openapi-specifications/v1.0/portal/TicketField.json +358 -0
  370. package/source/openapi-specifications/v1.0/portal/TicketForm.json +517 -0
  371. package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +155 -0
  372. package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +409 -0
  373. package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +175 -0
  374. package/source/openapi-specifications/v1.0/portal/Topic.json +4079 -0
  375. package/source/openapi-specifications/v1.0/portal/Translation.json +174 -0
  376. package/source/openapi-specifications/v1.0/portal/Upload.json +156 -0
  377. package/source/openapi-specifications/v1.0/portal/ValidationRules.json +309 -0
  378. package/source/openapi-specifications/v1.0/portal/View.json +353 -0
  379. package/source/openapi-specifications/v1.0/portal/Widget.json +218 -0
  380. package/source/openapi-specifications/v1.0/support/AEAdminTool.json +354 -0
  381. package/source/openapi-specifications/v1.0/support/Account.json +3206 -0
  382. package/source/openapi-specifications/v1.0/support/AccountAttachment.json +484 -0
  383. package/source/openapi-specifications/v1.0/support/AccountComments.json +794 -0
  384. package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +227 -0
  385. package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +578 -0
  386. package/source/openapi-specifications/v1.0/support/AccountFollowers.json +350 -0
  387. package/source/openapi-specifications/v1.0/support/AccountSla.json +341 -0
  388. package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +1152 -0
  389. package/source/openapi-specifications/v1.0/support/ActiveCalls.json +573 -0
  390. package/source/openapi-specifications/v1.0/support/Activity.json +1400 -0
  391. package/source/openapi-specifications/v1.0/support/Actor.json +88 -0
  392. package/source/openapi-specifications/v1.0/support/ActorsAPI.json +304 -0
  393. package/source/openapi-specifications/v1.0/support/AdminTool.json +489 -0
  394. package/source/openapi-specifications/v1.0/support/Agent.json +6685 -0
  395. package/source/openapi-specifications/v1.0/support/AgentPresence.json +567 -0
  396. package/source/openapi-specifications/v1.0/support/AgentRoom.json +1997 -0
  397. package/source/openapi-specifications/v1.0/support/AgentSignatures.json +359 -0
  398. package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +1402 -0
  399. package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +510 -0
  400. package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +1189 -0
  401. package/source/openapi-specifications/v1.0/support/ApiDashboard.json +543 -0
  402. package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +155 -0
  403. package/source/openapi-specifications/v1.0/support/ArchivedView.json +469 -0
  404. package/source/openapi-specifications/v1.0/support/Article.json +5060 -0
  405. package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +544 -0
  406. package/source/openapi-specifications/v1.0/support/ArticleComment.json +1929 -0
  407. package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +56 -0
  408. package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +1314 -0
  409. package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +513 -0
  410. package/source/openapi-specifications/v1.0/support/ArticleHistory.json +2510 -0
  411. package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +3053 -0
  412. package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +7530 -0
  413. package/source/openapi-specifications/v1.0/support/ArticleVersion.json +184 -0
  414. package/source/openapi-specifications/v1.0/support/ArticleViews.json +564 -0
  415. package/source/openapi-specifications/v1.0/support/Asap.json +1525 -0
  416. package/source/openapi-specifications/v1.0/support/AsapModule.json +246 -0
  417. package/source/openapi-specifications/v1.0/support/AsapStatus.json +199 -0
  418. package/source/openapi-specifications/v1.0/support/AssistInteg.json +613 -0
  419. package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +786 -0
  420. package/source/openapi-specifications/v1.0/support/AuditLog.json +1122 -0
  421. package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +702 -0
  422. package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +868 -0
  423. package/source/openapi-specifications/v1.0/support/AutomationEngine.json +1181 -0
  424. package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +207 -0
  425. package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +809 -0
  426. package/source/openapi-specifications/v1.0/support/AutomationTask.json +1054 -0
  427. package/source/openapi-specifications/v1.0/support/Backup.json +2845 -0
  428. package/source/openapi-specifications/v1.0/support/Badge.json +544 -0
  429. package/source/openapi-specifications/v1.0/support/Bot.json +2103 -0
  430. package/source/openapi-specifications/v1.0/support/BotInference.json +1071 -0
  431. package/source/openapi-specifications/v1.0/support/BotResources.json +175 -0
  432. package/source/openapi-specifications/v1.0/support/BotStaticResources.json +541 -0
  433. package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +63 -0
  434. package/source/openapi-specifications/v1.0/support/Bots.json +58 -0
  435. package/source/openapi-specifications/v1.0/support/BugInteg.json +481 -0
  436. package/source/openapi-specifications/v1.0/support/BulkAction.json +150 -0
  437. package/source/openapi-specifications/v1.0/support/BulkImport.json +2845 -0
  438. package/source/openapi-specifications/v1.0/support/BulkUpdate.json +743 -0
  439. package/source/openapi-specifications/v1.0/support/BulkWrite.json +678 -0
  440. package/source/openapi-specifications/v1.0/support/BusinessHour.json +1344 -0
  441. package/source/openapi-specifications/v1.0/support/Call.json +3839 -0
  442. package/source/openapi-specifications/v1.0/support/CallComments.json +721 -0
  443. package/source/openapi-specifications/v1.0/support/CallHistory.json +936 -0
  444. package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +1745 -0
  445. package/source/openapi-specifications/v1.0/support/CallTimer.json +285 -0
  446. package/source/openapi-specifications/v1.0/support/Channel.json +730 -0
  447. package/source/openapi-specifications/v1.0/support/Chart.json +422 -0
  448. package/source/openapi-specifications/v1.0/support/ChatTicket.json +553 -0
  449. package/source/openapi-specifications/v1.0/support/ClientAction.json +1834 -0
  450. package/source/openapi-specifications/v1.0/support/ClientEvent.json +780 -0
  451. package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +1123 -0
  452. package/source/openapi-specifications/v1.0/support/CloudAttachment.json +528 -0
  453. package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +44 -0
  454. package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +94 -0
  455. package/source/openapi-specifications/v1.0/support/Community.json +2545 -0
  456. package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +249 -0
  457. package/source/openapi-specifications/v1.0/support/CommunityCategory.json +1896 -0
  458. package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +145 -0
  459. package/source/openapi-specifications/v1.0/support/CommunityComment.json +2492 -0
  460. package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +129 -0
  461. package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +343 -0
  462. package/source/openapi-specifications/v1.0/support/CommunitySearch.json +78 -0
  463. package/source/openapi-specifications/v1.0/support/CommunityTopic.json +6005 -0
  464. package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +310 -0
  465. package/source/openapi-specifications/v1.0/support/CommunityUser.json +822 -0
  466. package/source/openapi-specifications/v1.0/support/Composite.json +414 -0
  467. package/source/openapi-specifications/v1.0/support/Contact.json +4691 -0
  468. package/source/openapi-specifications/v1.0/support/ContactAttachment.json +484 -0
  469. package/source/openapi-specifications/v1.0/support/ContactComments.json +769 -0
  470. package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +683 -0
  471. package/source/openapi-specifications/v1.0/support/ContactFollowers.json +350 -0
  472. package/source/openapi-specifications/v1.0/support/ContactProfile.json +195 -0
  473. package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +1157 -0
  474. package/source/openapi-specifications/v1.0/support/Contract.json +2877 -0
  475. package/source/openapi-specifications/v1.0/support/ContractAttachment.json +307 -0
  476. package/source/openapi-specifications/v1.0/support/Conversation.json +570 -0
  477. package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +5279 -0
  478. package/source/openapi-specifications/v1.0/support/CreditCycle.json +124 -0
  479. package/source/openapi-specifications/v1.0/support/Criteria.json +1014 -0
  480. package/source/openapi-specifications/v1.0/support/CriteriaValue.json +50 -0
  481. package/source/openapi-specifications/v1.0/support/CrmInteg.json +5938 -0
  482. package/source/openapi-specifications/v1.0/support/CustomAction.json +2106 -0
  483. package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +1327 -0
  484. package/source/openapi-specifications/v1.0/support/CustomButton.json +1898 -0
  485. package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +883 -0
  486. package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +329 -0
  487. package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +317 -0
  488. package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +379 -0
  489. package/source/openapi-specifications/v1.0/support/CustomFunctions.json +3457 -0
  490. package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +81 -0
  491. package/source/openapi-specifications/v1.0/support/CustomTheme.json +7391 -0
  492. package/source/openapi-specifications/v1.0/support/CustomView.json +3478 -0
  493. package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +464 -0
  494. package/source/openapi-specifications/v1.0/support/DBThrottle.json +334 -0
  495. package/source/openapi-specifications/v1.0/support/DashboardComponent.json +1163 -0
  496. package/source/openapi-specifications/v1.0/support/DashboardFolder.json +1258 -0
  497. package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +2310 -0
  498. package/source/openapi-specifications/v1.0/support/Dashboards.json +1219 -0
  499. package/source/openapi-specifications/v1.0/support/DataChips.json +477 -0
  500. package/source/openapi-specifications/v1.0/support/DataImport.json +1099 -0
  501. package/source/openapi-specifications/v1.0/support/DataSync.json +1246 -0
  502. package/source/openapi-specifications/v1.0/support/DatasetEntry.json +153 -0
  503. package/source/openapi-specifications/v1.0/support/Department.json +1971 -0
  504. package/source/openapi-specifications/v1.0/support/DependencyMappings.json +656 -0
  505. package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +232 -0
  506. package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +722 -0
  507. package/source/openapi-specifications/v1.0/support/DisplayEntity.json +91 -0
  508. package/source/openapi-specifications/v1.0/support/DomainMapping.json +1143 -0
  509. package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +306 -0
  510. package/source/openapi-specifications/v1.0/support/EmailTemplates.json +1491 -0
  511. package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +572 -0
  512. package/source/openapi-specifications/v1.0/support/Event.json +3607 -0
  513. package/source/openapi-specifications/v1.0/support/EventComments.json +737 -0
  514. package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +1520 -0
  515. package/source/openapi-specifications/v1.0/support/EventTimer.json +285 -0
  516. package/source/openapi-specifications/v1.0/support/Expression.json +43 -0
  517. package/source/openapi-specifications/v1.0/support/Extension.json +7152 -0
  518. package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +129 -0
  519. package/source/openapi-specifications/v1.0/support/FAQ.json +142 -0
  520. package/source/openapi-specifications/v1.0/support/FAQTranslation.json +178 -0
  521. package/source/openapi-specifications/v1.0/support/FbManager.json +1147 -0
  522. package/source/openapi-specifications/v1.0/support/Feature.json +691 -0
  523. package/source/openapi-specifications/v1.0/support/FeatureFile.json +435 -0
  524. package/source/openapi-specifications/v1.0/support/FeatureFolder.json +576 -0
  525. package/source/openapi-specifications/v1.0/support/FeaturePermission.json +492 -0
  526. package/source/openapi-specifications/v1.0/support/FederatedLogin.json +318 -0
  527. package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +198 -0
  528. package/source/openapi-specifications/v1.0/support/Field.json +7493 -0
  529. package/source/openapi-specifications/v1.0/support/FieldDetails.json +139 -0
  530. package/source/openapi-specifications/v1.0/support/FieldPermissions.json +113 -0
  531. package/source/openapi-specifications/v1.0/support/FieldPrediction.json +3831 -0
  532. package/source/openapi-specifications/v1.0/support/FileExport.json +324 -0
  533. package/source/openapi-specifications/v1.0/support/Finance.json +4290 -0
  534. package/source/openapi-specifications/v1.0/support/Followers.json +875 -0
  535. package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +47 -0
  536. package/source/openapi-specifications/v1.0/support/GC_Bots.json +138 -0
  537. package/source/openapi-specifications/v1.0/support/GC_Guide.json +1536 -0
  538. package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +58 -0
  539. package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +79 -0
  540. package/source/openapi-specifications/v1.0/support/GC_Guides.json +89 -0
  541. package/source/openapi-specifications/v1.0/support/GC_Info.json +208 -0
  542. package/source/openapi-specifications/v1.0/support/GC_Status.json +69 -0
  543. package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +79 -0
  544. package/source/openapi-specifications/v1.0/support/GenericAction.json +1888 -0
  545. package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +1050 -0
  546. package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +1715 -0
  547. package/source/openapi-specifications/v1.0/support/GoogleChat.json +650 -0
  548. package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +44 -0
  549. package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +900 -0
  550. package/source/openapi-specifications/v1.0/support/Helpcenter.json +1212 -0
  551. package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +331 -0
  552. package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +1496 -0
  553. package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +504 -0
  554. package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +208 -0
  555. package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +64 -0
  556. package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +211 -0
  557. package/source/openapi-specifications/v1.0/support/HolidayList.json +731 -0
  558. package/source/openapi-specifications/v1.0/support/IMAPAddress.json +1091 -0
  559. package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +1357 -0
  560. package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +169 -0
  561. package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +624 -0
  562. package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +597 -0
  563. package/source/openapi-specifications/v1.0/support/IM_AddOn.json +841 -0
  564. package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +64 -0
  565. package/source/openapi-specifications/v1.0/support/IM_Bot.json +1007 -0
  566. package/source/openapi-specifications/v1.0/support/IM_BotService.json +357 -0
  567. package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +323 -0
  568. package/source/openapi-specifications/v1.0/support/IM_Channel.json +2849 -0
  569. package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +502 -0
  570. package/source/openapi-specifications/v1.0/support/IM_Contact.json +165 -0
  571. package/source/openapi-specifications/v1.0/support/IM_Efc.json +188 -0
  572. package/source/openapi-specifications/v1.0/support/IM_Integration.json +1269 -0
  573. package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +454 -0
  574. package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +625 -0
  575. package/source/openapi-specifications/v1.0/support/IM_License.json +225 -0
  576. package/source/openapi-specifications/v1.0/support/IM_Message.json +1371 -0
  577. package/source/openapi-specifications/v1.0/support/IM_Metrics.json +462 -0
  578. package/source/openapi-specifications/v1.0/support/IM_Search.json +547 -0
  579. package/source/openapi-specifications/v1.0/support/IM_Session.json +1397 -0
  580. package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +142 -0
  581. package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +83 -0
  582. package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +86 -0
  583. package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +73 -0
  584. package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +435 -0
  585. package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +202 -0
  586. package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +193 -0
  587. package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +489 -0
  588. package/source/openapi-specifications/v1.0/support/Import.json +1844 -0
  589. package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +395 -0
  590. package/source/openapi-specifications/v1.0/support/Inference.json +307 -0
  591. package/source/openapi-specifications/v1.0/support/InlineImage.json +97 -0
  592. package/source/openapi-specifications/v1.0/support/IntegModule.json +938 -0
  593. package/source/openapi-specifications/v1.0/support/Integrations.json +1264 -0
  594. package/source/openapi-specifications/v1.0/support/InteractiveTours.json +539 -0
  595. package/source/openapi-specifications/v1.0/support/JWT.json +535 -0
  596. package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +208 -0
  597. package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +241 -0
  598. package/source/openapi-specifications/v1.0/support/KBPreference.json +323 -0
  599. package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +2316 -0
  600. package/source/openapi-specifications/v1.0/support/KBRootCategory.json +2839 -0
  601. package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +570 -0
  602. package/source/openapi-specifications/v1.0/support/KBSection.json +1941 -0
  603. package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +169 -0
  604. package/source/openapi-specifications/v1.0/support/KPIWidget.json +206 -0
  605. package/source/openapi-specifications/v1.0/support/KbBot.json +511 -0
  606. package/source/openapi-specifications/v1.0/support/KbCategory.json +1618 -0
  607. package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +124 -0
  608. package/source/openapi-specifications/v1.0/support/Label.json +1251 -0
  609. package/source/openapi-specifications/v1.0/support/Layout.json +8042 -0
  610. package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +491 -0
  611. package/source/openapi-specifications/v1.0/support/LayoutRules.json +1422 -0
  612. package/source/openapi-specifications/v1.0/support/LensInteg.json +86 -0
  613. package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +548 -0
  614. package/source/openapi-specifications/v1.0/support/LicenseInfo.json +1231 -0
  615. package/source/openapi-specifications/v1.0/support/LicenseTool.json +165 -0
  616. package/source/openapi-specifications/v1.0/support/Livecall.json +954 -0
  617. package/source/openapi-specifications/v1.0/support/LookupRecord.json +174 -0
  618. package/source/openapi-specifications/v1.0/support/Macros.json +1960 -0
  619. package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +1263 -0
  620. package/source/openapi-specifications/v1.0/support/MassAction.json +1151 -0
  621. package/source/openapi-specifications/v1.0/support/MassActionError.json +55 -0
  622. package/source/openapi-specifications/v1.0/support/MassActionResponse.json +89 -0
  623. package/source/openapi-specifications/v1.0/support/Mentions.json +491 -0
  624. package/source/openapi-specifications/v1.0/support/Message.json +685 -0
  625. package/source/openapi-specifications/v1.0/support/Microsoft.json +887 -0
  626. package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +574 -0
  627. package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +903 -0
  628. package/source/openapi-specifications/v1.0/support/Misc.json +214 -0
  629. package/source/openapi-specifications/v1.0/support/Module.json +1625 -0
  630. package/source/openapi-specifications/v1.0/support/NewCriteria.json +1863 -0
  631. package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +204 -0
  632. package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +150 -0
  633. package/source/openapi-specifications/v1.0/support/NotificationRules.json +441 -0
  634. package/source/openapi-specifications/v1.0/support/OEmbedData.json +233 -0
  635. package/source/openapi-specifications/v1.0/support/Onboarding.json +282 -0
  636. package/source/openapi-specifications/v1.0/support/Organization.json +1391 -0
  637. package/source/openapi-specifications/v1.0/support/PBGroup.json +634 -0
  638. package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +433 -0
  639. package/source/openapi-specifications/v1.0/support/PBPlatform.json +1447 -0
  640. package/source/openapi-specifications/v1.0/support/PBX.json +550 -0
  641. package/source/openapi-specifications/v1.0/support/PBXConfig.json +219 -0
  642. package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +443 -0
  643. package/source/openapi-specifications/v1.0/support/PBXPreference.json +314 -0
  644. package/source/openapi-specifications/v1.0/support/PageSense.json +1505 -0
  645. package/source/openapi-specifications/v1.0/support/PendingApproval.json +279 -0
  646. package/source/openapi-specifications/v1.0/support/Permalink.json +393 -0
  647. package/source/openapi-specifications/v1.0/support/PhoneAgents.json +1014 -0
  648. package/source/openapi-specifications/v1.0/support/PhoneMenu.json +118 -0
  649. package/source/openapi-specifications/v1.0/support/PinnedConversation.json +1115 -0
  650. package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +232 -0
  651. package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +499 -0
  652. package/source/openapi-specifications/v1.0/support/Product.json +1861 -0
  653. package/source/openapi-specifications/v1.0/support/ProductAttachment.json +485 -0
  654. package/source/openapi-specifications/v1.0/support/Profile.json +4236 -0
  655. package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +989 -0
  656. package/source/openapi-specifications/v1.0/support/QueryStore.json +238 -0
  657. package/source/openapi-specifications/v1.0/support/QueueView.json +335 -0
  658. package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +1204 -0
  659. package/source/openapi-specifications/v1.0/support/Records.json +1509 -0
  660. package/source/openapi-specifications/v1.0/support/Recyclebin.json +669 -0
  661. package/source/openapi-specifications/v1.0/support/RemoteAuth.json +401 -0
  662. package/source/openapi-specifications/v1.0/support/Report.json +6491 -0
  663. package/source/openapi-specifications/v1.0/support/ReportChart.json +254 -0
  664. package/source/openapi-specifications/v1.0/support/ReportFolder.json +1076 -0
  665. package/source/openapi-specifications/v1.0/support/ReportIntegration.json +202 -0
  666. package/source/openapi-specifications/v1.0/support/RequestFlags.json +358 -0
  667. package/source/openapi-specifications/v1.0/support/Resources.json +335 -0
  668. package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +128 -0
  669. package/source/openapi-specifications/v1.0/support/Role.json +996 -0
  670. package/source/openapi-specifications/v1.0/support/RoundRobin.json +796 -0
  671. package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +381 -0
  672. package/source/openapi-specifications/v1.0/support/RoutingPreference.json +615 -0
  673. package/source/openapi-specifications/v1.0/support/RuleGroup.json +1630 -0
  674. package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +227 -0
  675. package/source/openapi-specifications/v1.0/support/Saml.json +565 -0
  676. package/source/openapi-specifications/v1.0/support/Sandbox.json +1075 -0
  677. package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +501 -0
  678. package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +428 -0
  679. package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +295 -0
  680. package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +268 -0
  681. package/source/openapi-specifications/v1.0/support/SavedFilters.json +652 -0
  682. package/source/openapi-specifications/v1.0/support/Schedule.json +2077 -0
  683. package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +2271 -0
  684. package/source/openapi-specifications/v1.0/support/Search.json +12600 -0
  685. package/source/openapi-specifications/v1.0/support/SearchInteg.json +2254 -0
  686. package/source/openapi-specifications/v1.0/support/Setup.json +1766 -0
  687. package/source/openapi-specifications/v1.0/support/SharedSnippet.json +1110 -0
  688. package/source/openapi-specifications/v1.0/support/SharingRule.json +287 -0
  689. package/source/openapi-specifications/v1.0/support/Signature.json +354 -0
  690. package/source/openapi-specifications/v1.0/support/Skill.json +2164 -0
  691. package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +269 -0
  692. package/source/openapi-specifications/v1.0/support/SkillType.json +807 -0
  693. package/source/openapi-specifications/v1.0/support/Slack.json +957 -0
  694. package/source/openapi-specifications/v1.0/support/SmsTemplates.json +514 -0
  695. package/source/openapi-specifications/v1.0/support/Snippets.json +918 -0
  696. package/source/openapi-specifications/v1.0/support/SocialBrands.json +427 -0
  697. package/source/openapi-specifications/v1.0/support/SocialInteg.json +336 -0
  698. package/source/openapi-specifications/v1.0/support/SocialPosts.json +2460 -0
  699. package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +337 -0
  700. package/source/openapi-specifications/v1.0/support/StarredTemplates.json +690 -0
  701. package/source/openapi-specifications/v1.0/support/Statistics.json +125 -0
  702. package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +2419 -0
  703. package/source/openapi-specifications/v1.0/support/Supervise.json +774 -0
  704. package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +188 -0
  705. package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +293 -0
  706. package/source/openapi-specifications/v1.0/support/SupportPlan.json +1109 -0
  707. package/source/openapi-specifications/v1.0/support/Tab.json +606 -0
  708. package/source/openapi-specifications/v1.0/support/Target.json +1311 -0
  709. package/source/openapi-specifications/v1.0/support/TargetFunctions.json +130 -0
  710. package/source/openapi-specifications/v1.0/support/Task.json +4006 -0
  711. package/source/openapi-specifications/v1.0/support/TaskAttachment.json +443 -0
  712. package/source/openapi-specifications/v1.0/support/TaskComments.json +706 -0
  713. package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +1756 -0
  714. package/source/openapi-specifications/v1.0/support/TaskTimer.json +441 -0
  715. package/source/openapi-specifications/v1.0/support/Team.json +1383 -0
  716. package/source/openapi-specifications/v1.0/support/TemplateFolders.json +1069 -0
  717. package/source/openapi-specifications/v1.0/support/Theme.json +152 -0
  718. package/source/openapi-specifications/v1.0/support/Thread.json +3545 -0
  719. package/source/openapi-specifications/v1.0/support/Ticket.json +9495 -0
  720. package/source/openapi-specifications/v1.0/support/TicketApprovals.json +855 -0
  721. package/source/openapi-specifications/v1.0/support/TicketAttachment.json +562 -0
  722. package/source/openapi-specifications/v1.0/support/TicketComment.json +1444 -0
  723. package/source/openapi-specifications/v1.0/support/TicketCount.json +690 -0
  724. package/source/openapi-specifications/v1.0/support/TicketFollowers.json +454 -0
  725. package/source/openapi-specifications/v1.0/support/TicketHistory.json +414 -0
  726. package/source/openapi-specifications/v1.0/support/TicketMetrics.json +369 -0
  727. package/source/openapi-specifications/v1.0/support/TicketRealTime.json +178 -0
  728. package/source/openapi-specifications/v1.0/support/TicketTag.json +1513 -0
  729. package/source/openapi-specifications/v1.0/support/TicketTemplate.json +907 -0
  730. package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +1681 -0
  731. package/source/openapi-specifications/v1.0/support/TicketTimer.json +1205 -0
  732. package/source/openapi-specifications/v1.0/support/TimeTracking.json +1212 -0
  733. package/source/openapi-specifications/v1.0/support/TrainingCourses.json +614 -0
  734. package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +163 -0
  735. package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +2772 -0
  736. package/source/openapi-specifications/v1.0/support/Upload.json +620 -0
  737. package/source/openapi-specifications/v1.0/support/User.json +1409 -0
  738. package/source/openapi-specifications/v1.0/support/UserAuthentication.json +617 -0
  739. package/source/openapi-specifications/v1.0/support/UserPresence.json +763 -0
  740. package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +107 -0
  741. package/source/openapi-specifications/v1.0/support/ValidationRules.json +1173 -0
  742. package/source/openapi-specifications/v1.0/support/Webhook.json +1330 -0
  743. package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +132 -0
  744. package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +143 -0
  745. package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +132 -0
  746. package/source/openapi-specifications/v1.0/support/Widget.json +3023 -0
  747. package/source/openapi-specifications/v1.0/support/WmsDomain.json +104 -0
  748. package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +756 -0
  749. package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +989 -0
  750. package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +135 -0
  751. package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +376 -0
  752. package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +159 -0
  753. package/source/openapi-specifications/v1.0/support/ZiaGPT.json +3229 -0
  754. package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +453 -0
  755. package/source/openapi-specifications/v1.0/support/Zwitch.json +1543 -0
  756. package/source/openapi-specifications/v1.0/support/blueprintChartData.json +201 -0
  757. package/source/openapi-specifications/v1.0/support/blueprintConnections.json +75 -0
  758. package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +255 -0
  759. package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +1677 -0
  760. package/source/openapi-specifications/v1.0/support/blueprintStates.json +284 -0
  761. package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +91 -0
  762. package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +1546 -0
  763. package/source/openapi-specifications/v1.0/support/blueprints.json +2992 -0
  764. package/source/openapi-specifications/v1.0/support/errors.json +80 -0
  765. package/source/openapi-specifications/v1.0/support/zlabsnlp.json +416 -0
  766. package/.github/agents/Generators.agent.md +0 -121
@@ -0,0 +1,3545 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Thread",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "tickets",
7
+ "x-module-group" : "tickets"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/tickets/{ticketId}/threads/{threadId}/cloneAttachments" : {
11
+ "post" : {
12
+ "tags" : [ "Thread" ],
13
+ "summary" : "Clone attachments",
14
+ "description" : "This API clones the files attached to a thread.",
15
+ "operationId" : "cloneThreadAttachments",
16
+ "parameters" : [ {
17
+ "$ref" : "#/components/parameters/threadId"
18
+ }, {
19
+ "$ref" : "#/components/parameters/ticketId"
20
+ }, {
21
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
22
+ } ],
23
+ "responses" : {
24
+ "200" : {
25
+ "$ref" : "#/components/responses/clonedAttachmentResponse"
26
+ }
27
+ },
28
+ "security" : [ {
29
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
30
+ }, {
31
+ "iam-oauth2-schema" : [ "Desk.tickets.CREATE" ]
32
+ } ],
33
+ "x-audience" : [ "company-internal" ],
34
+ "x-custom-url-attribute" : {
35
+ "security" : {
36
+ "throttle" : {
37
+ "inline" : [ {
38
+ "scope" : "APPSERVER",
39
+ "rules" : [ {
40
+ "duration" : 60000,
41
+ "lock-period" : 300000,
42
+ "threshold" : 20,
43
+ "hip" : false
44
+ }, {
45
+ "duration" : 3600000,
46
+ "lock-period" : 900000,
47
+ "threshold" : 100,
48
+ "hip" : false
49
+ } ],
50
+ "window" : "ROLLING",
51
+ "key" : "url.path+user.zuid"
52
+ } ]
53
+ },
54
+ "extraparams" : {
55
+ "disable" : true,
56
+ "ignore" : false
57
+ },
58
+ "authentication" : { }
59
+ },
60
+ "clan-group" : "tickets",
61
+ "apihash" : "500205b3cca46b4f369a79c55f9cc3e1",
62
+ "module-group" : "tickets",
63
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.cloneAttachments"
64
+ }
65
+ }
66
+ },
67
+ "/api/v1/tickets/{ticketId}/threads/{threadId}/mailHeaders" : {
68
+ "get" : {
69
+ "tags" : [ "Thread" ],
70
+ "summary" : "Get Mail Headers",
71
+ "description" : "This API gets the headers of a specific mail thread (a conversation received via the Mail Channel) associated with a ticket. The headers include metadata such as Date, From, To, CC, Subject, Message-ID, and more. <br/><br/>_Note_:<br/> This API is only applicable to threads received via the Mail Channel and does not support other channels.",
72
+ "operationId" : "getMailHeaders",
73
+ "parameters" : [ {
74
+ "$ref" : "#/components/parameters/threadId"
75
+ }, {
76
+ "$ref" : "#/components/parameters/ticketId"
77
+ }, {
78
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
79
+ } ],
80
+ "responses" : {
81
+ "422" : {
82
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
83
+ },
84
+ "200" : {
85
+ "$ref" : "#/components/responses/getMailHeadersResponse"
86
+ }
87
+ },
88
+ "security" : [ {
89
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
90
+ }, {
91
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
92
+ } ],
93
+ "x-audience" : [ "company-internal" ],
94
+ "x-custom-url-attribute" : {
95
+ "security" : {
96
+ "throttle" : {
97
+ "policy" : "ReadAPI_Standard_UserPolicy"
98
+ },
99
+ "extraparams" : {
100
+ "disable" : true,
101
+ "ignore" : false
102
+ },
103
+ "authentication" : { }
104
+ },
105
+ "clan-group" : "tickets",
106
+ "apihash" : "8d0ce5761ef4ee107d3fd8ee53b59e66",
107
+ "module-group" : "tickets",
108
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.getMailHeaders"
109
+ }
110
+ }
111
+ },
112
+ "/api/v1/tickets/{ticketId}/draftReply/{threadId}" : {
113
+ "patch" : {
114
+ "tags" : [ "Thread" ],
115
+ "summary" : "Update Draft",
116
+ "description" : "This API updates a draft thread created via the @EMAIL@, @FACEBOOK@, or @FORUM@ channel.",
117
+ "operationId" : "updateDrafts",
118
+ "parameters" : [ {
119
+ "$ref" : "#/components/parameters/threadId"
120
+ }, {
121
+ "$ref" : "#/components/parameters/ticketId"
122
+ }, {
123
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
124
+ } ],
125
+ "requestBody" : {
126
+ "content" : {
127
+ "application/json" : {
128
+ "schema" : {
129
+ "discriminator" : {
130
+ "propertyName" : "channel",
131
+ "mapping" : {
132
+ "EMAIL" : "#/components/schemas/emailThreadSendReply",
133
+ "FACEBOOK" : "#/components/schemas/facebookSendReply",
134
+ "FORUMS" : "#/components/schemas/forumSendReply"
135
+ }
136
+ },
137
+ "oneOf" : [ {
138
+ "$ref" : "#/components/schemas/emailThreadSendReply"
139
+ }, {
140
+ "$ref" : "#/components/schemas/facebookSendReply"
141
+ }, {
142
+ "$ref" : "#/components/schemas/forumSendReply"
143
+ } ]
144
+ }
145
+ }
146
+ }
147
+ },
148
+ "responses" : {
149
+ "422" : {
150
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
151
+ },
152
+ "200" : {
153
+ "description" : "updateDrafts Response definition",
154
+ "content" : {
155
+ "application/json" : {
156
+ "schema" : {
157
+ "discriminator" : {
158
+ "propertyName" : "channel",
159
+ "mapping" : {
160
+ "EMAIL" : "#/components/schemas/emailThreadResponseJson",
161
+ "FACEBOOK" : "#/components/schemas/faceBookThreadResponse",
162
+ "FORUMS" : "#/components/schemas/fourmsThreadResponse"
163
+ }
164
+ },
165
+ "oneOf" : [ {
166
+ "$ref" : "#/components/schemas/emailThreadResponseJson"
167
+ }, {
168
+ "$ref" : "#/components/schemas/faceBookThreadResponse"
169
+ }, {
170
+ "$ref" : "#/components/schemas/fourmsThreadResponse"
171
+ } ]
172
+ }
173
+ }
174
+ }
175
+ }
176
+ },
177
+ "security" : [ {
178
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
179
+ }, {
180
+ "iam-oauth2-schema" : [ "Desk.tickets.UPDATE" ]
181
+ } ],
182
+ "x-audience" : [ "external-public" ],
183
+ "x-custom-url-attribute" : {
184
+ "security" : {
185
+ "throttle" : {
186
+ "policy" : "WriteAPI_Standard_UserPolicy"
187
+ },
188
+ "extraparams" : {
189
+ "disable" : true,
190
+ "ignore" : false
191
+ },
192
+ "authentication" : { }
193
+ },
194
+ "clan-group" : "mail",
195
+ "apihash" : "bce34479ceeb6efeab92dffee987e40c",
196
+ "module-group" : "mail",
197
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.updateDraft"
198
+ }
199
+ }
200
+ },
201
+ "/api/v1/tickets/{requestId}/threads/{threadId}/originalContent" : {
202
+ "get" : {
203
+ "tags" : [ "Thread" ],
204
+ "summary" : "Get Original Mail Content",
205
+ "description" : "This API get the orginal mail content including mail headers",
206
+ "operationId" : "getOriginalMailContent",
207
+ "parameters" : [ {
208
+ "$ref" : "#/components/parameters/threadId"
209
+ }, {
210
+ "name" : "requestId",
211
+ "in" : "path",
212
+ "required" : true,
213
+ "style" : "simple",
214
+ "explode" : false,
215
+ "schema" : {
216
+ "type" : [ "string", "null", "integer" ],
217
+ "format" : "int64",
218
+ "pattern" : "([0-9]+)"
219
+ }
220
+ }, {
221
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
222
+ } ],
223
+ "responses" : {
224
+ "200" : {
225
+ "$ref" : "#/components/responses/getOriginalMailContent"
226
+ }
227
+ },
228
+ "security" : [ {
229
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
230
+ }, {
231
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
232
+ } ],
233
+ "x-audience" : [ "external-public" ],
234
+ "x-custom-url-attribute" : {
235
+ "security" : {
236
+ "throttle" : {
237
+ "policy" : "ReadAPI_Stringent_UserPolicy"
238
+ },
239
+ "extraparams" : {
240
+ "disable" : true,
241
+ "ignore" : false
242
+ },
243
+ "authentication" : { }
244
+ },
245
+ "clan-group" : "tickets",
246
+ "apihash" : "7d38c93fb533d7f3df4a8b3cca0545d2",
247
+ "module-group" : "tickets",
248
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.getOrginalMailContent"
249
+ }
250
+ }
251
+ },
252
+ "/api/v1/tickets/{ticketId}/sendReply" : {
253
+ "post" : {
254
+ "tags" : [ "Thread" ],
255
+ "summary" : "Send Email Reply",
256
+ "description" : "This API sends an email reply. The from address in the email must be a from address configured in your help desk portal.",
257
+ "operationId" : "sendReply",
258
+ "parameters" : [ {
259
+ "$ref" : "#/components/parameters/ticketId"
260
+ }, {
261
+ "$ref" : "#/components/parameters/parentConversationId"
262
+ }, {
263
+ "name" : "impersonatedUserId",
264
+ "in" : "header",
265
+ "required" : false,
266
+ "style" : "simple",
267
+ "explode" : false,
268
+ "schema" : {
269
+ "type" : [ "string", "null", "integer" ],
270
+ "format" : "int64",
271
+ "pattern" : "([0-9]+)"
272
+ }
273
+ }, {
274
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
275
+ } ],
276
+ "requestBody" : {
277
+ "content" : {
278
+ "application/json" : {
279
+ "schema" : {
280
+ "discriminator" : {
281
+ "propertyName" : "channel",
282
+ "mapping" : {
283
+ "EMAIL" : "#/components/schemas/emailThreadSendReply",
284
+ "FACEBOOK" : "#/components/schemas/facebookSendReply",
285
+ "TWITTER" : "#/components/schemas/twitterSendReply",
286
+ "FORUMS" : "#/components/schemas/forumSendReply"
287
+ }
288
+ },
289
+ "oneOf" : [ {
290
+ "$ref" : "#/components/schemas/emailThreadSendReply"
291
+ }, {
292
+ "$ref" : "#/components/schemas/facebookSendReply"
293
+ }, {
294
+ "$ref" : "#/components/schemas/twitterSendReply"
295
+ }, {
296
+ "$ref" : "#/components/schemas/forumSendReply"
297
+ } ]
298
+ }
299
+ }
300
+ }
301
+ },
302
+ "responses" : {
303
+ "422" : {
304
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
305
+ },
306
+ "200" : {
307
+ "description" : "sendReply Response definition",
308
+ "content" : {
309
+ "application/json" : {
310
+ "schema" : {
311
+ "discriminator" : {
312
+ "propertyName" : "channel",
313
+ "mapping" : {
314
+ "EMAIL" : "#/components/schemas/emailThreadResponseJson",
315
+ "FACEBOOK" : "#/components/schemas/faceBookThreadResponse",
316
+ "TWITTER" : "#/components/schemas/twitterThreadResponse",
317
+ "FORUMS" : "#/components/schemas/fourmsThreadResponse"
318
+ }
319
+ },
320
+ "oneOf" : [ {
321
+ "$ref" : "#/components/schemas/emailThreadResponseJson"
322
+ }, {
323
+ "$ref" : "#/components/schemas/faceBookThreadResponse"
324
+ }, {
325
+ "$ref" : "#/components/schemas/twitterThreadResponse"
326
+ }, {
327
+ "$ref" : "#/components/schemas/fourmsThreadResponse"
328
+ } ]
329
+ }
330
+ }
331
+ }
332
+ }
333
+ },
334
+ "security" : [ {
335
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
336
+ }, {
337
+ "iam-oauth2-schema" : [ "Desk.tickets.UPDATE" ]
338
+ } ],
339
+ "x-audience" : [ "external-public" ],
340
+ "x-custom-url-attribute" : {
341
+ "security" : {
342
+ "throttle" : {
343
+ "policy" : "SendReply_PaidEditions_ExternalCalls_MailPolicy,SendReply_ExternalCalls_Channel_Policy,SendMail_PaidEditions_InhouseCalls_Policy,SendMail_FreeAndTrialEditions_Policy,IscSignatureCalls_OrgPolicy"
344
+ },
345
+ "extraparams" : {
346
+ "disable" : true,
347
+ "ignore" : false
348
+ },
349
+ "authentication" : {
350
+ "system-auth" : "optional",
351
+ "scoped-services" : [ "ZohoSupport" ]
352
+ }
353
+ },
354
+ "clan-group" : "mail",
355
+ "apihash" : "6c41fdfea9cea68de0ac2fa9a70396ce",
356
+ "module-group" : "mail",
357
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.sendReply"
358
+ }
359
+ }
360
+ },
361
+ "/api/v1/tickets/{ticketId}/draftReply" : {
362
+ "post" : {
363
+ "tags" : [ "Thread" ],
364
+ "summary" : "Draft Email Reply",
365
+ "description" : "This API drafts an email reply. The from address in the email must be a from address configured in your help desk portal.",
366
+ "operationId" : "draftsReply",
367
+ "parameters" : [ {
368
+ "$ref" : "#/components/parameters/ticketId"
369
+ }, {
370
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
371
+ }, {
372
+ "$ref" : "#/components/parameters/parentConversationId"
373
+ } ],
374
+ "requestBody" : {
375
+ "content" : {
376
+ "application/json" : {
377
+ "schema" : {
378
+ "discriminator" : {
379
+ "propertyName" : "channel",
380
+ "mapping" : {
381
+ "EMAIL" : "#/components/schemas/emailThreadSendReply",
382
+ "FACEBOOK" : "#/components/schemas/facebookSendReply",
383
+ "FORUMS" : "#/components/schemas/forumSendReply"
384
+ }
385
+ },
386
+ "oneOf" : [ {
387
+ "$ref" : "#/components/schemas/emailThreadSendReply"
388
+ }, {
389
+ "$ref" : "#/components/schemas/facebookSendReply"
390
+ }, {
391
+ "$ref" : "#/components/schemas/forumSendReply"
392
+ } ]
393
+ }
394
+ }
395
+ }
396
+ },
397
+ "responses" : {
398
+ "422" : {
399
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
400
+ },
401
+ "200" : {
402
+ "description" : "draftsReply Response definition",
403
+ "content" : {
404
+ "application/json" : {
405
+ "schema" : {
406
+ "discriminator" : {
407
+ "propertyName" : "channel",
408
+ "mapping" : {
409
+ "EMAIL" : "#/components/schemas/emailThreadResponseJson",
410
+ "FACEBOOK" : "#/components/schemas/faceBookThreadResponse",
411
+ "FORUMS" : "#/components/schemas/fourmsThreadResponse"
412
+ }
413
+ },
414
+ "oneOf" : [ {
415
+ "$ref" : "#/components/schemas/emailThreadResponseJson"
416
+ }, {
417
+ "$ref" : "#/components/schemas/faceBookThreadResponse"
418
+ }, {
419
+ "$ref" : "#/components/schemas/fourmsThreadResponse"
420
+ } ]
421
+ }
422
+ }
423
+ }
424
+ }
425
+ },
426
+ "security" : [ {
427
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
428
+ }, {
429
+ "iam-oauth2-schema" : [ "Desk.tickets.UPDATE" ]
430
+ } ],
431
+ "x-audience" : [ "external-public" ],
432
+ "x-custom-url-attribute" : {
433
+ "security" : {
434
+ "throttle" : {
435
+ "inline" : [ {
436
+ "scope" : "APPSERVER",
437
+ "rules" : [ {
438
+ "duration" : 60000,
439
+ "lock-period" : 300000,
440
+ "threshold" : 20,
441
+ "hip" : false
442
+ }, {
443
+ "duration" : 3600000,
444
+ "lock-period" : 900000,
445
+ "threshold" : 100,
446
+ "hip" : false
447
+ } ],
448
+ "window" : "ROLLING",
449
+ "key" : "url.path+user.zuid"
450
+ } ]
451
+ },
452
+ "extraparams" : {
453
+ "disable" : true,
454
+ "ignore" : false
455
+ },
456
+ "authentication" : { }
457
+ },
458
+ "clan-group" : "mail",
459
+ "apihash" : "b0a86646d7d86e5c8c53af1080b15919",
460
+ "module-group" : "mail",
461
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.draftReply"
462
+ }
463
+ }
464
+ },
465
+ "/api/v1/threads" : {
466
+ "get" : {
467
+ "tags" : [ "Thread" ],
468
+ "summary" : "List threads based on viewId",
469
+ "description" : "This API fetches threads for the specified viewId.",
470
+ "operationId" : "getScheduledThreads",
471
+ "parameters" : [ {
472
+ "name" : "viewId",
473
+ "in" : "query",
474
+ "required" : false,
475
+ "style" : "form",
476
+ "explode" : true,
477
+ "schema" : {
478
+ "type" : [ "string", "null", "integer" ],
479
+ "format" : "int64",
480
+ "pattern" : "([0-9]+)"
481
+ }
482
+ }, {
483
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
484
+ } ],
485
+ "responses" : {
486
+ "200" : {
487
+ "$ref" : "#/components/responses/threadKeys"
488
+ }
489
+ },
490
+ "security" : [ {
491
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
492
+ }, {
493
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
494
+ } ],
495
+ "x-audience" : [ "company-internal" ],
496
+ "x-custom-url-attribute" : {
497
+ "security" : {
498
+ "throttle" : {
499
+ "policy" : "ReadAPI_Standard_UserPolicy"
500
+ },
501
+ "extraparams" : {
502
+ "disable" : true,
503
+ "ignore" : false
504
+ },
505
+ "authentication" : { }
506
+ },
507
+ "clan-group" : "tickets",
508
+ "apihash" : "a48efaebc13edc0be53deace0cf001b6",
509
+ "module-group" : "tickets",
510
+ "apimethod" : "com.zoho.support.restapi.ThreadListService.getViewThreads"
511
+ }
512
+ }
513
+ },
514
+ "/api/v1/tickets/{ticketId}/threads" : {
515
+ "get" : {
516
+ "tags" : [ "Thread" ],
517
+ "summary" : "List all threads ",
518
+ "description" : "This API lists all threads in your helpdesk.",
519
+ "operationId" : "getThreads",
520
+ "parameters" : [ {
521
+ "name" : "limit",
522
+ "in" : "query",
523
+ "description" : "Number of threads to fetch",
524
+ "required" : false,
525
+ "style" : "form",
526
+ "explode" : true,
527
+ "schema" : {
528
+ "type" : [ "string", "null", "integer" ],
529
+ "format" : "int32",
530
+ "description" : "Number of threads to fetch",
531
+ "pattern" : "([0-9]+)"
532
+ }
533
+ }, {
534
+ "name" : "from",
535
+ "in" : "query",
536
+ "description" : "Index number, starting from which the threads must be fetched",
537
+ "required" : false,
538
+ "style" : "form",
539
+ "explode" : true,
540
+ "schema" : {
541
+ "type" : [ "string", "null", "integer" ],
542
+ "format" : "int32",
543
+ "description" : "Index number, starting from which the threads must be fetched",
544
+ "pattern" : "([0-9]+)"
545
+ }
546
+ }, {
547
+ "name" : "sortBy",
548
+ "in" : "query",
549
+ "description" : "Key that sorts the threads by sendDateTime.<br>If the value of sortBy key is: <br> <ul><li> \"<b>sendDateTime</b>\" - sorting will be done in <b> ascending </b> order</li> <li> \"<b>-sendDateTime </b>\" - (prefix the value with a \"-\") sorting will be done in <b>descending</b> order</li></ul> <br> <b>Note:</b> If this sortBy key is not specified, the sorting will be done in descending order by default based on sendDateTime.",
550
+ "required" : false,
551
+ "style" : "form",
552
+ "explode" : true,
553
+ "schema" : {
554
+ "type" : [ "string", "null" ],
555
+ "description" : "Key that sorts the threads by sendDateTime.<br>If the value of sortBy key is: <br> <ul><li> \"<b>sendDateTime</b>\" - sorting will be done in <b> ascending </b> order</li> <li> \"<b>-sendDateTime </b>\" - (prefix the value with a \"-\") sorting will be done in <b>descending</b> order</li></ul> <br> <b>Note:</b> If this sortBy key is not specified, the sorting will be done in descending order by default based on sendDateTime.",
556
+ "enum" : [ "sendDateTime" ],
557
+ "maxLength" : 100,
558
+ "minLength" : 0
559
+ }
560
+ }, {
561
+ "$ref" : "#/components/parameters/ticketId"
562
+ }, {
563
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
564
+ } ],
565
+ "responses" : {
566
+ "200" : {
567
+ "$ref" : "#/components/responses/getThreadsResponse"
568
+ }
569
+ },
570
+ "security" : [ {
571
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
572
+ }, {
573
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
574
+ } ],
575
+ "x-audience" : [ "external-public" ],
576
+ "x-custom-url-attribute" : {
577
+ "security" : {
578
+ "throttle" : {
579
+ "policy" : "ReadAPI_Standard_UserPolicy"
580
+ },
581
+ "extraparams" : {
582
+ "disable" : true,
583
+ "ignore" : false
584
+ },
585
+ "authentication" : { }
586
+ },
587
+ "clan-group" : "tickets",
588
+ "apihash" : "2e451748934f31ec99869dc620d89f93",
589
+ "module-group" : "tickets",
590
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.getThreads"
591
+ }
592
+ }
593
+ },
594
+ "/api/v1/tickets/{ticketId}/threads/{threadId}" : {
595
+ "get" : {
596
+ "tags" : [ "Thread" ],
597
+ "summary" : "Get a thread",
598
+ "description" : "This API fetches a single thread from your help desk portal.",
599
+ "operationId" : "getThread",
600
+ "parameters" : [ {
601
+ "$ref" : "#/components/parameters/threadId"
602
+ }, {
603
+ "$ref" : "#/components/parameters/ticketId"
604
+ }, {
605
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
606
+ } ,
607
+ {
608
+ "name" : "include" ,
609
+ "in" : "query",
610
+ "description": "Content of the thread in plain text format. Value allowed is plainText." ,
611
+ "required": false,
612
+ "schema" : {
613
+ "type" : ["string" ] ,
614
+ "enum" : [ "plainText"] ,
615
+ "description": "Content of the thread in plain text format. Value allowed is plainText."
616
+ }
617
+ }],
618
+ "responses" : {
619
+ "200" : {
620
+ "$ref" : "#/components/responses/getSingleThreadResponseJson"
621
+ } ,
622
+ "404" : {
623
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
624
+ }
625
+ },
626
+ "security" : [ {
627
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
628
+ }, {
629
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
630
+ } ],
631
+ "x-audience" : [ "external-public" ],
632
+ "x-custom-url-attribute" : {
633
+ "security" : {
634
+ "throttle" : {
635
+ "policy" : "ReadAPI_Standard_UserPolicy"
636
+ },
637
+ "extraparams" : {
638
+ "disable" : true,
639
+ "ignore" : false
640
+ },
641
+ "authentication" : { }
642
+ },
643
+ "clan-group" : "tickets",
644
+ "apihash" : "d3f3f3f1e2f4b6c8e5d7a9b0c1d2e3f4",
645
+ "module-group" : "tickets",
646
+ "apimethod" : "com.zoho.support.restapi.NewConversationService.getThreadMessage"
647
+ }
648
+ }
649
+ },
650
+ "/api/v1/tickets/{ticketId}/conversations" :{
651
+ "get": {
652
+ "operationId": "getTicketConversations",
653
+ "summary": "List conversations of a ticket",
654
+ "description": "This API lists a particular number of threads and comments recorded on a ticket, based on the limit specified.",
655
+ "tags": [ "Thread" ],
656
+ "x-audience" : [ "external-public" ],
657
+ "security": [
658
+ {
659
+ "org-oauth": [ "Desk.accessAll.ALL" ]
660
+ },
661
+ {
662
+ "iam-oauth2-schema": [ "Desk.tickets.READ" ]
663
+ }
664
+ ],
665
+ "x-custom-url-attribute": {
666
+ "security": {
667
+ "throttle": {
668
+ "policy": "ReadAPI_Standard_UserPolicy"
669
+ },
670
+ "extraparams": {
671
+ "disable": true,
672
+ "ignore": false
673
+ }
674
+ },
675
+ "clan-group": "tickets",
676
+ "apihash": "f4e5d6c7b8a9e0f1d2c3b4a5f6e7d8c9",
677
+ "module-group": "tickets",
678
+ "apimethod": "com.zoho.support.restapi.NewConversationService.getTicketConversations"
679
+ },
680
+ "parameters": [
681
+ {
682
+ "$ref": "../common/Common.json#/components/parameters/orgId"
683
+ } ,
684
+ {
685
+ "$ref": "#/components/parameters/ticketId"
686
+ } ,
687
+ {
688
+ "name": "limit",
689
+ "required": false,
690
+ "in": "query",
691
+ "description": "Number of conversations to fetch",
692
+ "schema" :{
693
+ "type": [ "integer" ],
694
+ "description": "Number of conversations to fetch",
695
+ "minimum": 1,
696
+ "default": 100,
697
+ "maximum": 200
698
+ }
699
+ } ,
700
+ {
701
+ "name": "from",
702
+ "description": "Starting index from which the conversations should be fetched." ,
703
+ "required": false,
704
+ "in": "query",
705
+ "schema" :{
706
+ "type": [ "integer" ],
707
+ "description": "Starting index from which the conversations should be fetched.",
708
+ "minimum": 0,
709
+ "default": 0
710
+ }
711
+ }
712
+ ] ,
713
+ "responses": {
714
+ "200": {
715
+ "description": "List of conversations response",
716
+ "content" : {
717
+ "application/json": {
718
+ "schema": {
719
+ "type" : "object",
720
+ "properties" : {
721
+ "data" : {
722
+ "$ref": "./Conversation.json#/components/schemas/data"
723
+ }
724
+ }
725
+ }
726
+ }
727
+ }
728
+ }
729
+ }
730
+ }
731
+ },
732
+ "/api/v1/tickets/{ticketId}/threads/{threadId}/attachments/{attachmentId}" : {
733
+ "delete" : {
734
+ "tags" : [ "Thread" ],
735
+ "summary" : "Delete attachment",
736
+ "description" : "This API deletes an attachment from a draft thread.",
737
+ "operationId" : "deleteAttachment",
738
+ "parameters" : [ {
739
+ "$ref" : "#/components/parameters/threadId"
740
+ }, {
741
+ "name" : "attachmentId",
742
+ "in" : "path",
743
+ "description" : "ID of the attachment to be deleted",
744
+ "required" : true,
745
+ "style" : "simple",
746
+ "explode" : false,
747
+ "schema" : {
748
+ "type" : [ "string", "null", "integer" ],
749
+ "format" : "int64",
750
+ "description" : "ID of the attachment to be deleted",
751
+ "pattern" : "([0-9]+)",
752
+ "x-custom-parameters-attributes" : { }
753
+ }
754
+ }, {
755
+ "$ref" : "#/components/parameters/ticketId"
756
+ }, {
757
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
758
+ } ],
759
+ "responses" : {
760
+ "200" : {
761
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
762
+ }
763
+ },
764
+ "x-audience" : [ "external-public" ]
765
+ }
766
+ }
767
+ },
768
+ "components" : {
769
+ "schemas" : {
770
+ "author" : {
771
+ "type" : [ "null", "object" ],
772
+ "additionalProperties" : false,
773
+ "properties" : {
774
+ "photoURL" : {
775
+ "type" : [ "string", "null" ],
776
+ "maxLength" : 200,
777
+ "minLength" : 0,
778
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
779
+ },
780
+ "firstName" : {
781
+ "type" : [ "string", "null" ],
782
+ "maxLength" : 50,
783
+ "minLength" : 0
784
+ },
785
+ "lastName" : {
786
+ "type" : [ "string", "null" ],
787
+ "maxLength" : 50,
788
+ "minLength" : 0
789
+ },
790
+ "name" : {
791
+ "type" : [ "string", "null" ],
792
+ "maxLength" : 100,
793
+ "minLength" : 0
794
+ },
795
+ "id" : {
796
+ "type" : [ "string", "null", "integer" ],
797
+ "format" : "int64",
798
+ "pattern" : "([0-9]+)"
799
+ },
800
+ "type" : {
801
+ "type" : [ "string", "null" ],
802
+ "enum" : [ "END_USER", "AGENT", "TEAM", "TICKET", "ACTIVITY" ],
803
+ "maxLength" : 100,
804
+ "minLength" : 0
805
+ },
806
+ "email" : {
807
+ "type" : [ "string", "null" ],
808
+ "maxLength" : 100,
809
+ "minLength" : 0,
810
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
811
+ }
812
+ },
813
+ "required" : [ "email", "firstName", "id", "lastName", "name", "photoURL", "type" ]
814
+ },
815
+ "channelRelatedInfo" : {
816
+ "type" : [ "null", "object" ],
817
+ "additionalProperties" : false,
818
+ "properties" : {
819
+ "isDeleted" : {
820
+ "type" : [ "boolean", "null" ]
821
+ },
822
+ "isBestSolution" : {
823
+ "type" : [ "boolean", "null" ]
824
+ },
825
+ "externalLink" : {
826
+ "type" : [ "string", "null" ],
827
+ "maxLength" : 100,
828
+ "minLength" : 0,
829
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
830
+ }
831
+ },
832
+ "required" : [ "externalLink", "isBestSolution", "isDeleted" ]
833
+ },
834
+ "actions" : {
835
+ "type" : [ "null", "object" ],
836
+ "additionalProperties" : false,
837
+ "properties" : {
838
+ "method" : {
839
+ "type" : [ "string", "null" ],
840
+ "maxLength" : 16000000,
841
+ "minLength" : 0
842
+ },
843
+ "rel" : {
844
+ "type" : [ "string", "null" ],
845
+ "enum" : [ "send", "update", "delete" ],
846
+ "maxLength" : 100,
847
+ "minLength" : 0
848
+ },
849
+ "href" : {
850
+ "type" : [ "string", "null" ],
851
+ "maxLength" : 16000000,
852
+ "minLength" : 0,
853
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
854
+ }
855
+ },
856
+ "required" : [ "href", "method", "rel" ]
857
+ },
858
+ "actionsList" : {
859
+ "type" : [ "null", "array" ],
860
+ "items" : {
861
+ "$ref" : "#/components/schemas/actions"
862
+ }
863
+ },
864
+ "channelSource" : {
865
+ "type" : [ "null", "object" ],
866
+ "additionalProperties" : false,
867
+ "properties" : {
868
+ "appName" : {
869
+ "type" : [ "string", "null" ],
870
+ "maxLength" : 100,
871
+ "minLength" : 0
872
+ },
873
+ "extId" : {
874
+ "type" : [ "string", "null" ],
875
+ "maxLength" : 100,
876
+ "minLength" : 0
877
+ },
878
+ "permalink" : {
879
+ "type" : [ "string", "null" ],
880
+ "maxLength" : 65535,
881
+ "minLength" : 0,
882
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
883
+ },
884
+ "type" : {
885
+ "type" : [ "string", "null" ],
886
+ "enum" : [ "SYSTEM", "INTEGRATION", "INSTANT_MESSAGE" ],
887
+ "maxLength" : 100,
888
+ "minLength" : 0
889
+ },
890
+ "appPhotoURL" : {
891
+ "type" : [ "string", "null" ],
892
+ "maxLength" : 65535,
893
+ "minLength" : 0,
894
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
895
+ }
896
+ },
897
+ "required" : [ "appName", "appPhotoURL", "extId", "permalink", "type" ]
898
+ },
899
+ "statusVsTimeObj" : {
900
+ "type" : [ "null", "object" ],
901
+ "additionalProperties" : false,
902
+ "properties" : {
903
+ "Status" : {
904
+ "type" : [ "string", "null" ],
905
+ "maxLength" : 100,
906
+ "minLength" : 0
907
+ },
908
+ "Time" : {
909
+ "type" : [ "string", "null" ],
910
+ "maxLength" : 100,
911
+ "minLength" : 0
912
+ }
913
+ },
914
+ "required" : [ "Status", "Time" ]
915
+ },
916
+ "statusVsTimeArray" : {
917
+ "type" : [ "null", "array" ],
918
+ "items" : {
919
+ "$ref" : "#/components/schemas/statusVsTimeObj"
920
+ }
921
+ },
922
+ "readReceiptObj" : {
923
+ "type" : [ "null", "object" ],
924
+ "additionalProperties" : false,
925
+ "properties" : {
926
+ "senderName" : {
927
+ "type" : [ "string", "null" ],
928
+ "maxLength" : 100,
929
+ "minLength" : 0
930
+ },
931
+ "recipientType" : {
932
+ "type" : [ "string", "null" ],
933
+ "maxLength" : 100,
934
+ "minLength" : 0
935
+ },
936
+ "from" : {
937
+ "type" : [ "string", "null" ],
938
+ "maxLength" : 100,
939
+ "minLength" : 0,
940
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
941
+ "x-custom-parameters-attributes" : {
942
+ "removeExif" : false,
943
+ "replacementString" : "",
944
+ "filterMatchedContent" : false,
945
+ "antivirus" : false,
946
+ "allowInvalid" : false,
947
+ "descrption" : "The starting index for fetching conversation records",
948
+ "secret" : false,
949
+ "preserveCharsLimit" : 10,
950
+ "trim" : false,
951
+ "internalParam" : false,
952
+ "preserveChars" : "0,5",
953
+ "importUrl" : false,
954
+ "decrypt" : false
955
+ }
956
+ },
957
+ "statusVsTime" : {
958
+ "$ref" : "#/components/schemas/statusVsTimeArray"
959
+ }
960
+ },
961
+ "required" : [ "from", "recipientType", "senderName", "statusVsTime" ]
962
+ },
963
+ "readReceipts" : {
964
+ "type" : [ "null", "array" ],
965
+ "items" : {
966
+ "$ref" : "#/components/schemas/readReceiptObj"
967
+ }
968
+ },
969
+ "threadKeys" : {
970
+ "type" : [ "null", "object" ],
971
+ "additionalProperties" : false,
972
+ "properties" : {
973
+ "summary" : {
974
+ "type" : [ "string", "null" ],
975
+ "maxLength" : 100,
976
+ "minLength" : 0,
977
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
978
+ },
979
+ "sentiment" : {
980
+ "type" : [ "string", "null" ],
981
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null", null ],
982
+ "maxLength" : 100,
983
+ "minLength" : 0
984
+ },
985
+ "keyWords" : {
986
+ "type" : [ "null", "array" ],
987
+ "items" : {
988
+ "type" : [ "string", "null" ],
989
+ "maxLength" : 100,
990
+ "minLength" : 0
991
+ },
992
+ "uniqueItems" : false
993
+ },
994
+ "isDescriptionThread" : {
995
+ "type" : [ "boolean", "null" ]
996
+ },
997
+ "canReply" : {
998
+ "type" : [ "boolean", "null" ]
999
+ },
1000
+ "visibility" : {
1001
+ "type" : [ "string", "null" ],
1002
+ "enum" : [ "public", "private" ],
1003
+ "maxLength" : 100,
1004
+ "minLength" : 0
1005
+ },
1006
+ "author" : {
1007
+ "$ref" : "#/components/schemas/author"
1008
+ },
1009
+ "channel" : {
1010
+ "type" : [ "string", "null" ],
1011
+ "enum" : [ "FACEBOOK", "TWITTER", "EMAIL", "FORUMS", "PHONE", "WEB", "FEEDBACK", "FEEDBACK_WIDGET", "TWITTER_DM", "ONLINE_CHAT", "OFFLINE_CHAT", "CUSTOMERPORTAL" ],
1012
+ "maxLength" : 100,
1013
+ "minLength" : 0
1014
+ },
1015
+ "aspects" : {
1016
+ "type" : [ "null", "array" ],
1017
+ "items" : {
1018
+ "type" : [ "string", "null" ],
1019
+ "maxLength" : 100,
1020
+ "minLength" : 0
1021
+ },
1022
+ "uniqueItems" : false
1023
+ },
1024
+ "source" : {
1025
+ "$ref" : "#/components/schemas/channelSource"
1026
+ },
1027
+ "lastRatingIconURL" : {
1028
+ "type" : [ "string", "null" ],
1029
+ "maxLength" : 100,
1030
+ "minLength" : 0
1031
+ },
1032
+ "impersonatedUser" : {
1033
+ "$ref" : "#/components/schemas/author"
1034
+ },
1035
+ "hasAttach" : {
1036
+ "type" : [ "boolean", "null" ]
1037
+ },
1038
+ "channelRelatedInfo" : {
1039
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1040
+ },
1041
+ "respondedIn" : {
1042
+ "type" : [ "string", "null" ],
1043
+ "maxLength" : 100,
1044
+ "minLength" : 0
1045
+ },
1046
+ "createdTime" : {
1047
+ "type" : [ "string", "null" ],
1048
+ "maxLength" : 100,
1049
+ "minLength" : 0,
1050
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1051
+ },
1052
+ "attachmentCount" : {
1053
+ "type" : [ "string", "null", "integer" ],
1054
+ "format" : "int32",
1055
+ "pattern" : "([0-9]+)"
1056
+ },
1057
+ "readReceipts" : {
1058
+ "$ref" : "#/components/schemas/readReceipts"
1059
+ },
1060
+ "id" : {
1061
+ "type" : [ "string", "null", "integer" ],
1062
+ "format" : "int64",
1063
+ "pattern" : "([0-9]+)"
1064
+ },
1065
+ "contentType" : {
1066
+ "type" : [ "string", "null" ],
1067
+ "enum" : [ "html", "plainText", "text/html" ],
1068
+ "maxLength" : 100,
1069
+ "minLength" : 0
1070
+ },
1071
+ "actions" : {
1072
+ "$ref" : "#/components/schemas/actionsList"
1073
+ },
1074
+ "status" : {
1075
+ "type" : [ "string", "null" ],
1076
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1077
+ "maxLength" : 100,
1078
+ "minLength" : 0
1079
+ },
1080
+ "direction" : {
1081
+ "type" : [ "string", "null" ],
1082
+ "enum" : [ "in", "out" ],
1083
+ "maxLength" : 100,
1084
+ "minLength" : 0
1085
+ }
1086
+ },
1087
+ "required" : [ "actions", "aspects", "attachmentCount", "author", "canReply", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "hasAttach", "id", "impersonatedUser", "isDescriptionThread", "keyWords", "lastRatingIconURL", "readReceipts", "respondedIn", "sentiment", "source", "status", "summary", "visibility" ]
1088
+ },
1089
+ "facebookThreadKeys" : {
1090
+ "type" : [ "null", "object" ],
1091
+ "additionalProperties" : false,
1092
+ "properties" : {
1093
+ "summary" : {
1094
+ "type" : [ "string", "null" ],
1095
+ "maxLength" : 100,
1096
+ "minLength" : 0,
1097
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1098
+ },
1099
+ "sentiment" : {
1100
+ "type" : [ "string", "null" ],
1101
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
1102
+ "maxLength" : 100,
1103
+ "minLength" : 0
1104
+ },
1105
+ "keyWords" : {
1106
+ "type" : [ "null", "array" ],
1107
+ "items" : {
1108
+ "type" : [ "string", "null" ],
1109
+ "maxLength" : 100,
1110
+ "minLength" : 0
1111
+ },
1112
+ "uniqueItems" : false
1113
+ },
1114
+ "isDescriptionThread" : {
1115
+ "type" : [ "boolean", "null" ]
1116
+ },
1117
+ "canReply" : {
1118
+ "type" : [ "boolean", "null" ]
1119
+ },
1120
+ "visibility" : {
1121
+ "type" : [ "string", "null" ],
1122
+ "enum" : [ "public", "private" ],
1123
+ "maxLength" : 100,
1124
+ "minLength" : 0
1125
+ },
1126
+ "author" : {
1127
+ "$ref" : "#/components/schemas/author"
1128
+ },
1129
+ "channel" : {
1130
+ "type" : [ "string", "null" ],
1131
+ "enum" : [ "FACEBOOK" ],
1132
+ "maxLength" : 100,
1133
+ "minLength" : 0
1134
+ },
1135
+ "aspects" : {
1136
+ "type" : [ "null", "array" ],
1137
+ "items" : {
1138
+ "type" : [ "string", "null" ],
1139
+ "maxLength" : 100,
1140
+ "minLength" : 0
1141
+ },
1142
+ "uniqueItems" : false
1143
+ },
1144
+ "source" : {
1145
+ "$ref" : "#/components/schemas/channelSource"
1146
+ },
1147
+ "lastRatingIconURL" : {
1148
+ "type" : [ "string", "null" ],
1149
+ "maxLength" : 100,
1150
+ "minLength" : 0
1151
+ },
1152
+ "facebookProfile" : {
1153
+ "type" : [ "string", "null" ],
1154
+ "maxLength" : 13000,
1155
+ "minLength" : 0,
1156
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1157
+ },
1158
+ "impersonatedUser" : {
1159
+ "$ref" : "#/components/schemas/author"
1160
+ },
1161
+ "hasAttach" : {
1162
+ "type" : [ "boolean", "null" ]
1163
+ },
1164
+ "channelRelatedInfo" : {
1165
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1166
+ },
1167
+ "respondedIn" : {
1168
+ "type" : [ "string", "null" ],
1169
+ "maxLength" : 100,
1170
+ "minLength" : 0
1171
+ },
1172
+ "createdTime" : {
1173
+ "type" : [ "string", "null" ],
1174
+ "maxLength" : 100,
1175
+ "minLength" : 0,
1176
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1177
+ },
1178
+ "attachmentCount" : {
1179
+ "type" : [ "string", "null", "integer" ],
1180
+ "format" : "int32",
1181
+ "pattern" : "([0-9]+)"
1182
+ },
1183
+ "readReceipts" : {
1184
+ "$ref" : "#/components/schemas/readReceipts"
1185
+ },
1186
+ "id" : {
1187
+ "type" : [ "string", "null", "integer" ],
1188
+ "format" : "int64",
1189
+ "pattern" : "([0-9]+)"
1190
+ },
1191
+ "contentType" : {
1192
+ "type" : [ "string", "null" ],
1193
+ "enum" : [ "html", "plainText", "text/html" ],
1194
+ "maxLength" : 100,
1195
+ "minLength" : 0
1196
+ },
1197
+ "actions" : {
1198
+ "$ref" : "#/components/schemas/actionsList"
1199
+ },
1200
+ "status" : {
1201
+ "type" : [ "string", "null" ],
1202
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1203
+ "maxLength" : 100,
1204
+ "minLength" : 0
1205
+ },
1206
+ "direction" : {
1207
+ "type" : [ "string", "null" ],
1208
+ "enum" : [ "in", "out" ],
1209
+ "maxLength" : 100,
1210
+ "minLength" : 0
1211
+ }
1212
+ },
1213
+ "required" : [ "actions", "aspects", "attachmentCount", "author", "canReply", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "facebookProfile", "hasAttach", "id", "impersonatedUser", "isDescriptionThread", "keyWords", "lastRatingIconURL", "readReceipts", "respondedIn", "sentiment", "source", "status", "summary", "visibility" ]
1214
+ },
1215
+ "twitterThreadKeys" : {
1216
+ "type" : [ "null", "object" ],
1217
+ "additionalProperties" : false,
1218
+ "properties" : {
1219
+ "summary" : {
1220
+ "type" : [ "string", "null" ],
1221
+ "maxLength" : 100,
1222
+ "minLength" : 0,
1223
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1224
+ },
1225
+ "sentiment" : {
1226
+ "type" : [ "string", "null" ],
1227
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
1228
+ "maxLength" : 100,
1229
+ "minLength" : 0
1230
+ },
1231
+ "keyWords" : {
1232
+ "type" : [ "null", "array" ],
1233
+ "items" : {
1234
+ "type" : [ "string", "null" ],
1235
+ "maxLength" : 100,
1236
+ "minLength" : 0
1237
+ },
1238
+ "uniqueItems" : false
1239
+ },
1240
+ "isDescriptionThread" : {
1241
+ "type" : [ "boolean", "null" ]
1242
+ },
1243
+ "canReply" : {
1244
+ "type" : [ "boolean", "null" ]
1245
+ },
1246
+ "visibility" : {
1247
+ "type" : [ "string", "null" ],
1248
+ "enum" : [ "public", "private" ],
1249
+ "maxLength" : 100,
1250
+ "minLength" : 0
1251
+ },
1252
+ "author" : {
1253
+ "$ref" : "#/components/schemas/author"
1254
+ },
1255
+ "channel" : {
1256
+ "type" : [ "string", "null" ],
1257
+ "enum" : [ "TWITTER" ],
1258
+ "maxLength" : 100,
1259
+ "minLength" : 0
1260
+ },
1261
+ "aspects" : {
1262
+ "type" : [ "null", "array" ],
1263
+ "items" : {
1264
+ "type" : [ "string", "null" ],
1265
+ "maxLength" : 100,
1266
+ "minLength" : 0
1267
+ },
1268
+ "uniqueItems" : false
1269
+ },
1270
+ "source" : {
1271
+ "$ref" : "#/components/schemas/channelSource"
1272
+ },
1273
+ "lastRatingIconURL" : {
1274
+ "type" : [ "string", "null" ],
1275
+ "maxLength" : 100,
1276
+ "minLength" : 0
1277
+ },
1278
+ "twitterProfile" : {
1279
+ "type" : [ "string", "null" ],
1280
+ "maxLength" : 13000,
1281
+ "minLength" : 0,
1282
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1283
+ },
1284
+ "impersonatedUser" : {
1285
+ "$ref" : "#/components/schemas/author"
1286
+ },
1287
+ "hasAttach" : {
1288
+ "type" : [ "boolean", "null" ]
1289
+ },
1290
+ "channelRelatedInfo" : {
1291
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1292
+ },
1293
+ "respondedIn" : {
1294
+ "type" : [ "string", "null" ],
1295
+ "maxLength" : 100,
1296
+ "minLength" : 0
1297
+ },
1298
+ "createdTime" : {
1299
+ "type" : [ "string", "null" ],
1300
+ "maxLength" : 100,
1301
+ "minLength" : 0,
1302
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1303
+ },
1304
+ "attachmentCount" : {
1305
+ "type" : [ "string", "null", "integer" ],
1306
+ "format" : "int32",
1307
+ "pattern" : "([0-9]+)"
1308
+ },
1309
+ "readReceipts" : {
1310
+ "$ref" : "#/components/schemas/readReceipts"
1311
+ },
1312
+ "id" : {
1313
+ "type" : [ "string", "null", "integer" ],
1314
+ "format" : "int64",
1315
+ "pattern" : "([0-9]+)"
1316
+ },
1317
+ "contentType" : {
1318
+ "type" : [ "string", "null" ],
1319
+ "enum" : [ "html", "plainText", "text/html" ],
1320
+ "maxLength" : 100,
1321
+ "minLength" : 0
1322
+ },
1323
+ "actions" : {
1324
+ "$ref" : "#/components/schemas/actionsList"
1325
+ },
1326
+ "status" : {
1327
+ "type" : [ "string", "null" ],
1328
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1329
+ "maxLength" : 100,
1330
+ "minLength" : 0
1331
+ },
1332
+ "direction" : {
1333
+ "type" : [ "string", "null" ],
1334
+ "enum" : [ "in", "out" ],
1335
+ "maxLength" : 100,
1336
+ "minLength" : 0
1337
+ }
1338
+ },
1339
+ "required" : [ "actions", "aspects", "attachmentCount", "author", "canReply", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "hasAttach", "id", "impersonatedUser", "isDescriptionThread", "keyWords", "lastRatingIconURL", "readReceipts", "respondedIn", "sentiment", "source", "status", "summary", "twitterProfile", "visibility" ]
1340
+ },
1341
+ "forumThreadKeys" : {
1342
+ "type" : [ "null", "object" ],
1343
+ "additionalProperties" : false,
1344
+ "properties" : {
1345
+ "sentiment" : {
1346
+ "type" : [ "string", "null" ],
1347
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
1348
+ "maxLength" : 100,
1349
+ "minLength" : 0
1350
+ },
1351
+ "isDescriptionThread" : {
1352
+ "type" : [ "boolean", "null" ]
1353
+ },
1354
+ "isContentTruncated" : {
1355
+ "type" : [ "boolean", "null" ]
1356
+ },
1357
+ "canReply" : {
1358
+ "type" : [ "boolean", "null" ]
1359
+ },
1360
+ "channel" : {
1361
+ "type" : [ "string", "null" ],
1362
+ "enum" : [ "FORUMS" ],
1363
+ "maxLength" : 100,
1364
+ "minLength" : 0
1365
+ },
1366
+ "aspects" : {
1367
+ "type" : [ "null", "array" ],
1368
+ "items" : {
1369
+ "type" : [ "string", "null" ],
1370
+ "maxLength" : 100,
1371
+ "minLength" : 0
1372
+ },
1373
+ "uniqueItems" : false
1374
+ },
1375
+ "source" : {
1376
+ "$ref" : "#/components/schemas/channelSource"
1377
+ },
1378
+ "lastRatingIconURL" : {
1379
+ "type" : [ "string", "null" ],
1380
+ "maxLength" : 100,
1381
+ "minLength" : 0
1382
+ },
1383
+ "impersonatedUser" : {
1384
+ "$ref" : "#/components/schemas/author"
1385
+ },
1386
+ "channelRelatedInfo" : {
1387
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1388
+ },
1389
+ "createdTime" : {
1390
+ "type" : [ "string", "null" ],
1391
+ "maxLength" : 100,
1392
+ "minLength" : 0,
1393
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1394
+ },
1395
+ "id" : {
1396
+ "type" : [ "string", "null", "integer" ],
1397
+ "format" : "int64",
1398
+ "pattern" : "([0-9]+)"
1399
+ },
1400
+ "contentType" : {
1401
+ "type" : [ "string", "null" ],
1402
+ "enum" : [ "html", "plainText", "text/html" ],
1403
+ "maxLength" : 100,
1404
+ "minLength" : 0
1405
+ },
1406
+ "direction" : {
1407
+ "type" : [ "string", "null" ],
1408
+ "enum" : [ "in", "out" ],
1409
+ "maxLength" : 100,
1410
+ "minLength" : 0
1411
+ },
1412
+ "summary" : {
1413
+ "type" : [ "string", "null" ],
1414
+ "maxLength" : 100,
1415
+ "minLength" : 0,
1416
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1417
+ },
1418
+ "keyWords" : {
1419
+ "type" : [ "null", "array" ],
1420
+ "items" : {
1421
+ "type" : [ "string", "null" ],
1422
+ "maxLength" : 100,
1423
+ "minLength" : 0
1424
+ },
1425
+ "uniqueItems" : false
1426
+ },
1427
+ "visibility" : {
1428
+ "type" : [ "string", "null" ],
1429
+ "enum" : [ "public", "private" ],
1430
+ "maxLength" : 100,
1431
+ "minLength" : 0
1432
+ },
1433
+ "fullContentURL" : {
1434
+ "type" : [ "string", "null" ],
1435
+ "maxLength" : 100,
1436
+ "minLength" : 0,
1437
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1438
+ },
1439
+ "author" : {
1440
+ "$ref" : "#/components/schemas/author"
1441
+ },
1442
+ "hasAttach" : {
1443
+ "type" : [ "boolean", "null" ]
1444
+ },
1445
+ "respondedIn" : {
1446
+ "type" : [ "string", "null" ],
1447
+ "maxLength" : 100,
1448
+ "minLength" : 0
1449
+ },
1450
+ "attachmentIds" : {
1451
+ "type" : [ "null", "array" ],
1452
+ "items" : {
1453
+ "type" : [ "string", "null", "integer" ],
1454
+ "format" : "int64",
1455
+ "pattern" : "([0-9]+)"
1456
+ },
1457
+ "uniqueItems" : false
1458
+ },
1459
+ "attachmentCount" : {
1460
+ "type" : [ "string", "null", "integer" ],
1461
+ "format" : "int32",
1462
+ "pattern" : "([0-9]+)"
1463
+ },
1464
+ "readReceipts" : {
1465
+ "$ref" : "#/components/schemas/readReceipts"
1466
+ },
1467
+ "fromEmailAddress" : {
1468
+ "type" : [ "string", "null" ],
1469
+ "maxLength" : 300,
1470
+ "minLength" : 0,
1471
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1472
+ },
1473
+ "actions" : {
1474
+ "$ref" : "#/components/schemas/actionsList"
1475
+ },
1476
+ "status" : {
1477
+ "type" : [ "string", "null" ],
1478
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1479
+ "maxLength" : 100,
1480
+ "minLength" : 0
1481
+ }
1482
+ },
1483
+ "required" : [ "actions", "aspects", "attachmentCount", "attachmentIds", "author", "canReply", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "fromEmailAddress", "fullContentURL", "hasAttach", "id", "impersonatedUser", "isContentTruncated", "isDescriptionThread", "keyWords", "lastRatingIconURL", "readReceipts", "respondedIn", "sentiment", "source", "status", "summary", "visibility" ]
1484
+ },
1485
+ "emailThreadKeys" : {
1486
+ "type" : [ "null", "object" ],
1487
+ "additionalProperties" : false,
1488
+ "properties" : {
1489
+ "sentiment" : {
1490
+ "type" : [ "string", "null" ],
1491
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
1492
+ "maxLength" : 100,
1493
+ "minLength" : 0
1494
+ },
1495
+ "isDescriptionThread" : {
1496
+ "type" : [ "boolean", "null" ]
1497
+ },
1498
+ "bcc" : {
1499
+ "type" : [ "string", "null" ],
1500
+ "maxLength" : 13000,
1501
+ "minLength" : 0,
1502
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1503
+ },
1504
+ "isContentTruncated" : {
1505
+ "type" : [ "boolean", "null" ]
1506
+ },
1507
+ "canReply" : {
1508
+ "type" : [ "boolean", "null" ]
1509
+ },
1510
+ "channel" : {
1511
+ "type" : [ "string", "null" ],
1512
+ "enum" : [ "EMAIL" ],
1513
+ "maxLength" : 100,
1514
+ "minLength" : 0
1515
+ },
1516
+ "aspects" : {
1517
+ "type" : [ "null", "array" ],
1518
+ "items" : {
1519
+ "type" : [ "string", "null" ],
1520
+ "maxLength" : 100,
1521
+ "minLength" : 0
1522
+ },
1523
+ "uniqueItems" : false
1524
+ },
1525
+ "source" : {
1526
+ "$ref" : "#/components/schemas/channelSource"
1527
+ },
1528
+ "lastRatingIconURL" : {
1529
+ "type" : [ "string", "null" ],
1530
+ "maxLength" : 100,
1531
+ "minLength" : 0
1532
+ },
1533
+ "impersonatedUser" : {
1534
+ "$ref" : "#/components/schemas/author"
1535
+ },
1536
+ "channelRelatedInfo" : {
1537
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1538
+ },
1539
+ "createdTime" : {
1540
+ "type" : [ "string", "null" ],
1541
+ "maxLength" : 100,
1542
+ "minLength" : 0,
1543
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1544
+ },
1545
+ "id" : {
1546
+ "type" : [ "string", "null", "integer" ],
1547
+ "format" : "int64",
1548
+ "pattern" : "([0-9]+)"
1549
+ },
1550
+ "contentType" : {
1551
+ "type" : [ "string", "null" ],
1552
+ "enum" : [ "html", "plainText", "text/html" ],
1553
+ "maxLength" : 100,
1554
+ "minLength" : 0
1555
+ },
1556
+ "direction" : {
1557
+ "type" : [ "string", "null" ],
1558
+ "enum" : [ "in", "out" ],
1559
+ "maxLength" : 100,
1560
+ "minLength" : 0
1561
+ },
1562
+ "cc" : {
1563
+ "type" : [ "string", "null" ],
1564
+ "maxLength" : 13000,
1565
+ "minLength" : 0,
1566
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1567
+ },
1568
+ "summary" : {
1569
+ "type" : [ "string", "null" ],
1570
+ "maxLength" : 100,
1571
+ "minLength" : 0,
1572
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1573
+ },
1574
+ "keyWords" : {
1575
+ "type" : [ "null", "array" ],
1576
+ "items" : {
1577
+ "type" : [ "string", "null" ],
1578
+ "maxLength" : 100,
1579
+ "minLength" : 0
1580
+ },
1581
+ "uniqueItems" : false
1582
+ },
1583
+ "visibility" : {
1584
+ "type" : [ "string", "null" ],
1585
+ "enum" : [ "public", "private" ],
1586
+ "maxLength" : 100,
1587
+ "minLength" : 0
1588
+ },
1589
+ "fullContentURL" : {
1590
+ "type" : [ "string", "null" ],
1591
+ "maxLength" : 100,
1592
+ "minLength" : 0,
1593
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1594
+ },
1595
+ "author" : {
1596
+ "$ref" : "#/components/schemas/author"
1597
+ },
1598
+ "isForward" : {
1599
+ "type" : [ "boolean", "null" ]
1600
+ },
1601
+ "hasAttach" : {
1602
+ "type" : [ "boolean", "null" ]
1603
+ },
1604
+ "respondedIn" : {
1605
+ "type" : [ "string", "null" ],
1606
+ "maxLength" : 100,
1607
+ "minLength" : 0
1608
+ },
1609
+ "replyTo" : {
1610
+ "type" : [ "string", "null" ],
1611
+ "maxLength" : 13000,
1612
+ "minLength" : 0,
1613
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1614
+ },
1615
+ "attachmentIds" : {
1616
+ "type" : [ "null", "array" ],
1617
+ "items" : {
1618
+ "type" : [ "string", "null", "integer" ],
1619
+ "format" : "int64",
1620
+ "pattern" : "([0-9]+)"
1621
+ },
1622
+ "uniqueItems" : false
1623
+ },
1624
+ "attachmentCount" : {
1625
+ "type" : [ "string", "null", "integer" ],
1626
+ "format" : "int32",
1627
+ "pattern" : "([0-9]+)"
1628
+ },
1629
+ "readReceipts" : {
1630
+ "$ref" : "#/components/schemas/readReceipts"
1631
+ },
1632
+ "to" : {
1633
+ "type" : [ "string", "null" ],
1634
+ "maxLength" : 13000,
1635
+ "minLength" : 0,
1636
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1637
+ },
1638
+ "fromEmailAddress" : {
1639
+ "type" : [ "string", "null" ],
1640
+ "maxLength" : 300,
1641
+ "minLength" : 0,
1642
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1643
+ },
1644
+ "actions" : {
1645
+ "$ref" : "#/components/schemas/actionsList"
1646
+ },
1647
+ "status" : {
1648
+ "type" : [ "string", "null" ],
1649
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1650
+ "maxLength" : 100,
1651
+ "minLength" : 0
1652
+ }
1653
+ },
1654
+ "required" : [ "actions", "aspects", "attachmentCount", "attachmentIds", "author", "bcc", "canReply", "cc", "channel", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "fromEmailAddress", "fullContentURL", "hasAttach", "id", "impersonatedUser", "isContentTruncated", "isDescriptionThread", "isForward", "keyWords", "lastRatingIconURL", "readReceipts", "replyTo", "respondedIn", "sentiment", "source", "status", "summary", "to", "visibility" ]
1655
+ },
1656
+ "attachmentsJson" : {
1657
+ "type" : [ "null", "object" ],
1658
+ "additionalProperties" : false,
1659
+ "properties" : {
1660
+ "previewurl" : {
1661
+ "type" : [ "string", "null" ],
1662
+ "maxLength" : 16000000,
1663
+ "minLength" : 0,
1664
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1665
+ },
1666
+ "size" : {
1667
+ "type" : [ "string", "null", "integer" ],
1668
+ "format" : "int64",
1669
+ "pattern" : "([0-9]+)"
1670
+ },
1671
+ "name" : {
1672
+ "type" : [ "string", "null" ],
1673
+ "maxLength" : 100,
1674
+ "minLength" : 0
1675
+ },
1676
+ "id" : {
1677
+ "type" : [ "string", "null", "integer" ],
1678
+ "format" : "int64",
1679
+ "pattern" : "([0-9]+)"
1680
+ },
1681
+ "href" : {
1682
+ "type" : [ "string", "null" ],
1683
+ "maxLength" : 500,
1684
+ "minLength" : 0,
1685
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1686
+ }
1687
+ },
1688
+ "required" : [ "href", "id", "name", "previewurl", "size" ]
1689
+ },
1690
+ "attachments" : {
1691
+ "type" : [ "null", "array" ],
1692
+ "items" : {
1693
+ "$ref" : "#/components/schemas/attachmentsJson"
1694
+ }
1695
+ },
1696
+ "commonThreadResponseJson" : {
1697
+ "type" : [ "null", "object" ],
1698
+ "additionalProperties" : false,
1699
+ "properties" : {
1700
+ "summary" : {
1701
+ "type" : [ "string", "null" ],
1702
+ "maxLength" : 100,
1703
+ "minLength" : 0,
1704
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1705
+ },
1706
+ "isDescriptionThread" : {
1707
+ "type" : [ "boolean", "null" ]
1708
+ },
1709
+ "attachments" : {
1710
+ "$ref" : "#/components/schemas/attachments"
1711
+ },
1712
+ "isContentTruncated" : {
1713
+ "type" : [ "boolean", "null" ]
1714
+ },
1715
+ "canReply" : {
1716
+ "type" : [ "boolean", "null" ]
1717
+ },
1718
+ "visibility" : {
1719
+ "type" : [ "string", "null" ],
1720
+ "enum" : [ "public", "private" ],
1721
+ "maxLength" : 100,
1722
+ "minLength" : 0
1723
+ },
1724
+ "author" : {
1725
+ "$ref" : "#/components/schemas/author"
1726
+ },
1727
+ "fullContentURL" : {
1728
+ "type" : [ "string", "null" ],
1729
+ "maxLength" : 100,
1730
+ "minLength" : 0,
1731
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1732
+ },
1733
+ "channel" : {
1734
+ "type" : [ "string", "null" ],
1735
+ "enum" : [ "FACEBOOK", "TWITTER", "EMAIL", "FORUMS", "PHONE", "WEB", "FEEDBACK", "FEEDBACK_WIDGET", "TWITTER_DM", "ONLINE_CHAT", "OFFLINE_CHAT", "CUSTOMERPORTAL" ],
1736
+ "maxLength" : 100,
1737
+ "minLength" : 0
1738
+ },
1739
+ "source" : {
1740
+ "$ref" : "#/components/schemas/channelSource"
1741
+ },
1742
+ "content" : {
1743
+ "type" : [ "string", "null" ],
1744
+ "maxLength" : 16000000,
1745
+ "minLength" : 0
1746
+ },
1747
+ "hasAttach" : {
1748
+ "type" : [ "boolean", "null" ]
1749
+ },
1750
+ "responderId" : {
1751
+ "type" : [ "string", "null", "integer" ],
1752
+ "format" : "int64",
1753
+ "pattern" : "([0-9]+)"
1754
+ },
1755
+ "channelRelatedInfo" : {
1756
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1757
+ },
1758
+ "createdTime" : {
1759
+ "type" : [ "string", "null" ],
1760
+ "maxLength" : 100,
1761
+ "minLength" : 0,
1762
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1763
+ },
1764
+ "attachmentCount" : {
1765
+ "type" : [ "string", "null", "integer" ],
1766
+ "format" : "int64",
1767
+ "pattern" : "([0-9]+)"
1768
+ },
1769
+ "readReceipts" : {
1770
+ "$ref" : "#/components/schemas/readReceipts"
1771
+ },
1772
+ "id" : {
1773
+ "type" : [ "string", "null", "integer" ],
1774
+ "format" : "int64",
1775
+ "pattern" : "([0-9]+)"
1776
+ },
1777
+ "actions" : {
1778
+ "$ref" : "#/components/schemas/actionsList"
1779
+ },
1780
+ "contentType" : {
1781
+ "type" : [ "string", "null" ],
1782
+ "enum" : [ "text/plain", "text/html" ],
1783
+ "maxLength" : 100,
1784
+ "minLength" : 0
1785
+ },
1786
+ "status" : {
1787
+ "type" : [ "string", "null" ],
1788
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1789
+ "maxLength" : 100,
1790
+ "minLength" : 0
1791
+ },
1792
+ "direction" : {
1793
+ "type" : [ "string", "null" ],
1794
+ "enum" : [ "in", "out" ],
1795
+ "maxLength" : 100,
1796
+ "minLength" : 0
1797
+ }
1798
+ },
1799
+ "required" : [ "actions", "attachmentCount", "attachments", "author", "canReply", "channel", "channelRelatedInfo", "content", "contentType", "createdTime", "direction", "fullContentURL", "hasAttach", "id", "isContentTruncated", "isDescriptionThread", "readReceipts", "responderId", "source", "status", "summary", "visibility" ]
1800
+ },
1801
+ "emailThreadResponseJson" : {
1802
+ "type" : [ "null", "object" ],
1803
+ "additionalProperties" : false,
1804
+ "properties" : {
1805
+ "isDescriptionThread" : {
1806
+ "type" : [ "boolean", "null" ]
1807
+ },
1808
+ "bcc" : {
1809
+ "type" : [ "string", "null" ],
1810
+ "maxLength" : 13000,
1811
+ "minLength" : 0,
1812
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1813
+ },
1814
+ "attachments" : {
1815
+ "$ref" : "#/components/schemas/attachments"
1816
+ },
1817
+ "isContentTruncated" : {
1818
+ "type" : [ "boolean", "null" ]
1819
+ },
1820
+ "canReply" : {
1821
+ "type" : [ "boolean", "null" ]
1822
+ },
1823
+ "channel" : {
1824
+ "type" : [ "string", "null" ],
1825
+ "enum" : [ "EMAIL" ],
1826
+ "maxLength" : 100,
1827
+ "minLength" : 0
1828
+ },
1829
+ "source" : {
1830
+ "$ref" : "#/components/schemas/channelSource"
1831
+ },
1832
+ "content" : {
1833
+ "type" : [ "string", "null" ],
1834
+ "maxLength" : 16000000,
1835
+ "minLength" : 0
1836
+ },
1837
+ "impersonatedUser" : {
1838
+ "$ref" : "#/components/schemas/author"
1839
+ },
1840
+ "channelRelatedInfo" : {
1841
+ "$ref" : "#/components/schemas/channelRelatedInfo"
1842
+ },
1843
+ "createdTime" : {
1844
+ "type" : [ "string", "null" ],
1845
+ "maxLength" : 100,
1846
+ "minLength" : 0,
1847
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1848
+ },
1849
+ "id" : {
1850
+ "type" : [ "string", "null", "integer" ],
1851
+ "format" : "int64",
1852
+ "pattern" : "([0-9]+)"
1853
+ },
1854
+ "contentType" : {
1855
+ "type" : [ "string", "null" ],
1856
+ "enum" : [ "text/plain", "text/html" ],
1857
+ "maxLength" : 100,
1858
+ "minLength" : 0
1859
+ },
1860
+ "direction" : {
1861
+ "type" : [ "string", "null" ],
1862
+ "enum" : [ "in", "out" ],
1863
+ "maxLength" : 100,
1864
+ "minLength" : 0
1865
+ },
1866
+ "cc" : {
1867
+ "type" : [ "string", "null" ],
1868
+ "maxLength" : 13000,
1869
+ "minLength" : 0,
1870
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1871
+ },
1872
+ "summary" : {
1873
+ "type" : [ "string", "null" ],
1874
+ "maxLength" : 100,
1875
+ "minLength" : 0,
1876
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
1877
+ },
1878
+ "visibility" : {
1879
+ "type" : [ "string", "null" ],
1880
+ "enum" : [ "public", "private" ],
1881
+ "maxLength" : 100,
1882
+ "minLength" : 0
1883
+ },
1884
+ "author" : {
1885
+ "$ref" : "#/components/schemas/author"
1886
+ },
1887
+ "fullContentURL" : {
1888
+ "type" : [ "string", "null" ],
1889
+ "maxLength" : 100,
1890
+ "minLength" : 0,
1891
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
1892
+ },
1893
+ "isForward" : {
1894
+ "type" : [ "boolean", "null" ]
1895
+ },
1896
+ "hasAttach" : {
1897
+ "type" : [ "boolean", "null" ]
1898
+ },
1899
+ "responderId" : {
1900
+ "type" : [ "string", "null", "integer" ],
1901
+ "format" : "int64",
1902
+ "pattern" : "([0-9]+)"
1903
+ },
1904
+ "replyTo" : {
1905
+ "type" : [ "string", "null" ],
1906
+ "maxLength" : 13000,
1907
+ "minLength" : 0,
1908
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1909
+ },
1910
+ "attachmentCount" : {
1911
+ "type" : [ "string", "null", "integer" ],
1912
+ "format" : "int64",
1913
+ "pattern" : "([0-9]+)"
1914
+ },
1915
+ "readReceipts" : {
1916
+ "$ref" : "#/components/schemas/readReceipts"
1917
+ },
1918
+ "to" : {
1919
+ "type" : [ "string", "null" ],
1920
+ "maxLength" : 13000,
1921
+ "minLength" : 0,
1922
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
1923
+ },
1924
+ "fromEmailAddress" : {
1925
+ "type" : [ "string", "null" ],
1926
+ "maxLength" : 300,
1927
+ "minLength" : 0,
1928
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1929
+ },
1930
+ "actions" : {
1931
+ "$ref" : "#/components/schemas/actionsList"
1932
+ },
1933
+ "status" : {
1934
+ "type" : [ "string", "null" ],
1935
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
1936
+ "maxLength" : 100,
1937
+ "minLength" : 0
1938
+ }
1939
+ },
1940
+ "required" : [ "actions", "attachmentCount", "attachments", "author", "bcc", "canReply", "cc", "channel", "channelRelatedInfo", "content", "contentType", "createdTime", "direction", "fromEmailAddress", "fullContentURL", "hasAttach", "id", "impersonatedUser", "isContentTruncated", "isDescriptionThread", "isForward", "readReceipts", "replyTo", "responderId", "source", "status", "summary", "to", "visibility" ]
1941
+ },
1942
+ "clonedAttachmentsJson" : {
1943
+ "type" : [ "null", "object" ],
1944
+ "additionalProperties" : false,
1945
+ "properties" : {
1946
+ "previewurl" : {
1947
+ "type" : [ "string", "null" ],
1948
+ "maxLength" : 100,
1949
+ "minLength" : 0
1950
+ },
1951
+ "size" : {
1952
+ "type" : [ "string", "null", "integer" ],
1953
+ "format" : "int64",
1954
+ "pattern" : "([0-9]+)"
1955
+ },
1956
+ "name" : {
1957
+ "type" : [ "string", "null" ],
1958
+ "maxLength" : 100,
1959
+ "minLength" : 0
1960
+ },
1961
+ "parentAttachmentId" : {
1962
+ "type" : [ "string", "null", "integer" ],
1963
+ "format" : "int64",
1964
+ "pattern" : "([0-9]+)"
1965
+ },
1966
+ "id" : {
1967
+ "type" : [ "string", "null", "integer" ],
1968
+ "format" : "int64",
1969
+ "pattern" : "([0-9]+)"
1970
+ },
1971
+ "href" : {
1972
+ "type" : [ "string", "null" ],
1973
+ "maxLength" : 100,
1974
+ "minLength" : 0
1975
+ }
1976
+ },
1977
+ "required" : [ "href", "id", "name", "parentAttachmentId", "previewurl", "size" ]
1978
+ },
1979
+ "clonedAttachmentdata" : {
1980
+ "type" : [ "null", "array" ],
1981
+ "items" : {
1982
+ "$ref" : "#/components/schemas/clonedAttachmentsJson"
1983
+ }
1984
+ },
1985
+ "secondMailHeaderJson" : {
1986
+ "type" : [ "null", "object" ],
1987
+ "additionalProperties" : false,
1988
+ "properties" : {
1989
+ "header" : {
1990
+ "type" : [ "string", "null" ],
1991
+ "maxLength" : 100,
1992
+ "minLength" : 0
1993
+ },
1994
+ "value" : {
1995
+ "type" : [ "string", "null" ],
1996
+ "maxLength" : 100,
1997
+ "minLength" : 0
1998
+ }
1999
+ },
2000
+ "required" : [ "header", "value" ]
2001
+ },
2002
+ "getMailHeaders" : {
2003
+ "type" : [ "null", "array" ],
2004
+ "items" : {
2005
+ "$ref" : "#/components/schemas/secondMailHeaderJson"
2006
+ }
2007
+ },
2008
+ "commonSendReplyJson" : {
2009
+ "type" : [ "null", "object" ],
2010
+ "additionalProperties" : false,
2011
+ "properties" : {
2012
+ "channel" : {
2013
+ "type" : [ "string", "null" ],
2014
+ "description" : "Channel through which the thread originated. Values supported are @FACEBOOK@, @TWITTER@, @EMAIL@ and @FORUMS@ .",
2015
+ "enum" : [ "FACEBOOK", "TWITTER", "EMAIL", "FORUMS", "PHONE", "WEB", "FEEDBACK", "FEEDBACK_WIDGET", "TWITTER_DM", "ONLINE_CHAT", "OFFLINE_CHAT", "CUSTOMERPORTAL" ],
2016
+ "maxLength" : 100,
2017
+ "minLength" : 0
2018
+ },
2019
+ "content" : {
2020
+ "type" : [ "string", "null" ],
2021
+ "description" : "Content of the thread",
2022
+ "maxLength" : 16000000,
2023
+ "minLength" : 0,
2024
+ "x-custom-parameters-attributes" : {
2025
+ "xss" : "antisamyfilter_withstyletag"
2026
+ }
2027
+ }
2028
+ },
2029
+ "required" : [ "channel", "content" ]
2030
+ },
2031
+ "emailThreadSendReply" : {
2032
+ "additionalProperties" : false,
2033
+ "allOf" : [ {
2034
+ "$ref" : "#/components/schemas/commonSendReplyJson"
2035
+ }, {
2036
+ "type" : [ "null", "object" ],
2037
+ "properties" : {
2038
+ "ticketStatus" : {
2039
+ "type" : [ "string", "null" ],
2040
+ "description" : "Status of the ticket. Includes the custom statuses configured in your help desk portal.",
2041
+ "x-dynamic-enum" : true
2042
+ },
2043
+ "attachmentIds" : {
2044
+ "type" : [ "null", "array" ],
2045
+ "items" : {
2046
+ "type" : [ "string", "null", "integer" ],
2047
+ "format" : "int64",
2048
+ "pattern" : "([0-9]+)",
2049
+ "x-custom-parameters-attributes" : [ { } ]
2050
+ },
2051
+ "uniqueItems" : false
2052
+ },
2053
+ "to" : {
2054
+ "type" : [ "string", "null" ],
2055
+ "description" : "To email ID in the thread, applicable only for @EMAIL@ channel",
2056
+ "maxLength" : 13000,
2057
+ "minLength" : 0,
2058
+ "pattern" : "(^((.*?)((<)*?[a-zA-Z0-9]([\\w\\-.+]*)@([\\w\\-.]*)(\\.[a-zA-Z]{2,22}(.[a-zA-Z]{2}){0,2})(>)*?(\\s)*((,|;)\\s*)?))+|^$)"
2059
+ },
2060
+ "fromEmailAddress" : {
2061
+ "type" : [ "string", "null" ],
2062
+ "description" : "Mandatory parameter for creating an email thread. Applicable for @EMAIL@, @ONLINE_CHAT@, @OFFLINE_CHAT@, @CUSTOMERPORTAL@, and @FORUMS@ channels.",
2063
+ "maxLength" : 300,
2064
+ "minLength" : 0,
2065
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
2066
+ "x-custom-parameters-attributes" : {
2067
+ "entity" : "MailReplyAddress"
2068
+ }
2069
+ },
2070
+ "contentType" : {
2071
+ "type" : [ "string", "null" ],
2072
+ "description" : "Formatting type of the content. Applicable only for the @EMAIL@ channel. Values supported are @html@ and @plainText@ (default).",
2073
+ "enum" : [ "html", "plainText", "text/html" ],
2074
+ "maxLength" : 100,
2075
+ "minLength" : 0
2076
+ },
2077
+ "isForward" : {
2078
+ "type" : [ "boolean", "null" ],
2079
+ "description" : "Key that returns if the thread was sent as a forward. Applicable only for the @EMAIL@ channel."
2080
+ }
2081
+ }
2082
+ }, {
2083
+ "type" : "object"
2084
+ }, {
2085
+ "type" : "object"
2086
+ }, {
2087
+ "type" : "object",
2088
+ "required" : [ "channel", "content", "fromEmailAddress" ]
2089
+ } ]
2090
+ },
2091
+ "facebookSendReply" : {
2092
+ "additionalProperties" : false,
2093
+ "allOf" : [ {
2094
+ "$ref" : "#/components/schemas/commonSendReplyJson"
2095
+ }, {
2096
+ "type" : [ "null", "object" ],
2097
+ "properties" : {
2098
+ "respondedIn" : {
2099
+ "type" : [ "string", "null" ],
2100
+ "description" : "Time taken by the agent to respond to the customer",
2101
+ "maxLength" : 100,
2102
+ "minLength" : 0
2103
+ }
2104
+ }
2105
+ }, {
2106
+ "type" : "object"
2107
+ }, {
2108
+ "type" : "object"
2109
+ }, {
2110
+ "type" : "object",
2111
+ "required" : [ "channel", "content" ]
2112
+ } ]
2113
+ },
2114
+ "faceBookThreadResponse" : {
2115
+ "type" : [ "null", "object" ],
2116
+ "additionalProperties" : false,
2117
+ "properties" : {
2118
+ "summary" : {
2119
+ "type" : [ "string", "null" ],
2120
+ "maxLength" : 100,
2121
+ "minLength" : 0,
2122
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)",
2123
+ "x-custom-parameters-attributes" : {
2124
+ "removeExif" : false,
2125
+ "replacementString" : "",
2126
+ "filterMatchedContent" : false,
2127
+ "antivirus" : false,
2128
+ "allowInvalid" : false,
2129
+ "descrption" : "Summary of the thread",
2130
+ "secret" : false,
2131
+ "preserveCharsLimit" : 10,
2132
+ "trim" : false,
2133
+ "internalParam" : false,
2134
+ "preserveChars" : "0,5",
2135
+ "importUrl" : false,
2136
+ "decrypt" : false
2137
+ }
2138
+ },
2139
+ "isDescriptionThread" : {
2140
+ "type" : [ "boolean", "null" ],
2141
+ "x-custom-parameters-attributes" : {
2142
+ "removeExif" : false,
2143
+ "replacementString" : "",
2144
+ "filterMatchedContent" : false,
2145
+ "antivirus" : false,
2146
+ "allowInvalid" : false,
2147
+ "descrption" : " Key that denotes if the thread is the description of the ticket",
2148
+ "secret" : false,
2149
+ "preserveCharsLimit" : 10,
2150
+ "trim" : false,
2151
+ "internalParam" : false,
2152
+ "preserveChars" : "0,5",
2153
+ "importUrl" : false,
2154
+ "decrypt" : false
2155
+ }
2156
+ },
2157
+ "attachments" : {
2158
+ "$ref" : "#/components/schemas/attachments"
2159
+ },
2160
+ "isContentTruncated" : {
2161
+ "type" : [ "boolean", "null" ]
2162
+ },
2163
+ "canReply" : {
2164
+ "type" : [ "boolean", "null" ],
2165
+ "x-custom-parameters-attributes" : {
2166
+ "removeExif" : false,
2167
+ "replacementString" : "",
2168
+ "filterMatchedContent" : false,
2169
+ "antivirus" : false,
2170
+ "allowInvalid" : false,
2171
+ "descrption" : "Specifies whether replies can be added be added to this thread.",
2172
+ "secret" : false,
2173
+ "preserveCharsLimit" : 10,
2174
+ "trim" : false,
2175
+ "internalParam" : false,
2176
+ "preserveChars" : "0,5",
2177
+ "importUrl" : false,
2178
+ "decrypt" : false
2179
+ }
2180
+ },
2181
+ "visibility" : {
2182
+ "type" : [ "string", "null" ],
2183
+ "enum" : [ "public", "private" ],
2184
+ "maxLength" : 100,
2185
+ "minLength" : 0
2186
+ },
2187
+ "author" : {
2188
+ "$ref" : "#/components/schemas/author"
2189
+ },
2190
+ "fullContentURL" : {
2191
+ "type" : [ "string", "null" ],
2192
+ "maxLength" : 100,
2193
+ "minLength" : 0,
2194
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
2195
+ },
2196
+ "channel" : {
2197
+ "type" : [ "string", "null" ],
2198
+ "enum" : [ "FACEBOOK" ],
2199
+ "maxLength" : 100,
2200
+ "minLength" : 0,
2201
+ "x-custom-parameters-attributes" : {
2202
+ "removeExif" : false,
2203
+ "replacementString" : "",
2204
+ "filterMatchedContent" : false,
2205
+ "antivirus" : false,
2206
+ "allowInvalid" : false,
2207
+ "descrption" : "Channel through which the thread originated. Values supported are @FACEBOOK@, @TWITTER@, @EMAIL@ and @FORUMS@ .",
2208
+ "secret" : false,
2209
+ "preserveCharsLimit" : 10,
2210
+ "trim" : false,
2211
+ "internalParam" : false,
2212
+ "preserveChars" : "0,5",
2213
+ "importUrl" : false,
2214
+ "decrypt" : false
2215
+ }
2216
+ },
2217
+ "source" : {
2218
+ "$ref" : "#/components/schemas/channelSource"
2219
+ },
2220
+ "content" : {
2221
+ "type" : [ "string", "null" ],
2222
+ "maxLength" : 16000000,
2223
+ "minLength" : 0,
2224
+ "x-custom-parameters-attributes" : {
2225
+ "removeExif" : false,
2226
+ "replacementString" : "",
2227
+ "filterMatchedContent" : false,
2228
+ "antivirus" : false,
2229
+ "allowInvalid" : false,
2230
+ "descrption" : "Content of the thread",
2231
+ "secret" : false,
2232
+ "preserveCharsLimit" : 10,
2233
+ "trim" : false,
2234
+ "internalParam" : false,
2235
+ "preserveChars" : "0,5",
2236
+ "xss" : "antisamyfilter_withstyletag",
2237
+ "importUrl" : false,
2238
+ "decrypt" : false
2239
+ }
2240
+ },
2241
+ "facebookProfile" : {
2242
+ "type" : [ "string", "null" ],
2243
+ "maxLength" : 13000,
2244
+ "minLength" : 0,
2245
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)",
2246
+ "x-custom-parameters-attributes" : {
2247
+ "removeExif" : false,
2248
+ "replacementString" : "",
2249
+ "filterMatchedContent" : false,
2250
+ "antivirus" : false,
2251
+ "allowInvalid" : false,
2252
+ "descrption" : "Facebook profile of the contact. This field is now @deprecated@",
2253
+ "secret" : false,
2254
+ "preserveCharsLimit" : 10,
2255
+ "trim" : false,
2256
+ "internalParam" : true,
2257
+ "preserveChars" : "0,5",
2258
+ "importUrl" : false,
2259
+ "decrypt" : false
2260
+ }
2261
+ },
2262
+ "hasAttach" : {
2263
+ "type" : [ "boolean", "null" ],
2264
+ "x-custom-parameters-attributes" : {
2265
+ "removeExif" : false,
2266
+ "replacementString" : "",
2267
+ "filterMatchedContent" : false,
2268
+ "antivirus" : false,
2269
+ "allowInvalid" : false,
2270
+ "descrption" : "States whether the thread has attachments",
2271
+ "secret" : false,
2272
+ "preserveCharsLimit" : 10,
2273
+ "trim" : false,
2274
+ "internalParam" : false,
2275
+ "preserveChars" : "0,5",
2276
+ "importUrl" : false,
2277
+ "decrypt" : false
2278
+ }
2279
+ },
2280
+ "responderId" : {
2281
+ "type" : [ "string", "null", "integer" ],
2282
+ "format" : "int64",
2283
+ "pattern" : "([0-9]+)"
2284
+ },
2285
+ "channelRelatedInfo" : {
2286
+ "$ref" : "#/components/schemas/channelRelatedInfo"
2287
+ },
2288
+ "createdTime" : {
2289
+ "type" : [ "string", "null" ],
2290
+ "maxLength" : 100,
2291
+ "minLength" : 0,
2292
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))",
2293
+ "x-custom-parameters-attributes" : {
2294
+ "removeExif" : false,
2295
+ "replacementString" : "",
2296
+ "filterMatchedContent" : false,
2297
+ "antivirus" : false,
2298
+ "allowInvalid" : false,
2299
+ "descrption" : "Time of creating the thread",
2300
+ "secret" : false,
2301
+ "preserveCharsLimit" : 10,
2302
+ "trim" : false,
2303
+ "internalParam" : false,
2304
+ "preserveChars" : "0,5",
2305
+ "importUrl" : false,
2306
+ "decrypt" : false
2307
+ }
2308
+ },
2309
+ "attachmentCount" : {
2310
+ "type" : [ "string", "null", "integer" ],
2311
+ "format" : "int64",
2312
+ "pattern" : "([0-9]+)"
2313
+ },
2314
+ "readReceipts" : {
2315
+ "$ref" : "#/components/schemas/readReceipts"
2316
+ },
2317
+ "id" : {
2318
+ "type" : [ "string", "null", "integer" ],
2319
+ "format" : "int64",
2320
+ "pattern" : "([0-9]+)",
2321
+ "x-custom-parameters-attributes" : {
2322
+ "removeExif" : false,
2323
+ "replacementString" : "",
2324
+ "filterMatchedContent" : false,
2325
+ "antivirus" : false,
2326
+ "allowInvalid" : false,
2327
+ "descrption" : "ID of the thread",
2328
+ "secret" : false,
2329
+ "preserveCharsLimit" : 10,
2330
+ "trim" : false,
2331
+ "internalParam" : false,
2332
+ "preserveChars" : "0,5",
2333
+ "importUrl" : false,
2334
+ "decrypt" : false
2335
+ }
2336
+ },
2337
+ "actions" : {
2338
+ "$ref" : "#/components/schemas/actionsList"
2339
+ },
2340
+ "contentType" : {
2341
+ "type" : [ "string", "null" ],
2342
+ "enum" : [ "text/plain", "text/html" ],
2343
+ "maxLength" : 100,
2344
+ "minLength" : 0
2345
+ },
2346
+ "status" : {
2347
+ "type" : [ "string", "null" ],
2348
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
2349
+ "maxLength" : 100,
2350
+ "minLength" : 0,
2351
+ "x-custom-parameters-attributes" : {
2352
+ "removeExif" : false,
2353
+ "replacementString" : "",
2354
+ "filterMatchedContent" : false,
2355
+ "antivirus" : false,
2356
+ "allowInvalid" : false,
2357
+ "descrption" : "Status of the thread.Values supported are @SUCCESS@,@PENDING@,@FAILED@,@DRAFT@",
2358
+ "secret" : false,
2359
+ "preserveCharsLimit" : 10,
2360
+ "trim" : false,
2361
+ "internalParam" : false,
2362
+ "preserveChars" : "0,5",
2363
+ "importUrl" : false,
2364
+ "decrypt" : false
2365
+ }
2366
+ },
2367
+ "direction" : {
2368
+ "type" : [ "string", "null" ],
2369
+ "enum" : [ "in", "out" ],
2370
+ "maxLength" : 100,
2371
+ "minLength" : 0,
2372
+ "x-custom-parameters-attributes" : {
2373
+ "removeExif" : false,
2374
+ "replacementString" : "",
2375
+ "filterMatchedContent" : false,
2376
+ "antivirus" : false,
2377
+ "allowInvalid" : false,
2378
+ "descrption" : "Key that returns whether the thread is incoming or outgoing",
2379
+ "secret" : false,
2380
+ "preserveCharsLimit" : 10,
2381
+ "trim" : false,
2382
+ "internalParam" : false,
2383
+ "preserveChars" : "0,5",
2384
+ "importUrl" : false,
2385
+ "decrypt" : false
2386
+ }
2387
+ }
2388
+ },
2389
+ "required" : [ "actions", "attachmentCount", "attachments", "author", "canReply", "channel", "channelRelatedInfo", "content", "contentType", "createdTime", "direction", "facebookProfile", "fullContentURL", "hasAttach", "id", "isContentTruncated", "isDescriptionThread", "readReceipts", "responderId", "source", "status", "summary", "visibility" ]
2390
+ },
2391
+ "forumSendReply" : {
2392
+ "additionalProperties" : false,
2393
+ "allOf" : [ {
2394
+ "$ref" : "#/components/schemas/commonSendReplyJson"
2395
+ }, {
2396
+ "type" : [ "null", "object" ],
2397
+ "properties" : {
2398
+ "respondedIn" : {
2399
+ "type" : [ "string", "null" ],
2400
+ "description" : "Time taken by the agent to respond to the customer",
2401
+ "maxLength" : 100,
2402
+ "minLength" : 0
2403
+ }
2404
+ }
2405
+ }, {
2406
+ "type" : "object"
2407
+ }, {
2408
+ "type" : "object"
2409
+ }, {
2410
+ "type" : "object",
2411
+ "required" : [ "channel", "content" ]
2412
+ } ]
2413
+ },
2414
+ "fourmsThreadResponse" : {
2415
+ "type" : [ "null", "object" ],
2416
+ "additionalProperties" : false,
2417
+ "properties" : {
2418
+ "summary" : {
2419
+ "type" : [ "string", "null" ],
2420
+ "maxLength" : 100,
2421
+ "minLength" : 0,
2422
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)",
2423
+ "x-custom-parameters-attributes" : {
2424
+ "removeExif" : false,
2425
+ "replacementString" : "",
2426
+ "filterMatchedContent" : false,
2427
+ "antivirus" : false,
2428
+ "allowInvalid" : false,
2429
+ "descrption" : "Summary of the thread",
2430
+ "secret" : false,
2431
+ "preserveCharsLimit" : 10,
2432
+ "trim" : false,
2433
+ "internalParam" : false,
2434
+ "preserveChars" : "0,5",
2435
+ "importUrl" : false,
2436
+ "decrypt" : false
2437
+ }
2438
+ },
2439
+ "isDescriptionThread" : {
2440
+ "type" : [ "boolean", "null" ],
2441
+ "x-custom-parameters-attributes" : {
2442
+ "removeExif" : false,
2443
+ "replacementString" : "",
2444
+ "filterMatchedContent" : false,
2445
+ "antivirus" : false,
2446
+ "allowInvalid" : false,
2447
+ "descrption" : " Key that denotes if the thread is the description of the ticket",
2448
+ "secret" : false,
2449
+ "preserveCharsLimit" : 10,
2450
+ "trim" : false,
2451
+ "internalParam" : false,
2452
+ "preserveChars" : "0,5",
2453
+ "importUrl" : false,
2454
+ "decrypt" : false
2455
+ }
2456
+ },
2457
+ "attachments" : {
2458
+ "$ref" : "#/components/schemas/attachments"
2459
+ },
2460
+ "isContentTruncated" : {
2461
+ "type" : [ "boolean", "null" ]
2462
+ },
2463
+ "canReply" : {
2464
+ "type" : [ "boolean", "null" ],
2465
+ "x-custom-parameters-attributes" : {
2466
+ "removeExif" : false,
2467
+ "replacementString" : "",
2468
+ "filterMatchedContent" : false,
2469
+ "antivirus" : false,
2470
+ "allowInvalid" : false,
2471
+ "descrption" : "Specifies whether replies can be added be added to this thread.",
2472
+ "secret" : false,
2473
+ "preserveCharsLimit" : 10,
2474
+ "trim" : false,
2475
+ "internalParam" : false,
2476
+ "preserveChars" : "0,5",
2477
+ "importUrl" : false,
2478
+ "decrypt" : false
2479
+ }
2480
+ },
2481
+ "visibility" : {
2482
+ "type" : [ "string", "null" ],
2483
+ "enum" : [ "public", "private" ],
2484
+ "maxLength" : 100,
2485
+ "minLength" : 0
2486
+ },
2487
+ "author" : {
2488
+ "$ref" : "#/components/schemas/author"
2489
+ },
2490
+ "fullContentURL" : {
2491
+ "type" : [ "string", "null" ],
2492
+ "maxLength" : 100,
2493
+ "minLength" : 0,
2494
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&amp;%\\$#_@]*)?$)"
2495
+ },
2496
+ "channel" : {
2497
+ "type" : [ "string", "null" ],
2498
+ "enum" : [ "FORUMS" ],
2499
+ "maxLength" : 100,
2500
+ "minLength" : 0,
2501
+ "x-custom-parameters-attributes" : {
2502
+ "removeExif" : false,
2503
+ "replacementString" : "",
2504
+ "filterMatchedContent" : false,
2505
+ "antivirus" : false,
2506
+ "allowInvalid" : false,
2507
+ "descrption" : "Channel through which the thread originated. Values supported are @FACEBOOK@, @TWITTER@, @EMAIL@ and @FORUMS@ .",
2508
+ "secret" : false,
2509
+ "preserveCharsLimit" : 10,
2510
+ "trim" : false,
2511
+ "internalParam" : false,
2512
+ "preserveChars" : "0,5",
2513
+ "importUrl" : false,
2514
+ "decrypt" : false
2515
+ }
2516
+ },
2517
+ "source" : {
2518
+ "$ref" : "#/components/schemas/channelSource"
2519
+ },
2520
+ "content" : {
2521
+ "type" : [ "string", "null" ],
2522
+ "maxLength" : 16000000,
2523
+ "minLength" : 0,
2524
+ "x-custom-parameters-attributes" : {
2525
+ "removeExif" : false,
2526
+ "replacementString" : "",
2527
+ "filterMatchedContent" : false,
2528
+ "antivirus" : false,
2529
+ "allowInvalid" : false,
2530
+ "descrption" : "Content of the thread",
2531
+ "secret" : false,
2532
+ "preserveCharsLimit" : 10,
2533
+ "trim" : false,
2534
+ "internalParam" : false,
2535
+ "preserveChars" : "0,5",
2536
+ "xss" : "antisamyfilter_withstyletag",
2537
+ "importUrl" : false,
2538
+ "decrypt" : false
2539
+ }
2540
+ },
2541
+ "hasAttach" : {
2542
+ "type" : [ "boolean", "null" ],
2543
+ "x-custom-parameters-attributes" : {
2544
+ "removeExif" : false,
2545
+ "replacementString" : "",
2546
+ "filterMatchedContent" : false,
2547
+ "antivirus" : false,
2548
+ "allowInvalid" : false,
2549
+ "descrption" : "States whether the thread has attachments",
2550
+ "secret" : false,
2551
+ "preserveCharsLimit" : 10,
2552
+ "trim" : false,
2553
+ "internalParam" : false,
2554
+ "preserveChars" : "0,5",
2555
+ "importUrl" : false,
2556
+ "decrypt" : false
2557
+ }
2558
+ },
2559
+ "responderId" : {
2560
+ "type" : [ "string", "null", "integer" ],
2561
+ "format" : "int64",
2562
+ "pattern" : "([0-9]+)"
2563
+ },
2564
+ "channelRelatedInfo" : {
2565
+ "$ref" : "#/components/schemas/channelRelatedInfo"
2566
+ },
2567
+ "createdTime" : {
2568
+ "type" : [ "string", "null" ],
2569
+ "maxLength" : 100,
2570
+ "minLength" : 0,
2571
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))",
2572
+ "x-custom-parameters-attributes" : {
2573
+ "removeExif" : false,
2574
+ "replacementString" : "",
2575
+ "filterMatchedContent" : false,
2576
+ "antivirus" : false,
2577
+ "allowInvalid" : false,
2578
+ "descrption" : "Time of creating the thread",
2579
+ "secret" : false,
2580
+ "preserveCharsLimit" : 10,
2581
+ "trim" : false,
2582
+ "internalParam" : false,
2583
+ "preserveChars" : "0,5",
2584
+ "importUrl" : false,
2585
+ "decrypt" : false
2586
+ }
2587
+ },
2588
+ "attachmentCount" : {
2589
+ "type" : [ "string", "null", "integer" ],
2590
+ "format" : "int64",
2591
+ "pattern" : "([0-9]+)"
2592
+ },
2593
+ "readReceipts" : {
2594
+ "$ref" : "#/components/schemas/readReceipts"
2595
+ },
2596
+ "id" : {
2597
+ "type" : [ "string", "null", "integer" ],
2598
+ "format" : "int64",
2599
+ "pattern" : "([0-9]+)",
2600
+ "x-custom-parameters-attributes" : {
2601
+ "removeExif" : false,
2602
+ "replacementString" : "",
2603
+ "filterMatchedContent" : false,
2604
+ "antivirus" : false,
2605
+ "allowInvalid" : false,
2606
+ "descrption" : "ID of the thread",
2607
+ "secret" : false,
2608
+ "preserveCharsLimit" : 10,
2609
+ "trim" : false,
2610
+ "internalParam" : false,
2611
+ "preserveChars" : "0,5",
2612
+ "importUrl" : false,
2613
+ "decrypt" : false
2614
+ }
2615
+ },
2616
+ "fromEmailAddress" : {
2617
+ "type" : [ "string", "null" ],
2618
+ "maxLength" : 300,
2619
+ "minLength" : 0,
2620
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
2621
+ "x-custom-parameters-attributes" : {
2622
+ "removeExif" : false,
2623
+ "replacementString" : "",
2624
+ "filterMatchedContent" : false,
2625
+ "antivirus" : false,
2626
+ "allowInvalid" : false,
2627
+ "descrption" : "Mandatory parameter for creating an email thread. Applicable for @EMAIL@, @ONLINE_CHAT@, @OFFLINE_CHAT@, @CUSTOMERPORTAL@, and @FORUMS@ channels.",
2628
+ "secret" : false,
2629
+ "preserveCharsLimit" : 10,
2630
+ "trim" : false,
2631
+ "internalParam" : false,
2632
+ "preserveChars" : "0,5",
2633
+ "importUrl" : false,
2634
+ "decrypt" : false,
2635
+ "entity" : "MailReplyAddress"
2636
+ }
2637
+ },
2638
+ "actions" : {
2639
+ "$ref" : "#/components/schemas/actionsList"
2640
+ },
2641
+ "contentType" : {
2642
+ "type" : [ "string", "null" ],
2643
+ "enum" : [ "text/plain", "text/html" ],
2644
+ "maxLength" : 100,
2645
+ "minLength" : 0
2646
+ },
2647
+ "status" : {
2648
+ "type" : [ "string", "null" ],
2649
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
2650
+ "maxLength" : 100,
2651
+ "minLength" : 0,
2652
+ "x-custom-parameters-attributes" : {
2653
+ "removeExif" : false,
2654
+ "replacementString" : "",
2655
+ "filterMatchedContent" : false,
2656
+ "antivirus" : false,
2657
+ "allowInvalid" : false,
2658
+ "descrption" : "Status of the thread.Values supported are @SUCCESS@,@PENDING@,@FAILED@,@DRAFT@",
2659
+ "secret" : false,
2660
+ "preserveCharsLimit" : 10,
2661
+ "trim" : false,
2662
+ "internalParam" : false,
2663
+ "preserveChars" : "0,5",
2664
+ "importUrl" : false,
2665
+ "decrypt" : false
2666
+ }
2667
+ },
2668
+ "direction" : {
2669
+ "type" : [ "string", "null" ],
2670
+ "enum" : [ "in", "out" ],
2671
+ "maxLength" : 100,
2672
+ "minLength" : 0,
2673
+ "x-custom-parameters-attributes" : {
2674
+ "removeExif" : false,
2675
+ "replacementString" : "",
2676
+ "filterMatchedContent" : false,
2677
+ "antivirus" : false,
2678
+ "allowInvalid" : false,
2679
+ "descrption" : "Key that returns whether the thread is incoming or outgoing",
2680
+ "secret" : false,
2681
+ "preserveCharsLimit" : 10,
2682
+ "trim" : false,
2683
+ "internalParam" : false,
2684
+ "preserveChars" : "0,5",
2685
+ "importUrl" : false,
2686
+ "decrypt" : false
2687
+ }
2688
+ }
2689
+ },
2690
+ "required" : [ "actions", "attachmentCount", "attachments", "author", "canReply", "channel", "channelRelatedInfo", "content", "contentType", "createdTime", "direction", "fromEmailAddress", "fullContentURL", "hasAttach", "id", "isContentTruncated", "isDescriptionThread", "readReceipts", "responderId", "source", "status", "summary", "visibility" ]
2691
+ },
2692
+ "twitterSendReply" : {
2693
+ "additionalProperties" : false,
2694
+ "allOf" : [ {
2695
+ "$ref" : "#/components/schemas/commonSendReplyJson"
2696
+ }, {
2697
+ "type" : [ "null", "object" ],
2698
+ "properties" : {
2699
+ "respondedIn" : {
2700
+ "type" : [ "string", "null" ],
2701
+ "description" : "Time taken by the agent to respond to the customer",
2702
+ "maxLength" : 100,
2703
+ "minLength" : 0
2704
+ }
2705
+ }
2706
+ }, {
2707
+ "type" : "object",
2708
+ "required" : [ "channel", "content" ]
2709
+ } ]
2710
+ },
2711
+ "twitterThreadResponse" : {
2712
+ "additionalProperties" : false,
2713
+ "allOf" : [ {
2714
+ "$ref" : "#/components/schemas/commonThreadResponseJson"
2715
+ }, {
2716
+ "type" : [ "null", "object" ],
2717
+ "properties" : {
2718
+ "twitterProfile" : {
2719
+ "type" : [ "string", "null" ],
2720
+ "maxLength" : 13000,
2721
+ "minLength" : 0,
2722
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)",
2723
+ "x-custom-parameters-attributes" : {
2724
+ "removeExif" : false,
2725
+ "replacementString" : "",
2726
+ "filterMatchedContent" : false,
2727
+ "antivirus" : false,
2728
+ "allowInvalid" : false,
2729
+ "descrption" : "Twitter handle of the contact. This field is now @deprecated@",
2730
+ "secret" : false,
2731
+ "preserveCharsLimit" : 10,
2732
+ "trim" : false,
2733
+ "internalParam" : true,
2734
+ "preserveChars" : "0,5",
2735
+ "importUrl" : false,
2736
+ "decrypt" : false
2737
+ }
2738
+ }
2739
+ },
2740
+ "required" : [ "twitterProfile" ]
2741
+ } ]
2742
+ },
2743
+ "getThreadDetails" : {
2744
+ "oneOf" : [ {
2745
+ "$ref" : "#/components/schemas/threadKeys"
2746
+ }, {
2747
+ "$ref" : "#/components/schemas/facebookThreadKeys"
2748
+ }, {
2749
+ "$ref" : "#/components/schemas/twitterThreadKeys"
2750
+ }, {
2751
+ "$ref" : "#/components/schemas/forumThreadKeys"
2752
+ }, {
2753
+ "$ref" : "#/components/schemas/emailThreadKeys"
2754
+ } ]
2755
+ },
2756
+ "getThreadsdata" : {
2757
+ "type" : [ "null", "array" ],
2758
+ "items" : {
2759
+ "$ref" : "#/components/schemas/getThreadDetails"
2760
+ }
2761
+ }
2762
+ },
2763
+ "responses" : {
2764
+ "getSingleThreadResponseJson" : {
2765
+ "description" : "getSingleThreadResponseJson template definitions",
2766
+ "content" : {
2767
+ "application/json" : {
2768
+ "schema" : {
2769
+ "$ref" : "./Conversation.json#/components/schemas/latestThreadResponse"
2770
+ }
2771
+ }
2772
+ },
2773
+ "x-custom-response-attributes" : {
2774
+ "disable-safe-headers" : "[]"
2775
+ }
2776
+ },
2777
+ "getThreadsdata" : {
2778
+ "description" : "getThreadsdata template definitions",
2779
+ "content" : {
2780
+ "application/json" : {
2781
+ "schema" : {
2782
+ "$ref" : "#/components/schemas/getThreadsdata"
2783
+ },
2784
+ "examples" : {
2785
+ "Valid responses Definitions" : {
2786
+ "value" : {
2787
+ "data" : [ {
2788
+ "modifiedTime" : "2025-04-11T11:00:06.000Z",
2789
+ "attachments" : [ ],
2790
+ "encodedContent" : "&lt;div style&#x3d;&quot;font-size&#x3a; 14px&#x3b; font-family&#x3a; LatoRegular, Regular, Lato, &amp;quot&#x3b;Lato 2&amp;quot&#x3b;, Arial, Helvetica, sans-serif&quot;&gt;&lt;div&gt;TestComment&lt;&#x2f;div&gt;&lt;&#x2f;div&gt;",
2791
+ "commentedTime" : "2025-04-11T11:00:06.000Z",
2792
+ "isPublic" : false,
2793
+ "id" : "145816000008263001",
2794
+ "type" : "comment",
2795
+ "contentType" : "html",
2796
+ "content" : "<div style=\"font-size: 14px; font-family: LatoRegular, Regular, Lato, &quot;Lato 2&quot;, Arial, Helvetica, sans-serif\"><div>TestComment</div></div>",
2797
+ "commenterId" : "145816000000190001",
2798
+ "commenter" : {
2799
+ "photoURL" : "https://profile.zylker.com/file/download?t=user&API=true&ID=92056723&fs=thumb",
2800
+ "firstName" : "",
2801
+ "lastName" : "Aravind Kumar Non portal testing",
2802
+ "name" : "Aravind Kumar Non portal testing",
2803
+ "roleName" : null,
2804
+ "id" : "145816000000190001",
2805
+ "type" : "NON_DESK_USER",
2806
+ "email" : null
2807
+ },
2808
+ "impersonatedUser" : null
2809
+ }, {
2810
+ "summary" : "Hello Welcome to Zoho Desks new Unified Ticket Screen. Here, you have complete context of the ticket. Now that you had received your first ticket, did you notice that it has been a...",
2811
+ "sentiment" : null,
2812
+ "keyWords" : null,
2813
+ "isDescriptionThread" : true,
2814
+ "canReply" : true,
2815
+ "visibility" : "public",
2816
+ "author" : {
2817
+ "photoURL" : null,
2818
+ "firstName" : null,
2819
+ "lastName" : "Lawrence",
2820
+ "name" : "Lawrence",
2821
+ "id" : "1000000051038",
2822
+ "type" : "END_USER",
2823
+ "email" : "admin@zylker.com"
2824
+ },
2825
+ "channel" : "WEB",
2826
+ "aspects" : null,
2827
+ "source" : {
2828
+ "appName" : null,
2829
+ "extId" : null,
2830
+ "permalink" : null,
2831
+ "type" : "SYSTEM",
2832
+ "appPhotoURL" : null
2833
+ },
2834
+ "type" : "thread",
2835
+ "lastRatingIconURL" : null,
2836
+ "impersonatedUser" : null,
2837
+ "hasAttach" : false,
2838
+ "channelRelatedInfo" : null,
2839
+ "respondedIn" : null,
2840
+ "createdTime" : "2025-04-13T16:10:26.000Z",
2841
+ "attachmentCount" : "0",
2842
+ "readReceipts" : null,
2843
+ "id" : "74682dbf0cd2943ca30b5dbb42c658bf123c1cdb814e2088f82edbcd94b816ce",
2844
+ "contentType" : "text/html",
2845
+ "actions" : [ ],
2846
+ "status" : "SUCCESS",
2847
+ "direction" : "in"
2848
+ } ],
2849
+ "hasMore" : false
2850
+ }
2851
+ }
2852
+ }
2853
+ }
2854
+ },
2855
+ "x-custom-response-attributes" : {
2856
+ "disable-safe-headers" : "[]"
2857
+ }
2858
+ },
2859
+ "getThreadsResponseJson" : {
2860
+ "description" : "getThreadsResponseJson template definitions",
2861
+ "content" : {
2862
+ "application/json" : {
2863
+ "schema" : {
2864
+ "additionalProperties" : false,
2865
+ "allOf" : [ {
2866
+ "$ref" : "#/components/schemas/commonThreadResponseJson"
2867
+ }, {
2868
+ "type" : [ "null", "object" ],
2869
+ "properties" : {
2870
+ "sentiment" : {
2871
+ "type" : [ "string", "null" ],
2872
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
2873
+ "maxLength" : 100,
2874
+ "minLength" : 0
2875
+ },
2876
+ "keyWords" : {
2877
+ "type" : [ "null", "array" ],
2878
+ "items" : {
2879
+ "type" : [ "string", "null" ],
2880
+ "maxLength" : 100,
2881
+ "minLength" : 0
2882
+ },
2883
+ "uniqueItems" : false
2884
+ },
2885
+ "respondedIn" : {
2886
+ "type" : [ "string", "null" ],
2887
+ "maxLength" : 100,
2888
+ "minLength" : 0
2889
+ },
2890
+ "aspects" : {
2891
+ "type" : [ "null", "array" ],
2892
+ "items" : {
2893
+ "type" : [ "string", "null" ],
2894
+ "maxLength" : 100,
2895
+ "minLength" : 0
2896
+ },
2897
+ "uniqueItems" : false
2898
+ }
2899
+ },
2900
+ "required" : [ "aspects", "keyWords", "respondedIn", "sentiment" ]
2901
+ } ]
2902
+ },
2903
+ "examples" : {
2904
+ "Valid responses Definitions" : {
2905
+ "value" : {
2906
+ "sentiment" : null,
2907
+ "isDescriptionThread" : true,
2908
+ "attachments" : [ ],
2909
+ "canReply" : true,
2910
+ "isContentTruncated" : false,
2911
+ "channel" : "WEB",
2912
+ "aspects" : null,
2913
+ "source" : {
2914
+ "appName" : null,
2915
+ "extId" : null,
2916
+ "permalink" : null,
2917
+ "type" : "SYSTEM",
2918
+ "appPhotoURL" : null
2919
+ },
2920
+ "content" : "Hello<br><br>Welcome to Zoho Desks new Unified Ticket Screen. Here, you have complete context of the ticket. Now that you had received your first ticket, did you notice that it has been assigned to you? To respond to this ticket smartly, check out the Auto-Suggested Solutions in the pane to your left.<br><br>When you're done composing your response, you may send it and close the ticket.<br><br>Whatever action you perform, be rest assured that you can always track them under the ticket's history. With that, you're one step closer to delivering top-notch customer service!<br><br>Cheers,<br>Team Zoho Desk<br>1 888 900 9646",
2921
+ "impersonatedUser" : null,
2922
+ "channelRelatedInfo" : null,
2923
+ "createdTime" : "2025-04-13T16:10:26.000Z",
2924
+ "id" : "1000000051193",
2925
+ "contentType" : "text/html",
2926
+ "direction" : "in",
2927
+ "summary" : "Hello Welcome to Zoho Desks new Unified Ticket Screen. Here, you have complete context of the ticket. Now that you had received your first ticket, did you notice that it has been a...",
2928
+ "keyWords" : null,
2929
+ "visibility" : "public",
2930
+ "author" : {
2931
+ "photoURL" : null,
2932
+ "firstName" : null,
2933
+ "lastName" : "Lawrence",
2934
+ "name" : "Lawrence",
2935
+ "id" : "1000000051038",
2936
+ "type" : "END_USER",
2937
+ "email" : "admin@zylker.com"
2938
+ },
2939
+ "fullContentURL" : null,
2940
+ "hasAttach" : false,
2941
+ "attachmentCount" : "0",
2942
+ "readReceipts" : null,
2943
+ "actions" : [ ],
2944
+ "status" : "SUCCESS"
2945
+ }
2946
+ }
2947
+ }
2948
+ }
2949
+ },
2950
+ "x-custom-response-attributes" : {
2951
+ "disable-safe-headers" : "[]"
2952
+ }
2953
+ },
2954
+ "clonedAttachmentResponse" : {
2955
+ "description" : "clonedAttachmentResponse template definitions",
2956
+ "content" : {
2957
+ "application/json" : {
2958
+ "schema" : {
2959
+ "type" : [ "null", "object" ],
2960
+ "additionalProperties" : false,
2961
+ "properties" : {
2962
+ "data" : {
2963
+ "$ref" : "#/components/schemas/clonedAttachmentdata"
2964
+ }
2965
+ },
2966
+ "required" : [ "data" ]
2967
+ },
2968
+ "examples" : {
2969
+ "Valid responses Definitions" : {
2970
+ "value" : {
2971
+ "data" : [ {
2972
+ "size" : "10247",
2973
+ "name" : "sample_attachment_1.jpeg",
2974
+ "parentAttachmentId" : "1000000211013",
2975
+ "href" : "https://support.zoho.com/api/v1/uploads/1000000212005/content",
2976
+ "id" : "1000000212005"
2977
+ }, {
2978
+ "size" : "11682",
2979
+ "name" : "sample_attachment_2.png",
2980
+ "parentAttachmentId" : "1000000211015",
2981
+ "href" : "https://support.zoho.com/api/v1/uploads/1000000212007/content",
2982
+ "id" : "1000000212007"
2983
+ } ]
2984
+ }
2985
+ }
2986
+ }
2987
+ }
2988
+ },
2989
+ "x-custom-response-attributes" : {
2990
+ "disable-safe-headers" : "[]"
2991
+ }
2992
+ },
2993
+ "getMailHeadersResponse" : {
2994
+ "description" : "getMailHeadersResponse template definitions",
2995
+ "content" : {
2996
+ "application/json" : {
2997
+ "schema" : {
2998
+ "type" : [ "null", "object" ],
2999
+ "additionalProperties" : false,
3000
+ "properties" : {
3001
+ "data" : {
3002
+ "$ref" : "#/components/schemas/getMailHeaders"
3003
+ }
3004
+ },
3005
+ "required" : [ "data" ]
3006
+ },
3007
+ "examples" : {
3008
+ "Valid responses Definitions" : {
3009
+ "value" : {
3010
+ "data" : [ {
3011
+ "header" : "Received",
3012
+ "value" : "from zylker.com.in\r\n\twith Thu, 20 Feb 2025 12:49:30 +0530 (IST)"
3013
+ }, {
3014
+ "header" : "Date",
3015
+ "value" : "Thu, 20 Feb 2025 12:49:30 +0530 (IST)"
3016
+ }, {
3017
+ "header" : "From",
3018
+ "value" : "zylker <abc@zylker.com>"
3019
+ }, {
3020
+ "header" : "Reply-To",
3021
+ "value" : "support@gyhujikol.com"
3022
+ }, {
3023
+ "header" : "To",
3024
+ "value" : "\"support\" support<@zylker.com>"
3025
+ }, {
3026
+ "header" : "Cc",
3027
+ "value" : "<abc@zylker.com>"
3028
+ }, {
3029
+ "header" : "Message-Id",
3030
+ "value" : "<17882df63bf.b181c6c3583.8110594270247400030@zylker.com>"
3031
+ }, {
3032
+ "header" : "In-Reply-To",
3033
+ "value" : "<19487cad70b.110d5984c1121.3888424336739653360@zylker.com>"
3034
+ }, {
3035
+ "header" : "References",
3036
+ "value" : "<19487cad70b.110d5984c1121.3888424336739653360@zylker.com>"
3037
+ }, {
3038
+ "header" : "Subject",
3039
+ "value" : "Re:[## 103 ##] Hi, Need refund for my recent purchase"
3040
+ }, {
3041
+ "header" : "MIME-Version",
3042
+ "value" : "1.0"
3043
+ }, {
3044
+ "header" : "Content-Type",
3045
+ "value" : "multipart/alternative; \r\n\tboundary=\"----=_Part_3685_1377696227.1737445055469\""
3046
+ }, {
3047
+ "header" : "User-Agent",
3048
+ "value" : "zylker"
3049
+ }, {
3050
+ "header" : "X-Mailer",
3051
+ "value" : "zylker"
3052
+ } ]
3053
+ }
3054
+ }
3055
+ }
3056
+ }
3057
+ },
3058
+ "x-custom-response-attributes" : {
3059
+ "disable-safe-headers" : "[]"
3060
+ }
3061
+ },
3062
+ "getOriginalMailContent" : {
3063
+ "description" : "getOriginalMailContent template definitions",
3064
+ "content" : {
3065
+ "application/json" : {
3066
+ "schema" : {
3067
+ "type" : [ "null", "object" ],
3068
+ "additionalProperties" : false,
3069
+ "properties" : {
3070
+ "date" : {
3071
+ "type" : [ "string", "null" ],
3072
+ "maxLength" : 100,
3073
+ "minLength" : 0,
3074
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3075
+ },
3076
+ "returnPath" : {
3077
+ "type" : [ "string", "null" ],
3078
+ "maxLength" : 100,
3079
+ "minLength" : 0,
3080
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3081
+ },
3082
+ "subject" : {
3083
+ "type" : [ "string", "null" ],
3084
+ "maxLength" : 100,
3085
+ "minLength" : 0,
3086
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3087
+ },
3088
+ "messageId" : {
3089
+ "type" : [ "string", "null" ],
3090
+ "maxLength" : 100,
3091
+ "minLength" : 0,
3092
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3093
+ },
3094
+ "from" : {
3095
+ "type" : [ "string", "null" ],
3096
+ "maxLength" : 100,
3097
+ "minLength" : 0,
3098
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3099
+ },
3100
+ "to" : {
3101
+ "type" : [ "string", "null" ],
3102
+ "maxLength" : 100,
3103
+ "minLength" : 0,
3104
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3105
+ },
3106
+ "content" : {
3107
+ "type" : [ "string", "null" ],
3108
+ "maxLength" : 100,
3109
+ "minLength" : 0,
3110
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3111
+ }
3112
+ },
3113
+ "required" : [ "content", "date", "from", "messageId", "returnPath", "subject", "to" ]
3114
+ },
3115
+ "examples" : {
3116
+ "Valid responses Definitions" : {
3117
+ "value" : {
3118
+ "date" : "Tue, 30 Mar 2021 16:53:12 +0530",
3119
+ "returnPath" : "<abc@zylker.com>",
3120
+ "subject" : "Testing Mail Service",
3121
+ "messageId" : "<17882df63bf.b181c6c3583.8110594270247400030@zylker.com>",
3122
+ "from" : "ReplyTo <abc@zylker.com>",
3123
+ "to" : "\"support\" <support@zylker.com>",
3124
+ "content" : "Delivered-To: support@zylker.com\nReturn-Path: <abc@zylker.com>\nDomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; \n s=zoho; d=zoho.com; \n h=date:from:reply-to:to:message-id:subject:mime-version:content-type:user-agent; \n b=E6QQb4TtZN7WU1zmeUJx3hjj9BL0l/m6NhQU/3Oi+YlvXXhxSL6BFK0+CsAqJ/BJY/Y9hmdGNOM2\n I62RiQ5y8r9bUrVnGZH+Z9HvO3lPXZ4wM9kXypm9xmOo+gf0Dc2DxJKfPCvGrLT1QDzxeO+3tlPZ\n Xeqt6AsiCjXsXLcNUwc= \nReceived: from mail.zoho.com by zohomail.com.in\n\twith SMTP id 1617103392140118.88266397173629; Tue, 30 Mar 2021 16:53:12 +0530 (IST)\nDate: Tue, 30 Mar 2021 16:53:12 +0530\nFrom: ReplyTo <abc@zylker.com>\nReply-To: abc@zylker.com\nTo: \"support\" <support@zylker.com>\nMessage-Id: <17882df63bf.b181c6c3583.8110594270247400030@zylker.com>\nSubject: Testing Mail Service\nMIME-Version: 1.0\nContent-Type: multipart/alternative; \n\tboundary=\"----=_Part_1259_1074835283.1617103381439\"\nImportance: Medium\nUser-Agent: Zoho Mail\nX-Mailer: Zoho Mail\nX-ZohoMail-Owner: <17882df63bf.b181c6c3583.8110594270247400030@zylker.com>+zmo_0_abc@zylker.com\n\n------=_Part_1259_1074835283.1617103381439\nContent-Type: text/plain; charset=\"UTF-8\"\nContent-Transfer-Encoding: 7bit\n\nAldjfh Giri\n\n\n\n\n\nReplyTo\n------=_Part_1259_1074835283.1617103381439\nContent-Type: text/html; charset=\"UTF-8\"\nContent-Transfer-Encoding: 7bit\n\n<!DOCTYPE html PUBLIC \".//DTD HTML 4.01 Transitional//EN\"><html><head><meta content=\"text/html;charset=UTF-8\" http-equiv=\"Content-Type\" /></head><body><div style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;\"><div><br /></div><div><br />Aldjfh Giri<br /></div><div id=\"\"><div><br /></div><div><br /></div><div>ReplyTo<br /></div><div><br /></div></div></div><br /></body></html>\n------=_Part_1259_1074835283.1617103381439--\n\n"
3125
+ }
3126
+ }
3127
+ }
3128
+ }
3129
+ },
3130
+ "x-custom-response-attributes" : {
3131
+ "disable-safe-headers" : "[]"
3132
+ }
3133
+ },
3134
+ "threadKeys" : {
3135
+ "description" : "threadKeys template definitions",
3136
+ "content" : {
3137
+ "application/json" : {
3138
+ "schema" : {
3139
+ "type" : [ "null", "object" ],
3140
+ "additionalProperties" : false,
3141
+ "properties" : {
3142
+ "summary" : {
3143
+ "type" : [ "string", "null" ],
3144
+ "maxLength" : 100,
3145
+ "minLength" : 0,
3146
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
3147
+ },
3148
+ "sentiment" : {
3149
+ "type" : [ "string", "null" ],
3150
+ "enum" : [ "NEUTRAL", "NEGATIVE", "POSITIVE", "null" ],
3151
+ "maxLength" : 100,
3152
+ "minLength" : 0
3153
+ },
3154
+ "keyWords" : {
3155
+ "type" : [ "null", "array" ],
3156
+ "items" : {
3157
+ "type" : [ "string", "null" ],
3158
+ "maxLength" : 100,
3159
+ "minLength" : 0
3160
+ },
3161
+ "uniqueItems" : false
3162
+ },
3163
+ "isDescriptionThread" : {
3164
+ "type" : [ "boolean", "null" ]
3165
+ },
3166
+ "canReply" : {
3167
+ "type" : [ "boolean", "null" ]
3168
+ },
3169
+ "visibility" : {
3170
+ "type" : [ "string", "null" ],
3171
+ "enum" : [ "public", "private" ],
3172
+ "maxLength" : 100,
3173
+ "minLength" : 0
3174
+ },
3175
+ "author" : {
3176
+ "$ref" : "#/components/schemas/author"
3177
+ },
3178
+ "channel" : {
3179
+ "type" : [ "string", "null" ],
3180
+ "enum" : [ "FACEBOOK", "TWITTER", "EMAIL", "FORUMS", "PHONE", "WEB", "FEEDBACK", "FEEDBACK_WIDGET", "TWITTER_DM", "ONLINE_CHAT", "OFFLINE_CHAT", "CUSTOMERPORTAL" ],
3181
+ "maxLength" : 100,
3182
+ "minLength" : 0
3183
+ },
3184
+ "aspects" : {
3185
+ "type" : [ "null", "array" ],
3186
+ "items" : {
3187
+ "type" : [ "string", "null" ],
3188
+ "maxLength" : 100,
3189
+ "minLength" : 0
3190
+ },
3191
+ "uniqueItems" : false
3192
+ },
3193
+ "source" : {
3194
+ "$ref" : "#/components/schemas/channelSource"
3195
+ },
3196
+ "lastRatingIconURL" : {
3197
+ "type" : [ "string", "null" ],
3198
+ "maxLength" : 100,
3199
+ "minLength" : 0
3200
+ },
3201
+ "impersonatedUser" : {
3202
+ "$ref" : "#/components/schemas/author"
3203
+ },
3204
+ "hasAttach" : {
3205
+ "type" : [ "boolean", "null" ]
3206
+ },
3207
+ "channelRelatedInfo" : {
3208
+ "$ref" : "#/components/schemas/channelRelatedInfo"
3209
+ },
3210
+ "respondedIn" : {
3211
+ "type" : [ "string", "null" ],
3212
+ "maxLength" : 100,
3213
+ "minLength" : 0
3214
+ },
3215
+ "createdTime" : {
3216
+ "type" : [ "string", "null" ],
3217
+ "maxLength" : 100,
3218
+ "minLength" : 0,
3219
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
3220
+ },
3221
+ "attachmentCount" : {
3222
+ "type" : [ "string", "null", "integer" ],
3223
+ "format" : "int32",
3224
+ "pattern" : "([0-9]+)"
3225
+ },
3226
+ "readReceipts" : {
3227
+ "$ref" : "#/components/schemas/readReceipts"
3228
+ },
3229
+ "id" : {
3230
+ "type" : [ "string", "null", "integer" ],
3231
+ "format" : "int64",
3232
+ "pattern" : "([0-9]+)"
3233
+ },
3234
+ "contentType" : {
3235
+ "type" : [ "string", "null" ],
3236
+ "enum" : [ "html", "plainText", "text/html" ],
3237
+ "maxLength" : 100,
3238
+ "minLength" : 0
3239
+ },
3240
+ "actions" : {
3241
+ "$ref" : "#/components/schemas/actionsList"
3242
+ },
3243
+ "status" : {
3244
+ "type" : [ "string", "null" ],
3245
+ "enum" : [ "SUCCESS", "PENDING", "FAILED", "DRAFT" ],
3246
+ "maxLength" : 100,
3247
+ "minLength" : 0
3248
+ },
3249
+ "direction" : {
3250
+ "type" : [ "string", "null" ],
3251
+ "enum" : [ "in", "out" ],
3252
+ "maxLength" : 100,
3253
+ "minLength" : 0
3254
+ }
3255
+ },
3256
+ "required" : [ "actions", "aspects", "attachmentCount", "author", "canReply", "channel", "channelRelatedInfo", "contentType", "createdTime", "direction", "hasAttach", "id", "impersonatedUser", "isDescriptionThread", "keyWords", "lastRatingIconURL", "readReceipts", "respondedIn", "sentiment", "source", "status", "summary", "visibility" ]
3257
+ },
3258
+ "examples" : {
3259
+ "Valid responses Definitions" : {
3260
+ "value" : {
3261
+ "summary" : "Thanks for your feedback",
3262
+ "isDescriptionThread" : false,
3263
+ "canReply" : true,
3264
+ "visibility" : "public",
3265
+ "scheduleInfo" : {
3266
+ "scheduleDateTimeInUTC" : "2023-09-24T20:00:25.000Z",
3267
+ "scheduleDateTime" : "2023-09-24T15:00:25",
3268
+ "timeZone" : "America/Cancun",
3269
+ "isScheduleActive" : true
3270
+ },
3271
+ "author" : {
3272
+ "firstName" : "Jade",
3273
+ "lastName" : "Tywin",
3274
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/1892000000042001/photo?orgId=3983939",
3275
+ "name" : "Jade Tywin",
3276
+ "type" : "AGENT",
3277
+ "email" : "jade12tywin@zylker.com"
3278
+ },
3279
+ "channel" : "FORUMS",
3280
+ "source" : {
3281
+ "appName" : null,
3282
+ "extId" : null,
3283
+ "type" : "SYSTEM",
3284
+ "permalink" : null,
3285
+ "appPhotoURL" : null
3286
+ },
3287
+ "content" : "Thanks for your feedback",
3288
+ "hasAttach" : false,
3289
+ "responderId" : "1892000000042001",
3290
+ "channelRelatedInfo" : {
3291
+ "isDeleted" : "false",
3292
+ "isBestSolution" : "true",
3293
+ "externalLink" : null
3294
+ },
3295
+ "createdTime" : "2016-07-25T09:50:03.578Z",
3296
+ "id" : "1892000001121138",
3297
+ "contentType" : "text/html",
3298
+ "status" : "DRAFT",
3299
+ "direction" : "out"
3300
+ }
3301
+ }
3302
+ }
3303
+ }
3304
+ },
3305
+ "x-custom-response-attributes" : {
3306
+ "disable-safe-headers" : "[]"
3307
+ }
3308
+ },
3309
+ "getThreadsResponse" : {
3310
+ "description" : "getThreadsResponse template definitions",
3311
+ "content" : {
3312
+ "application/json" : {
3313
+ "schema" : {
3314
+ "type" : [ "null", "object" ],
3315
+ "additionalProperties" : false,
3316
+ "properties" : {
3317
+ "data" : {
3318
+ "$ref" : "#/components/schemas/getThreadsdata"
3319
+ }
3320
+ },
3321
+ "required" : [ "data" ]
3322
+ },
3323
+ "examples" : {
3324
+ "Valid responses Definitions" : {
3325
+ "value" : {
3326
+ "data" : [ {
3327
+ "isDescriptionThread" : true,
3328
+ "canReply" : true,
3329
+ "visibility" : "public",
3330
+ "author" : {
3331
+ "firstName" : "Jade",
3332
+ "lastName" : "Tywin",
3333
+ "photoURL" : "https://desk.zoho.com/api/v1/user/176276372673/photo",
3334
+ "name" : "Jade Tywin",
3335
+ "type" : "END_USER",
3336
+ "email" : "jade12tywin@zylker.com"
3337
+ },
3338
+ "channel" : "FORUMS",
3339
+ "source" : {
3340
+ "appName" : null,
3341
+ "extId" : null,
3342
+ "type" : "SYSTEM",
3343
+ "permalink" : null,
3344
+ "appPhotoURL" : null
3345
+ },
3346
+ "lastRatingIconURL" : null,
3347
+ "hasAttach" : false,
3348
+ "channelRelatedInfo" : {
3349
+ "isDeleted" : "false",
3350
+ "isBestSolution" : "true",
3351
+ "externalLink" : null
3352
+ },
3353
+ "respondedIn" : null,
3354
+ "createdTime" : "2015-03-25T13:40:23.031Z",
3355
+ "attachmentCount" : "7",
3356
+ "id" : "1892000000413186",
3357
+ "fromEmailAddress" : "jade12tywin@zylker.com",
3358
+ "actions" : [ ],
3359
+ "contentType" : "text/html",
3360
+ "status" : "SUCCESS",
3361
+ "direction" : "in"
3362
+ }, {
3363
+ "summary" : "Customer Rating",
3364
+ "cc" : "",
3365
+ "isDescriptionThread" : false,
3366
+ "bcc" : "",
3367
+ "canReply" : true,
3368
+ "visibility" : "public",
3369
+ "author" : {
3370
+ "firstName" : "Jade",
3371
+ "lastName" : "Tywin",
3372
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/1892000000042001/photo?orgId=3983939",
3373
+ "name" : "Jade Tywin",
3374
+ "type" : "AGENT",
3375
+ "email" : "jade12tywin@zylker.com"
3376
+ },
3377
+ "channel" : "EMAIL",
3378
+ "source" : {
3379
+ "appName" : null,
3380
+ "extId" : null,
3381
+ "type" : "SYSTEM",
3382
+ "permalink" : null,
3383
+ "appPhotoURL" : null
3384
+ },
3385
+ "isForward" : false,
3386
+ "hasAttach" : true,
3387
+ "responderId" : "1892000000042001",
3388
+ "channelRelatedInfo" : null,
3389
+ "respondedIn" : "00:05:14",
3390
+ "createdTime" : "2016-05-25T10:06:09.686Z",
3391
+ "attachmentCount" : "4",
3392
+ "id" : "1892000001004072",
3393
+ "to" : "carol@zylker.com",
3394
+ "fromEmailAddress" : "techsupport@zylker.com",
3395
+ "actions" : [ {
3396
+ "method" : "POST",
3397
+ "rel" : "send",
3398
+ "href" : "https://desk.zoho.com/api/v1/tickets/1892000000093205/resendFailedThread?threadId=1892000001083008"
3399
+ } ],
3400
+ "contentType" : "text/html",
3401
+ "status" : "FAILED",
3402
+ "direction" : "out"
3403
+ }, {
3404
+ "summary" : "Please fix this problem, since it is urgent posted the issue on Facebook ",
3405
+ "isDescriptionThread" : false,
3406
+ "canReply" : true,
3407
+ "visibility" : "public",
3408
+ "author" : {
3409
+ "firstName" : "Jade",
3410
+ "lastName" : "Tywin",
3411
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/2150000000043591/photo?orgId=3983939",
3412
+ "name" : "Jade Tywin",
3413
+ "type" : "AGENT",
3414
+ "email" : "jade12tywin@zylker.com"
3415
+ },
3416
+ "channel" : "FACEBOOK",
3417
+ "source" : {
3418
+ "appName" : null,
3419
+ "extId" : null,
3420
+ "type" : "SYSTEM",
3421
+ "permalink" : null,
3422
+ "appPhotoURL" : null
3423
+ },
3424
+ "lastRatingIconURL" : "https://desk.zoho.com/api/v1/ratingOptions/31138000005998227/logo?orgId=54983163",
3425
+ "hasAttach" : false,
3426
+ "responderId" : "2150000000043591",
3427
+ "channelRelatedInfo" : null,
3428
+ "respondedIn" : "00:04:09",
3429
+ "createdTime" : "2016-07-25T10:04:43.739Z",
3430
+ "attachmentCount" : "6",
3431
+ "id" : "2150000002498038",
3432
+ "actions" : [ {
3433
+ "method" : "POST",
3434
+ "rel" : "send",
3435
+ "href" : "https://desk.zoho.com/api/v1/tickets/1892000000094004/sendDraft?draftThreadId=1892000001004072"
3436
+ }, {
3437
+ "method" : "DELETE",
3438
+ "rel" : "delete",
3439
+ "href" : "https://desk.zoho.com/api/v1/tickets/1892000000094004/draftReply/1892000001004072"
3440
+ } ],
3441
+ "contentType" : "text/html",
3442
+ "status" : "DRAFT",
3443
+ "direction" : "out"
3444
+ }, {
3445
+ "isDescriptionThread" : false,
3446
+ "canReply" : true,
3447
+ "visibility" : "public",
3448
+ "author" : {
3449
+ "firstName" : "Jade",
3450
+ "lastName" : "Tywin",
3451
+ "photoURL" : "https://desk.zoho.com/api/v1/user/176276372673/photo",
3452
+ "name" : "Jade Tywin",
3453
+ "type" : "END_USER",
3454
+ "email" : "jade12tywin@zylker.com"
3455
+ },
3456
+ "channel" : "FEEDBACK",
3457
+ "source" : {
3458
+ "appName" : null,
3459
+ "extId" : null,
3460
+ "type" : "SYSTEM",
3461
+ "permalink" : null,
3462
+ "appPhotoURL" : null
3463
+ },
3464
+ "lastRatingIconURL" : null,
3465
+ "hasAttach" : false,
3466
+ "channelRelatedInfo" : null,
3467
+ "respondedIn" : null,
3468
+ "createdTime" : "2015-03-25T13:40:23.031Z",
3469
+ "attachmentCount" : "5",
3470
+ "id" : "1892000000413189",
3471
+ "fromEmailAddress" : "jade12tywin@zylker.com",
3472
+ "actions" : [ ],
3473
+ "contentType" : "text/html",
3474
+ "status" : "SUCCESS",
3475
+ "direction" : "in"
3476
+ } ]
3477
+ }
3478
+ }
3479
+ }
3480
+ }
3481
+ },
3482
+ "x-custom-response-attributes" : {
3483
+ "disable-safe-headers" : "[]"
3484
+ }
3485
+ }
3486
+ },
3487
+ "parameters" : {
3488
+ "threadId" : {
3489
+ "name" : "threadId",
3490
+ "in" : "path",
3491
+ "description" : "",
3492
+ "required" : true,
3493
+ "style" : "simple",
3494
+ "explode" : false,
3495
+ "schema" : {
3496
+ "type" : [ "string", "null", "integer" ],
3497
+ "format" : "int64",
3498
+ "description" : "",
3499
+ "pattern" : "([0-9]+)"
3500
+ }
3501
+ },
3502
+ "ticketId" : {
3503
+ "name" : "ticketId",
3504
+ "in" : "path",
3505
+ "description" : "",
3506
+ "required" : true,
3507
+ "style" : "simple",
3508
+ "explode" : false,
3509
+ "schema" : {
3510
+ "type" : [ "string", "null", "integer" ],
3511
+ "format" : "int64",
3512
+ "description" : "",
3513
+ "pattern" : "([0-9]+)"
3514
+ }
3515
+ },
3516
+ "parentConversationId" : {
3517
+ "name" : "parentConversationId",
3518
+ "in" : "query",
3519
+ "required" : false,
3520
+ "style" : "form",
3521
+ "explode" : true,
3522
+ "schema" : {
3523
+ "type" : [ "string", "integer" ],
3524
+ "format" : "int64",
3525
+ "pattern" : "([0-9]+)"
3526
+ }
3527
+ }
3528
+ },
3529
+ "securitySchemes" : {
3530
+ "cookie-auth" : {
3531
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
3532
+ },
3533
+ "org-oauth" : {
3534
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
3535
+ },
3536
+ "jwt-oauth" : {
3537
+ "$ref" : "../common/Common.json#/components/securitySchemes/jwt-oauth"
3538
+ },
3539
+ "iam-oauth2-schema" : {
3540
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
3541
+ }
3542
+ }
3543
+ },
3544
+ "x-entity" : "Thread"
3545
+ }