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,3839 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Call",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "secModule",
7
+ "x-module-group" : "activity"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/calls/updateMany" : {
11
+ "post" : {
12
+ "tags" : [ "Call" ],
13
+ "summary" : "Update many calls",
14
+ "description" : "This API updates multiple calls at once.",
15
+ "operationId" : "bulkUpdateCalls",
16
+ "parameters" : [ {
17
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
18
+ } ],
19
+ "requestBody" : {
20
+ "$ref" : "#/components/requestBodies/call_massupdate"
21
+ },
22
+ "responses" : {
23
+ "422" : {
24
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
25
+ },
26
+ "200" : {
27
+ "$ref" : "./CommonMassActionResponse.json#/components/responses/massActionListView"
28
+ }
29
+ },
30
+ "security" : [ {
31
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
32
+ }, {
33
+ "iam-oauth2-schema" : [ "Desk.activities.calls.UPDATE", "Desk.calls.UPDATE" ]
34
+ } ],
35
+ "x-audience" : [ "external-public" ],
36
+ "x-custom-url-attribute" : {
37
+ "security" : {
38
+ "throttle" : {
39
+ "policy" : "WriteAPI_Stringent_UserPolicy"
40
+ },
41
+ "extraparams" : {
42
+ "disable" : true,
43
+ "ignore" : false
44
+ },
45
+ "authentication" : {
46
+ "deprecatedScopes" : [ "calls" ]
47
+ }
48
+ },
49
+ "clan-group" : "secModule",
50
+ "apihash" : "253f23f568e374e985c1139066fa0b68",
51
+ "module-group" : "activity",
52
+ "apimethod" : "com.zoho.support.restapi.ActivityService.updateManyCalls"
53
+ }
54
+ }
55
+ },
56
+ "/api/v1/calls/{callId}" : {
57
+ "get" : {
58
+ "tags" : [ "Call" ],
59
+ "summary" : "Get call",
60
+ "description" : "This API fetches the details of a call.",
61
+ "operationId" : "getCall",
62
+ "parameters" : [ {
63
+ "name" : "include",
64
+ "in" : "query",
65
+ "description" : "Additional information related to the call. Values allowed are: @contacts@, @assignee@,@tickets@,@teams@,@livecalls@,@creator@.",
66
+ "required" : false,
67
+ "style" : "simple",
68
+ "explode" : true,
69
+ "schema" : {
70
+ "type" : [ "null", "array" ],
71
+ "description" : "Additional information related to the call. Values allowed are: @contacts@, @assignee@,@tickets@,@teams@,@livecalls@,@creator@.",
72
+ "items" : {
73
+ "type" : [ "string", "null" ],
74
+ "enum" : [ "contacts", "tickets", "assignee", "teams", "livecalls" ],
75
+ "maxLength" : 100,
76
+ "minLength" : 0,
77
+ "x-custom-parameters-attributes" : [ ]
78
+ },
79
+ "uniqueItems" : true
80
+ }
81
+ }, {
82
+ "$ref" : "#/components/parameters/callId"
83
+ }, {
84
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
85
+ } ],
86
+ "responses" : {
87
+ "200" : {
88
+ "$ref" : "#/components/responses/callResponse"
89
+ }
90
+ },
91
+ "security" : [ {
92
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
93
+ }, {
94
+ "iam-oauth2-schema" : [ "Desk.activities.calls.READ", "Desk.calls.READ" ]
95
+ } ],
96
+ "x-audience" : [ "external-public" ],
97
+ "x-custom-url-attribute" : {
98
+ "security" : {
99
+ "throttle" : {
100
+ "policy" : "ReadAPI_Lenient_UserPolicy"
101
+ },
102
+ "extraparams" : {
103
+ "disable" : true,
104
+ "ignore" : false
105
+ },
106
+ "authentication" : {
107
+ "deprecatedScopes" : [ "calls" ]
108
+ }
109
+ },
110
+ "clan-group" : "secModule",
111
+ "apihash" : "dcb3d9d5defa561b6ee15900915357ef",
112
+ "module-group" : "activity",
113
+ "apimethod" : "com.zoho.support.restapi.ActivityService.getCall"
114
+ }
115
+ },
116
+ "patch" : {
117
+ "tags" : [ "Call" ],
118
+ "operationId" : "updateCall",
119
+ "summary" : "Update call",
120
+ "description" : "This API updates the details of a call.",
121
+ "parameters" : [ {
122
+ "$ref" : "#/components/parameters/callId"
123
+ }, {
124
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
125
+ } ],
126
+ "requestBody" : {
127
+ "$ref" : "#/components/requestBodies/calljson"
128
+ },
129
+ "responses" : {
130
+ "200" : {
131
+ "$ref" : "#/components/responses/callResponse"
132
+ },
133
+ "422" : {
134
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
135
+ }
136
+ },
137
+ "security" : [ {
138
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
139
+ }, {
140
+ "iam-oauth2-schema" : [ "Desk.activities.calls.UPDATE", "Desk.calls.UPDATE" ]
141
+ } ],
142
+ "x-audience" : [ "external-public" ],
143
+ "x-custom-url-attribute" : {
144
+ "security" : {
145
+ "throttle" : {
146
+ "inline" : [ {
147
+ "scope" : "APPSERVER",
148
+ "rules" : [ {
149
+ "duration" : 60000,
150
+ "lock-period" : 180000,
151
+ "threshold" : 30,
152
+ "hip" : false
153
+ }, {
154
+ "duration" : 3600000,
155
+ "lock-period" : 600000,
156
+ "threshold" : 200,
157
+ "hip" : false
158
+ } ],
159
+ "window" : "ROLLING",
160
+ "key" : "url.path+user.zuid"
161
+ } ]
162
+ },
163
+ "extraparams" : {
164
+ "disable" : true,
165
+ "ignore" : false
166
+ },
167
+ "authentication" : {
168
+ "deprecatedScopes" : [ "calls" ]
169
+ }
170
+ },
171
+ "clan-group" : "secModule",
172
+ "apihash" : "96a937f8c247b59e27cb714f207ad37b",
173
+ "module-group" : "activity",
174
+ "apimethod" : "com.zoho.support.restapi.ActivityService.updateCall"
175
+ }
176
+ }
177
+ },
178
+ "/api/v1/contacts/{contactId}/calls" : {
179
+ "get" : {
180
+ "tags" : [ "Call" ],
181
+ "summary" : "List calls by contact",
182
+ "description" : "This API lists a particular number of calls associated with a contact, based on the limit specified.",
183
+ "operationId" : "getCallsByContactId",
184
+ "parameters" : [ {
185
+ "name" : "include",
186
+ "in" : "query",
187
+ "description" : "Allowed values are : contacts, assignee,tickets,teams.",
188
+ "required" : false,
189
+ "style" : "simple",
190
+ "explode" : true,
191
+ "schema" : {
192
+ "type" : [ "null", "array" ],
193
+ "description" : "Allowed values are : contacts, assignee,tickets,teams.",
194
+ "items" : {
195
+ "type" : [ "string", "null" ],
196
+ "enum" : [ "contacts", "tickets", "assignee", "teams" ],
197
+ "maxLength" : 100,
198
+ "minLength" : 0,
199
+ "x-custom-parameters-attributes" : [ ]
200
+ },
201
+ "uniqueItems" : true
202
+ }
203
+ }, {
204
+ "$ref" : "#/components/parameters/departmentId"
205
+ }, {
206
+ "$ref" : "#/components/parameters/limit"
207
+ }, {
208
+ "$ref" : "#/components/parameters/from"
209
+ }, {
210
+ "$ref" : "#/components/parameters/isSpam"
211
+ }, {
212
+ "$ref" : "#/components/parameters/isCompleted"
213
+ }, {
214
+ "name" : "contactId",
215
+ "in" : "path",
216
+ "required" : true,
217
+ "style" : "simple",
218
+ "explode" : false,
219
+ "schema" : {
220
+ "type" : [ "string", "null", "integer" ],
221
+ "format" : "int64",
222
+ "pattern" : "([0-9]+)"
223
+ }
224
+ }, {
225
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
226
+ } ],
227
+ "responses" : {
228
+ "422" : {
229
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
230
+ },
231
+ "204" : {
232
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
233
+ },
234
+ "200" : {
235
+ "$ref" : "#/components/responses/contactOrAccountCallsListView"
236
+ }
237
+ },
238
+ "security" : [ {
239
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
240
+ }, {
241
+ "iam-oauth2-schema" : [ "Desk.activities.calls.READ", "Desk.calls.READ", "Desk.contacts.READ" ]
242
+ } ],
243
+ "x-audience" : [ "company-internal" ],
244
+ "x-custom-url-attribute" : {
245
+ "security" : {
246
+ "throttle" : {
247
+ "policy" : "ReadAPI_Standard_UserPolicy"
248
+ },
249
+ "extraparams" : {
250
+ "disable" : true,
251
+ "ignore" : false
252
+ },
253
+ "authentication" : {
254
+ "deprecatedScopes" : [ "calls", "contacts" ]
255
+ }
256
+ },
257
+ "clan-group" : "secModule",
258
+ "apihash" : "787970a19481b2f26615680fb0e56781",
259
+ "module-group" : "activity",
260
+ "apimethod" : "com.zoho.support.restapi.ActivityService.getCallsByContactId"
261
+ }
262
+ }
263
+ },
264
+ "/api/v1/accounts/{accountId}/calls" : {
265
+ "get" : {
266
+ "tags" : [ "Call" ],
267
+ "summary" : "List calls by account",
268
+ "description" : "This API lists a particular number of calls associated with an account, based on the limit specified.",
269
+ "operationId" : "getCallsByAccountId",
270
+ "parameters" : [ {
271
+ "name" : "include",
272
+ "in" : "query",
273
+ "description" : "Allowed values are : contacts, assignee,tickets,teams.",
274
+ "required" : false,
275
+ "style" : "simple",
276
+ "explode" : true,
277
+ "schema" : {
278
+ "type" : [ "null", "array" ],
279
+ "description" : "Allowed values are : contacts, assignee,tickets,teams.",
280
+ "items" : {
281
+ "type" : [ "string", "null" ],
282
+ "enum" : [ "contacts", "tickets", "assignee", "teams" ],
283
+ "maxLength" : 100,
284
+ "minLength" : 0,
285
+ "x-custom-parameters-attributes" : [ ]
286
+ },
287
+ "uniqueItems" : true
288
+ }
289
+ }, {
290
+ "$ref" : "#/components/parameters/departmentId"
291
+ }, {
292
+ "$ref" : "#/components/parameters/limit"
293
+ }, {
294
+ "$ref" : "#/components/parameters/from"
295
+ }, {
296
+ "$ref" : "#/components/parameters/isSpam"
297
+ }, {
298
+ "$ref" : "#/components/parameters/isCompleted"
299
+ }, {
300
+ "name" : "accountId",
301
+ "in" : "path",
302
+ "required" : true,
303
+ "style" : "simple",
304
+ "explode" : false,
305
+ "schema" : {
306
+ "type" : [ "string", "null", "integer" ],
307
+ "format" : "int64",
308
+ "pattern" : "([0-9]+)"
309
+ }
310
+ }, {
311
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
312
+ } ],
313
+ "responses" : {
314
+ "422" : {
315
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
316
+ },
317
+ "204" : {
318
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
319
+ },
320
+ "200" : {
321
+ "$ref" : "#/components/responses/contactOrAccountCallsListView"
322
+ }
323
+ },
324
+ "security" : [ {
325
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
326
+ }, {
327
+ "iam-oauth2-schema" : [ "Desk.activities.calls.READ", "Desk.calls.READ", "Desk.accounts.READ" ]
328
+ } ],
329
+ "x-audience" : [ "company-internal" ],
330
+ "x-custom-url-attribute" : {
331
+ "security" : {
332
+ "throttle" : {
333
+ "policy" : "ReadAPI_Standard_UserPolicy"
334
+ },
335
+ "extraparams" : {
336
+ "disable" : true,
337
+ "ignore" : false
338
+ },
339
+ "authentication" : {
340
+ "deprecatedScopes" : [ "calls", "accounts" ]
341
+ }
342
+ },
343
+ "clan-group" : "secModule",
344
+ "apihash" : "63aaa24113ec173fccf3aa3f6ee85618",
345
+ "module-group" : "activity",
346
+ "apimethod" : "com.zoho.support.restapi.ActivityService.getCallsByAccountId"
347
+ }
348
+ }
349
+ },
350
+ "/api/v1/calls/moveToTrash" : {
351
+ "post" : {
352
+ "tags" : [ "Call" ],
353
+ "summary" : "Delete calls",
354
+ "description" : "This API moves call entries to the Recycle Bin of your help desk portal.",
355
+ "operationId" : "deleteCall",
356
+ "parameters" : [ {
357
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
358
+ } ],
359
+ "requestBody" : {
360
+ "$ref" : "#/components/requestBodies/trashJson"
361
+ },
362
+ "responses" : {
363
+ "422" : {
364
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
365
+ },
366
+ "204" : {
367
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
368
+ }
369
+ },
370
+ "security" : [ {
371
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
372
+ }, {
373
+ "iam-oauth2-schema" : [ "Desk.activities.calls.DELETE", "Desk.calls.DELETE" ]
374
+ } ],
375
+ "x-audience" : [ "external-public" ],
376
+ "x-custom-url-attribute" : {
377
+ "security" : {
378
+ "throttle" : {
379
+ "policy" : "WriteAPI_Standard_UserPolicy"
380
+ },
381
+ "extraparams" : {
382
+ "disable" : true,
383
+ "ignore" : false
384
+ },
385
+ "authentication" : {
386
+ "deprecatedScopes" : [ "calls" ]
387
+ }
388
+ },
389
+ "clan-group" : "secModule",
390
+ "apihash" : "584cbd6631950dc023df57969960867b",
391
+ "module-group" : "activity",
392
+ "apimethod" : "com.zoho.support.restapi.ActivityService.moveCallsToTrash"
393
+ }
394
+ }
395
+ },
396
+ "/api/v1/calls/{callId}/clearLiveCall" : {
397
+ "post" : {
398
+ "tags" : [ "Call" ],
399
+ "summary" : "Clear live call mapping from an activity",
400
+ "description" : "This API clears the live call mapping from an activity",
401
+ "operationId" : "clearLiveCallMapping",
402
+ "parameters" : [ {
403
+ "$ref" : "#/components/parameters/callId"
404
+ }, {
405
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
406
+ } ],
407
+ "responses" : {
408
+ "422" : {
409
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
410
+ },
411
+ "204" : {
412
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
413
+ }
414
+ },
415
+ "security" : [ {
416
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
417
+ }, {
418
+ "iam-oauth2-schema" : [ "Desk.calls.UPDATE" ]
419
+ } ],
420
+ "x-audience" : [ "external-public" ],
421
+ "x-custom-url-attribute" : {
422
+ "security" : {
423
+ "throttle" : {
424
+ "inline" : [ {
425
+ "scope" : "APPSERVER",
426
+ "rules" : [ {
427
+ "duration" : 60000,
428
+ "lock-period" : 180000,
429
+ "threshold" : 30,
430
+ "hip" : false
431
+ }, {
432
+ "duration" : 3600000,
433
+ "lock-period" : 600000,
434
+ "threshold" : 200,
435
+ "hip" : false
436
+ }, {
437
+ "duration" : 86400000,
438
+ "lock-period" : 3000000,
439
+ "threshold" : 600,
440
+ "hip" : false
441
+ } ],
442
+ "window" : "ROLLING",
443
+ "key" : "url.path+user.zuid"
444
+ } ]
445
+ },
446
+ "extraparams" : {
447
+ "disable" : true,
448
+ "ignore" : false
449
+ },
450
+ "authentication" : { }
451
+ },
452
+ "clan-group" : "secModule",
453
+ "apihash" : "ced71db590ec05d4da544ea15d9123f5",
454
+ "module-group" : "activity",
455
+ "apimethod" : "com.zoho.support.restapi.ActivityService.clearCallForAnActivity"
456
+ }
457
+ }
458
+ },
459
+ "/api/v1/calls" : {
460
+ "get" : {
461
+ "tags" : [ "Call" ],
462
+ "summary" : " List calls",
463
+ "description" : "This API fetches a particular number of calls, based on the limit specified.",
464
+ "operationId" : "getCalls",
465
+ "parameters" : [ {
466
+ "name" : "include",
467
+ "in" : "query",
468
+ "required" : false,
469
+ "style" : "simple",
470
+ "explode" : true,
471
+ "schema" : {
472
+ "type" : [ "null", "array" ],
473
+ "items" : {
474
+ "type" : [ "string", "null" ],
475
+ "enum" : [ "contacts", "tickets", "assignee", "teams" ],
476
+ "maxLength" : 100,
477
+ "minLength" : 0
478
+ },
479
+ "uniqueItems" : true
480
+ }
481
+ }, {
482
+ "$ref" : "#/components/parameters/departmentId"
483
+ }, {
484
+ "$ref" : "#/components/parameters/limit"
485
+ }, {
486
+ "$ref" : "#/components/parameters/from"
487
+ }, {
488
+ "name" : "sortBy",
489
+ "in" : "query",
490
+ "required" : false,
491
+ "style" : "form",
492
+ "explode" : true,
493
+ "schema" : {
494
+ "type" : [ "string", "null" ],
495
+ "enum" : [ "startTime", "createdTime" ],
496
+ "maxLength" : 100,
497
+ "minLength" : 0
498
+ }
499
+ }, {
500
+ "name" : "startTime",
501
+ "in" : "query",
502
+ "required" : false,
503
+ "style" : "simple",
504
+ "explode" : true,
505
+ "schema" : {
506
+ "type" : [ "null", "array" ],
507
+ "items" : {
508
+ "type" : [ "string", "null" ],
509
+ "enum" : [ "Overdue", "Today", "Tomorrow", "CurrentWeek", "CurrentMonth" ],
510
+ "maxLength" : 100,
511
+ "minLength" : 0
512
+ },
513
+ "uniqueItems" : false
514
+ }
515
+ }, {
516
+ "name" : "departmentIds",
517
+ "in" : "query",
518
+ "required" : false,
519
+ "style" : "simple",
520
+ "explode" : true,
521
+ "schema" : {
522
+ "type" : [ "null", "array" ],
523
+ "items" : {
524
+ "type" : [ "string", "null", "integer" ],
525
+ "format" : "int64",
526
+ "pattern" : "([0-9]+)"
527
+ },
528
+ "uniqueItems" : false
529
+ }
530
+ }, {
531
+ "$ref" : "#/components/parameters/isCompleted"
532
+ }, {
533
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
534
+ } ],
535
+ "responses" : {
536
+ "204" : {
537
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
538
+ },
539
+ "200" : {
540
+ "$ref" : "#/components/responses/getCallsListResponse"
541
+ }
542
+ },
543
+ "security" : [ {
544
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
545
+ }, {
546
+ "iam-oauth2-schema" : [ "Desk.activities.calls.READ", "Desk.calls.READ" ]
547
+ } ],
548
+ "x-audience" : [ "external-public" ],
549
+ "x-custom-url-attribute" : {
550
+ "security" : {
551
+ "throttle" : {
552
+ "policy" : "ReadAPI_Standard_UserPolicy"
553
+ },
554
+ "extraparams" : {
555
+ "disable" : true,
556
+ "ignore" : false
557
+ },
558
+ "authentication" : {
559
+ "deprecatedScopes" : [ "calls" ]
560
+ }
561
+ },
562
+ "clan-group" : "secModule",
563
+ "apihash" : "4959323f2141c937d8770f4d2860b5e9",
564
+ "module-group" : "activity",
565
+ "apimethod" : "com.zoho.support.restapi.ActivityService.getCallsList"
566
+ }
567
+ },
568
+ "post" : {
569
+ "tags" : [ "Call" ],
570
+ "summary" : "Create call",
571
+ "description" : "This API adds a call entry to your help desk portal.",
572
+ "operationId" : "createCall",
573
+ "parameters" : [ {
574
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
575
+ } ],
576
+ "requestBody" : {
577
+ "$ref" : "#/components/requestBodies/addCall_calljson"
578
+ },
579
+ "responses" : {
580
+ "422" : {
581
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
582
+ },
583
+ "200" : {
584
+ "$ref" : "#/components/responses/callResponse"
585
+ }
586
+ },
587
+ "security" : [ {
588
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
589
+ }, {
590
+ "iam-oauth2-schema" : [ "Desk.activities.calls.CREATE", "Desk.calls.CREATE" ]
591
+ } ],
592
+ "x-audience" : [ "external-public" ],
593
+ "x-custom-url-attribute" : {
594
+ "security" : {
595
+ "throttle" : {
596
+ "policy" : "WriteAPI_Standard_UserPolicy"
597
+ },
598
+ "extraparams" : {
599
+ "disable" : true,
600
+ "ignore" : false
601
+ },
602
+ "authentication" : {
603
+ "deprecatedScopes" : [ "calls" ]
604
+ }
605
+ },
606
+ "clan-group" : "secModule",
607
+ "apihash" : "45f2ba21c656f408910e1273c6f291d1",
608
+ "module-group" : "activity",
609
+ "apimethod" : "com.zoho.support.restapi.ActivityService.addCall"
610
+ }
611
+ }
612
+ },
613
+ "/api/v1/calls/deleteSpam" : {
614
+ "post" : {
615
+ "tags" : [ "Call" ],
616
+ "summary" : "Delete spam calls",
617
+ "description" : "This API deletes the given spam calls",
618
+ "operationId" : "deleteSpamCalls",
619
+ "parameters" : [ {
620
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
621
+ } ],
622
+ "requestBody" : {
623
+ "$ref" : "#/components/requestBodies/spamDeleteJSON"
624
+ },
625
+ "responses" : {
626
+ "422" : {
627
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
628
+ },
629
+ "200" : {
630
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
631
+ }
632
+ },
633
+ "security" : [ {
634
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
635
+ }, {
636
+ "iam-oauth2-schema" : [ "Desk.activities.calls.DELETE" ]
637
+ } ],
638
+ "x-audience" : [ "external-public" ],
639
+ "x-custom-url-attribute" : {
640
+ "security" : {
641
+ "throttle" : {
642
+ "policy" : "WriteAPI_Standard_UserPolicy"
643
+ },
644
+ "extraparams" : {
645
+ "disable" : true,
646
+ "ignore" : false
647
+ },
648
+ "authentication" : { }
649
+ },
650
+ "clan-group" : "secModule",
651
+ "apihash" : "b41929b41834d0f49ccc50922a006deb",
652
+ "module-group" : "activity",
653
+ "apimethod" : "com.zoho.support.restapi.ActivityService.deleteSpamCalls"
654
+ }
655
+ }
656
+ },
657
+ "/api/v1/calls/emptySpam" : {
658
+ "post" : {
659
+ "tags" : [ "Call" ],
660
+ "summary" : "Empty spam calls",
661
+ "description" : "This API deletes all spam calls.",
662
+ "operationId" : "deleteAllSpamCalls",
663
+ "parameters" : [ {
664
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
665
+ } ],
666
+ "requestBody" : {
667
+ "$ref" : "#/components/requestBodies/emptyCallsSpamResponse"
668
+ },
669
+ "responses" : {
670
+ "422" : {
671
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
672
+ },
673
+ "202" : {
674
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
675
+ }
676
+ },
677
+ "security" : [ {
678
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
679
+ }, {
680
+ "iam-oauth2-schema" : [ "Desk.activities.calls.DELETE" ]
681
+ } ],
682
+ "x-audience" : [ "external-public" ],
683
+ "x-custom-url-attribute" : {
684
+ "security" : {
685
+ "throttle" : {
686
+ "policy" : "WriteAPI_Stringent_UserPolicy"
687
+ },
688
+ "extraparams" : {
689
+ "disable" : true,
690
+ "ignore" : false
691
+ },
692
+ "authentication" : { }
693
+ },
694
+ "clan-group" : "secModule",
695
+ "apihash" : "0bc395295e8453ac82c3b25befb40b35",
696
+ "module-group" : "activity",
697
+ "apimethod" : "com.zoho.support.restapi.ActivityService.emptyCallsSpam"
698
+ }
699
+ }
700
+ },
701
+ "/api/v1/tickets/{ticketId}/calls" : {
702
+ "get" : {
703
+ "tags" : [ "Call" ],
704
+ "summary" : "List calls by ticket",
705
+ "description" : "This API lists a particular number of calls associated with a ticket, based on the limit specified.",
706
+ "operationId" : "getCallsByTicket",
707
+ "parameters" : [ {
708
+ "name" : "include",
709
+ "in" : "query",
710
+ "description" : "Allowed values are : @contacts@, @assignee@,@tickets@,@teams@.",
711
+ "required" : false,
712
+ "style" : "simple",
713
+ "explode" : true,
714
+ "schema" : {
715
+ "type" : [ "null", "array" ],
716
+ "description" : "Allowed values are : @contacts@, @assignee@,@tickets@,@teams@.",
717
+ "items" : {
718
+ "type" : [ "string", "null" ],
719
+ "enum" : [ "contacts", "tickets", "assignee", "teams" ],
720
+ "maxLength" : 100,
721
+ "minLength" : 0,
722
+ "x-custom-parameters-attributes" : [ ]
723
+ },
724
+ "uniqueItems" : true
725
+ }
726
+ }, {
727
+ "$ref" : "#/components/parameters/limit"
728
+ }, {
729
+ "$ref" : "#/components/parameters/from"
730
+ }, {
731
+ "name" : "sortBy",
732
+ "in" : "query",
733
+ "description" : "Sort by a specific attribute: @startTime@ or @createdTime@.The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
734
+ "required" : false,
735
+ "style" : "form",
736
+ "explode" : true,
737
+ "schema" : {
738
+ "type" : [ "string", "null" ],
739
+ "description" : "Sort by a specific attribute: @startTime@ or @createdTime@.The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
740
+ "enum" : [ "startTime", "createdTime" ],
741
+ "maxLength" : 100,
742
+ "minLength" : 0
743
+ }
744
+ }, {
745
+ "$ref" : "#/components/parameters/isSpam"
746
+ }, {
747
+ "$ref" : "#/components/parameters/isCompleted"
748
+ }, {
749
+ "name" : "ticketId",
750
+ "in" : "path",
751
+ "required" : true,
752
+ "style" : "simple",
753
+ "explode" : false,
754
+ "schema" : {
755
+ "type" : [ "string", "null", "integer" ],
756
+ "format" : "int64",
757
+ "pattern" : "([0-9]+)"
758
+ }
759
+ }, {
760
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
761
+ } ],
762
+ "responses" : {
763
+ "204" : {
764
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
765
+ },
766
+ "200" : {
767
+ "$ref" : "#/components/responses/callListViewArray"
768
+ }
769
+ },
770
+ "security" : [ {
771
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
772
+ }, {
773
+ "iam-oauth2-schema" : [ "Desk.activities.calls.READ", "Desk.calls.READ", "Desk.tickets.READ" ]
774
+ } ],
775
+ "x-audience" : [ "external-public" ],
776
+ "x-custom-url-attribute" : {
777
+ "security" : {
778
+ "throttle" : {
779
+ "policy" : "ReadAPI_Standard_UserPolicy"
780
+ },
781
+ "extraparams" : {
782
+ "disable" : true,
783
+ "ignore" : false
784
+ },
785
+ "authentication" : {
786
+ "deprecatedScopes" : [ "calls", "tickets" ]
787
+ }
788
+ },
789
+ "clan-group" : "secModule",
790
+ "apihash" : "58537b69d303084c7940a792d4e55b56",
791
+ "module-group" : "activity",
792
+ "apimethod" : "com.zoho.support.restapi.ActivityService.getCallsByRequestId"
793
+ }
794
+ }
795
+ }
796
+ },
797
+ "components" : {
798
+ "schemas" : {
799
+ "assignee" : {
800
+ "type" : [ "null", "object" ],
801
+ "additionalProperties" : false,
802
+ "properties" : {
803
+ "photoURL" : {
804
+ "type" : [ "string", "null" ],
805
+ "maxLength" : 100,
806
+ "minLength" : 0,
807
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
808
+ },
809
+ "firstName" : {
810
+ "type" : [ "string", "null" ],
811
+ "maxLength" : 50,
812
+ "minLength" : 0
813
+ },
814
+ "lastName" : {
815
+ "type" : [ "string", "null" ],
816
+ "maxLength" : 50,
817
+ "minLength" : 0
818
+ },
819
+ "emailId" : {
820
+ "type" : [ "string", "null" ],
821
+ "maxLength" : 100,
822
+ "minLength" : 0,
823
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
824
+ },
825
+ "id" : {
826
+ "type" : [ "string", "null", "integer" ],
827
+ "format" : "int64",
828
+ "pattern" : "([0-9]+)"
829
+ }
830
+ },
831
+ "required" : [ "emailId", "firstName", "id", "lastName", "photoURL" ]
832
+ },
833
+ "commonJson" : {
834
+ "type" : [ "null", "object" ],
835
+ "additionalProperties" : false,
836
+ "properties" : {
837
+ "contactId" : {
838
+ "type" : [ "string", "null", "integer" ],
839
+ "format" : "int64",
840
+ "description" : "ID of the contact associated with the call",
841
+ "pattern" : "([0-9]+)"
842
+ },
843
+ "subject" : {
844
+ "type" : [ "string", "null" ],
845
+ "description" : "Subject of the call",
846
+ "maxLength" : 300,
847
+ "minLength" : 0
848
+ },
849
+ "departmentId" : {
850
+ "type" : [ "string", "null", "integer" ],
851
+ "format" : "int64",
852
+ "description" : "ID of the department from which the activities must be fetched",
853
+ "pattern" : "([0-9]+)"
854
+ },
855
+ "startTime" : {
856
+ "type" : [ "string", "null" ],
857
+ "description" : "Time when the call started. The value of this key must be recorded in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ.",
858
+ "maxLength" : 100,
859
+ "minLength" : 0,
860
+ "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))"
861
+ },
862
+ "ownerId" : {
863
+ "type" : [ "string", "null", "integer" ],
864
+ "format" : "int64",
865
+ "description" : "ID of the user to whom the call is assigned",
866
+ "pattern" : "([0-9]+)"
867
+ },
868
+ "priority" : {
869
+ "type" : [ "string", "null" ],
870
+ "description" : "Priority of the call",
871
+ "x-dynamic-enum" : true
872
+ },
873
+ "ticketId" : {
874
+ "type" : [ "string", "null", "integer" ],
875
+ "format" : "int64",
876
+ "description" : "ID of the ticket associated with the call",
877
+ "pattern" : "([0-9]+)"
878
+ },
879
+ "status" : {
880
+ "type" : [ "string", "null" ],
881
+ "description" : "Completion status of the call",
882
+ "enum" : [ "Completed", "Scheduled", "Missed", "Canceled", "In Progress" ]
883
+ }
884
+ },
885
+ "required" : [ "contactId", "departmentId", "ownerId", "priority", "startTime", "status", "subject", "ticketId" ]
886
+ },
887
+ "contactOrAccountCallsListViewJson" : {
888
+ "additionalProperties" : false,
889
+ "allOf" : [ {
890
+ "$ref" : "#/components/schemas/commonJson"
891
+ }, {
892
+ "type" : [ "null", "object" ],
893
+ "properties" : {
894
+ "callId" : {
895
+ "type" : [ "string", "null", "integer" ],
896
+ "format" : "int64",
897
+ "pattern" : "([0-9]+)"
898
+ },
899
+ "modifiedTime" : {
900
+ "type" : [ "string", "null" ],
901
+ "maxLength" : 100,
902
+ "minLength" : 0,
903
+ "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))"
904
+ },
905
+ "statusType" : {
906
+ "type" : [ "string", "null" ],
907
+ "enum" : [ "Open", "Closed" ],
908
+ "maxLength" : 100,
909
+ "minLength" : 0
910
+ },
911
+ "completedTime" : {
912
+ "type" : [ "string", "null" ],
913
+ "maxLength" : 100,
914
+ "minLength" : 0,
915
+ "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))"
916
+ },
917
+ "creatorId" : {
918
+ "type" : [ "string", "null", "integer" ],
919
+ "format" : "int64",
920
+ "pattern" : "([0-9]+)"
921
+ },
922
+ "activityTime" : {
923
+ "type" : [ "string", "null", "integer" ],
924
+ "format" : "int64",
925
+ "pattern" : "([0-9]+)"
926
+ },
927
+ "layoutId" : {
928
+ "type" : [ "string", "null", "integer" ],
929
+ "format" : "int64",
930
+ "pattern" : "([0-9]+)"
931
+ },
932
+ "isTrashed" : {
933
+ "type" : [ "boolean", "null" ]
934
+ },
935
+ "isCommented" : {
936
+ "type" : [ "boolean", "null" ]
937
+ },
938
+ "webUrl" : {
939
+ "type" : [ "string", "null" ],
940
+ "maxLength" : 500,
941
+ "minLength" : 0,
942
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
943
+ },
944
+ "createdTime" : {
945
+ "type" : [ "string", "null" ],
946
+ "maxLength" : 100,
947
+ "minLength" : 0,
948
+ "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))"
949
+ },
950
+ "modifiedBy" : {
951
+ "$ref" : "#/components/schemas/assignee"
952
+ },
953
+ "id" : {
954
+ "type" : [ "string", "null", "integer" ],
955
+ "format" : "int64",
956
+ "pattern" : "([0-9]+)"
957
+ },
958
+ "isSpam" : {
959
+ "type" : [ "boolean", "null" ],
960
+ "x-custom-parameters-attributes" : {
961
+ "removeExif" : false,
962
+ "filterMatchedContent" : false,
963
+ "antivirus" : false,
964
+ "replacementString" : "",
965
+ "allowInvalid" : false,
966
+ "descrption" : "Key that denotes whether to fetch spam activities or not",
967
+ "secret" : false,
968
+ "preserveCharsLimit" : 10,
969
+ "trim" : false,
970
+ "internalParam" : false,
971
+ "preserveChars" : "0,5",
972
+ "importUrl" : false,
973
+ "decrypt" : false
974
+ }
975
+ }
976
+ },
977
+ "required" : [ "activityTime", "callId", "completedTime", "createdTime", "creatorId", "id", "isCommented", "isSpam", "isTrashed", "layoutId", "modifiedBy", "modifiedTime", "statusType", "webUrl" ]
978
+ } ]
979
+ },
980
+ "long_array" : {
981
+ "type" : [ "null", "array" ],
982
+ "items" : {
983
+ "type" : [ "string", "null", "integer" ],
984
+ "format" : "int64",
985
+ "pattern" : "([0-9]+)"
986
+ }
987
+ },
988
+ "relativeReminder" : {
989
+ "type" : [ "null", "object" ],
990
+ "additionalProperties" : false,
991
+ "properties" : {
992
+ "relativeReminderInMin" : {
993
+ "type" : [ "string", "null", "integer" ],
994
+ "format" : "int32",
995
+ "pattern" : "([0-9]+)"
996
+ },
997
+ "alertType" : {
998
+ "type" : [ "null", "array" ],
999
+ "items" : {
1000
+ "type" : [ "string", "null" ],
1001
+ "enum" : [ "EMAIL", "POPUP", "SMS" ],
1002
+ "maxLength" : 100,
1003
+ "minLength" : 0
1004
+ },
1005
+ "uniqueItems" : true
1006
+ },
1007
+ "reminderType" : {
1008
+ "type" : [ "string", "null" ],
1009
+ "enum" : [ "RELATIVE" ],
1010
+ "maxLength" : 100,
1011
+ "minLength" : 0
1012
+ }
1013
+ },
1014
+ "required" : [ "alertType", "relativeReminderInMin", "reminderType" ]
1015
+ },
1016
+ "absoluteReminder" : {
1017
+ "type" : [ "null", "object" ],
1018
+ "additionalProperties" : false,
1019
+ "properties" : {
1020
+ "alertType" : {
1021
+ "type" : [ "null", "array" ],
1022
+ "items" : {
1023
+ "type" : [ "string", "null" ],
1024
+ "enum" : [ "EMAIL", "POPUP", "SMS" ],
1025
+ "maxLength" : 100,
1026
+ "minLength" : 0
1027
+ },
1028
+ "uniqueItems" : true
1029
+ },
1030
+ "reminderType" : {
1031
+ "type" : [ "string", "null" ],
1032
+ "enum" : [ "ABSOLUTE" ],
1033
+ "maxLength" : 100,
1034
+ "minLength" : 0
1035
+ },
1036
+ "reminderTime" : {
1037
+ "type" : [ "string", "null" ],
1038
+ "maxLength" : 100,
1039
+ "minLength" : 0,
1040
+ "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))"
1041
+ }
1042
+ },
1043
+ "required" : [ "alertType", "reminderTime", "reminderType" ]
1044
+ },
1045
+ "reminderArray" : {
1046
+ "type" : [ "null", "array" ],
1047
+ "items" : {
1048
+ "oneOf" : [ {
1049
+ "$ref" : "#/components/schemas/relativeReminder"
1050
+ }, {
1051
+ "$ref" : "#/components/schemas/absoluteReminder"
1052
+ } ]
1053
+ }
1054
+ },
1055
+ "contactOrAccountCallData" : {
1056
+ "type" : [ "null", "array" ],
1057
+ "items" : {
1058
+ "$ref" : "#/components/schemas/contactOrAccountCallsListViewJson"
1059
+ }
1060
+ },
1061
+ "callListViewJson" : {
1062
+ "additionalProperties" : false,
1063
+ "allOf" : [ {
1064
+ "$ref" : "#/components/schemas/commonJson"
1065
+ }, {
1066
+ "type" : [ "null", "object" ],
1067
+ "properties" : {
1068
+ "callId" : {
1069
+ "type" : [ "string", "null", "integer" ],
1070
+ "format" : "int64",
1071
+ "pattern" : "([0-9]+)"
1072
+ },
1073
+ "modifiedTime" : {
1074
+ "type" : [ "string", "null" ],
1075
+ "maxLength" : 100,
1076
+ "minLength" : 0,
1077
+ "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))"
1078
+ },
1079
+ "statusType" : {
1080
+ "type" : [ "string", "null" ],
1081
+ "enum" : [ "Open", "Closed" ],
1082
+ "maxLength" : 100,
1083
+ "minLength" : 0
1084
+ },
1085
+ "completedTime" : {
1086
+ "type" : [ "string", "null" ],
1087
+ "maxLength" : 100,
1088
+ "minLength" : 0,
1089
+ "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))"
1090
+ },
1091
+ "creatorId" : {
1092
+ "type" : [ "string", "null", "integer" ],
1093
+ "format" : "int64",
1094
+ "pattern" : "([0-9]+)"
1095
+ },
1096
+ "activityTime" : {
1097
+ "type" : [ "string", "null", "integer" ],
1098
+ "format" : "int64",
1099
+ "pattern" : "([0-9]+)"
1100
+ },
1101
+ "layoutId" : {
1102
+ "type" : [ "string", "null", "integer" ],
1103
+ "format" : "int64",
1104
+ "pattern" : "([0-9]+)"
1105
+ },
1106
+ "isTrashed" : {
1107
+ "type" : [ "boolean", "null" ]
1108
+ },
1109
+ "isCommented" : {
1110
+ "type" : [ "boolean", "null" ]
1111
+ },
1112
+ "webUrl" : {
1113
+ "type" : [ "string", "null" ],
1114
+ "maxLength" : 500,
1115
+ "minLength" : 0,
1116
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1117
+ },
1118
+ "createdTime" : {
1119
+ "type" : [ "string", "null" ],
1120
+ "maxLength" : 100,
1121
+ "minLength" : 0,
1122
+ "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))"
1123
+ },
1124
+ "modifiedBy" : {
1125
+ "$ref" : "#/components/schemas/assignee"
1126
+ },
1127
+ "id" : {
1128
+ "type" : [ "string", "null", "integer" ],
1129
+ "format" : "int64",
1130
+ "pattern" : "([0-9]+)"
1131
+ },
1132
+ "isSpam" : {
1133
+ "type" : [ "boolean", "null" ]
1134
+ },
1135
+ "direction" : {
1136
+ "type" : [ "string", "null" ],
1137
+ "enum" : [ "outbound", "inbound" ],
1138
+ "maxLength" : 100,
1139
+ "minLength" : 0
1140
+ }
1141
+ },
1142
+ "required" : [ "activityTime", "callId", "completedTime", "createdTime", "creatorId", "direction", "id", "isCommented", "isSpam", "isTrashed", "isTrashed", "layoutId", "modifiedBy", "modifiedTime", "statusType", "webUrl" ]
1143
+ } ]
1144
+ },
1145
+ "data" : {
1146
+ "type" : [ "null", "array" ],
1147
+ "items" : {
1148
+ "$ref" : "#/components/schemas/callListViewJson"
1149
+ }
1150
+ },
1151
+ "contactJson" : {
1152
+ "type" : [ "null", "object" ],
1153
+ "additionalProperties" : false,
1154
+ "maxProperties" : 8,
1155
+ "minProperties" : 8,
1156
+ "properties" : {
1157
+ "firstName" : {
1158
+ "type" : [ "string", "null" ],
1159
+ "maxLength" : 40,
1160
+ "minLength" : 0
1161
+ },
1162
+ "lastName" : {
1163
+ "type" : [ "string", "null" ],
1164
+ "maxLength" : 200,
1165
+ "minLength" : 0
1166
+ },
1167
+ "accountId" : {
1168
+ "type" : [ "string", "null", "integer" ],
1169
+ "format" : "int64",
1170
+ "pattern" : "([0-9]+)"
1171
+ },
1172
+ "phone" : {
1173
+ "type" : [ "string", "null" ],
1174
+ "maxLength" : 50,
1175
+ "minLength" : 0,
1176
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
1177
+ },
1178
+ "mobile" : {
1179
+ "type" : [ "string", "null" ],
1180
+ "maxLength" : 50,
1181
+ "minLength" : 0,
1182
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
1183
+ },
1184
+ "id" : {
1185
+ "type" : [ "string", "null", "integer" ],
1186
+ "format" : "int64",
1187
+ "pattern" : "([0-9]+)"
1188
+ },
1189
+ "isSpam" : {
1190
+ "type" : [ "boolean", "null" ]
1191
+ },
1192
+ "email" : {
1193
+ "type" : [ "string", "null" ],
1194
+ "maxLength" : 255,
1195
+ "minLength" : 0,
1196
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'\\&\\~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1197
+ }
1198
+ },
1199
+ "required" : [ "accountId", "email", "firstName", "id", "isSpam", "lastName", "mobile", "phone" ]
1200
+ }
1201
+ },
1202
+ "responses" : {
1203
+ "callResponse" : {
1204
+ "description" : "callResponse template definitions",
1205
+ "content" : {
1206
+ "application/json" : {
1207
+ "schema" : {
1208
+ "additionalProperties" : false,
1209
+ "allOf" : [ {
1210
+ "$ref" : "#/components/schemas/commonJson"
1211
+ }, {
1212
+ "type" : [ "null", "object" ],
1213
+ "properties" : {
1214
+ "callId" : {
1215
+ "type" : [ "string", "null", "integer" ],
1216
+ "format" : "int64",
1217
+ "pattern" : "([0-9]+)",
1218
+ "x-custom-parameters-attributes" : {
1219
+ "removeExif" : false,
1220
+ "filterMatchedContent" : false,
1221
+ "antivirus" : false,
1222
+ "replacementString" : "",
1223
+ "allowInvalid" : false,
1224
+ "descrption" : "ID of the live call",
1225
+ "secret" : false,
1226
+ "preserveCharsLimit" : 10,
1227
+ "trim" : false,
1228
+ "internalParam" : false,
1229
+ "preserveChars" : "0,5",
1230
+ "importUrl" : false,
1231
+ "decrypt" : false
1232
+ }
1233
+ },
1234
+ "modifiedTime" : {
1235
+ "type" : [ "string", "null" ],
1236
+ "maxLength" : 100,
1237
+ "minLength" : 0,
1238
+ "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))",
1239
+ "x-custom-parameters-attributes" : {
1240
+ "removeExif" : false,
1241
+ "filterMatchedContent" : false,
1242
+ "antivirus" : false,
1243
+ "replacementString" : "",
1244
+ "allowInvalid" : false,
1245
+ "descrption" : "Time when details of the call entry were modified",
1246
+ "secret" : false,
1247
+ "preserveCharsLimit" : 10,
1248
+ "trim" : false,
1249
+ "internalParam" : false,
1250
+ "preserveChars" : "0,5",
1251
+ "importUrl" : false,
1252
+ "decrypt" : false
1253
+ }
1254
+ },
1255
+ "cf" : {
1256
+ "type" : [ "null", "object" ],
1257
+ "additionalProperties" : false,
1258
+ "patternProperties" : {
1259
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1260
+ "type" : [ "string", "null" ],
1261
+ "maxLength" : 100,
1262
+ "minLength" : 0,
1263
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1264
+ "x-custom-parameters-attributes" : {
1265
+ "callId" : {
1266
+ "removeExif" : false,
1267
+ "filterMatchedContent" : false,
1268
+ "antivirus" : false,
1269
+ "replacementString" : "",
1270
+ "allowInvalid" : false,
1271
+ "descrption" : "ID of the live call",
1272
+ "secret" : false,
1273
+ "preserveCharsLimit" : 10,
1274
+ "trim" : false,
1275
+ "internalParam" : false,
1276
+ "preserveChars" : "0,5",
1277
+ "importUrl" : false,
1278
+ "decrypt" : false
1279
+ },
1280
+ "modifiedTime" : {
1281
+ "removeExif" : false,
1282
+ "filterMatchedContent" : false,
1283
+ "antivirus" : false,
1284
+ "replacementString" : "",
1285
+ "allowInvalid" : false,
1286
+ "descrption" : "Time when details of the call entry were modified",
1287
+ "secret" : false,
1288
+ "preserveCharsLimit" : 10,
1289
+ "trim" : false,
1290
+ "internalParam" : false,
1291
+ "preserveChars" : "0,5",
1292
+ "importUrl" : false,
1293
+ "decrypt" : false
1294
+ },
1295
+ "cf" : { },
1296
+ "ticket" : {
1297
+ "ticketNumber" : {
1298
+ "removeExif" : false,
1299
+ "filterMatchedContent" : false,
1300
+ "antivirus" : false,
1301
+ "replacementString" : "",
1302
+ "allowInvalid" : false,
1303
+ "descrption" : "Index number of the ticket",
1304
+ "secret" : false,
1305
+ "preserveCharsLimit" : 10,
1306
+ "trim" : false,
1307
+ "internalParam" : false,
1308
+ "preserveChars" : "0,5",
1309
+ "importUrl" : false,
1310
+ "decrypt" : false
1311
+ },
1312
+ "contact" : {
1313
+ "lastName" : {
1314
+ "removeExif" : false,
1315
+ "filterMatchedContent" : false,
1316
+ "antivirus" : false,
1317
+ "replacementString" : "",
1318
+ "allowInvalid" : false,
1319
+ "descrption" : "Last name of the contact",
1320
+ "secret" : false,
1321
+ "preserveCharsLimit" : 10,
1322
+ "trim" : false,
1323
+ "internalParam" : false,
1324
+ "preserveChars" : "0,5",
1325
+ "importUrl" : false,
1326
+ "decrypt" : false
1327
+ },
1328
+ "firstName" : {
1329
+ "removeExif" : false,
1330
+ "filterMatchedContent" : false,
1331
+ "antivirus" : false,
1332
+ "replacementString" : "",
1333
+ "allowInvalid" : false,
1334
+ "descrption" : "First name of the contact",
1335
+ "secret" : false,
1336
+ "preserveCharsLimit" : 10,
1337
+ "trim" : false,
1338
+ "internalParam" : false,
1339
+ "preserveChars" : "0,5",
1340
+ "importUrl" : false,
1341
+ "decrypt" : false
1342
+ },
1343
+ "id" : {
1344
+ "removeExif" : false,
1345
+ "filterMatchedContent" : false,
1346
+ "antivirus" : false,
1347
+ "replacementString" : "",
1348
+ "allowInvalid" : false,
1349
+ "descrption" : "ID of the contact",
1350
+ "secret" : false,
1351
+ "preserveCharsLimit" : 10,
1352
+ "trim" : false,
1353
+ "internalParam" : false,
1354
+ "preserveChars" : "0,5",
1355
+ "importUrl" : false,
1356
+ "decrypt" : false
1357
+ }
1358
+ },
1359
+ "id" : {
1360
+ "removeExif" : false,
1361
+ "filterMatchedContent" : false,
1362
+ "antivirus" : false,
1363
+ "replacementString" : "",
1364
+ "allowInvalid" : false,
1365
+ "descrption" : "ID of the ticket",
1366
+ "secret" : false,
1367
+ "preserveCharsLimit" : 10,
1368
+ "trim" : false,
1369
+ "internalParam" : false,
1370
+ "preserveChars" : "0,5",
1371
+ "importUrl" : false,
1372
+ "decrypt" : false
1373
+ }
1374
+ },
1375
+ "reminder" : [ {
1376
+ "relativeReminderInMin" : {
1377
+ "removeExif" : false,
1378
+ "filterMatchedContent" : false,
1379
+ "antivirus" : false,
1380
+ "replacementString" : "",
1381
+ "allowInvalid" : false,
1382
+ "descrption" : "The remainder for activity should be given as number of minutes",
1383
+ "secret" : false,
1384
+ "preserveCharsLimit" : 10,
1385
+ "trim" : false,
1386
+ "internalParam" : true,
1387
+ "preserveChars" : "0,5",
1388
+ "importUrl" : false,
1389
+ "decrypt" : false
1390
+ },
1391
+ "reminderType" : {
1392
+ "removeExif" : false,
1393
+ "filterMatchedContent" : false,
1394
+ "antivirus" : false,
1395
+ "replacementString" : "",
1396
+ "allowInvalid" : false,
1397
+ "descrption" : "Type of the reminder. Values allowed are @ABSOLUTE@ and @RELATIVE@",
1398
+ "secret" : false,
1399
+ "preserveCharsLimit" : 10,
1400
+ "trim" : false,
1401
+ "internalParam" : true,
1402
+ "preserveChars" : "0,5",
1403
+ "importUrl" : false,
1404
+ "decrypt" : false
1405
+ },
1406
+ "alertType" : [ { } ],
1407
+ "reminderTime" : {
1408
+ "removeExif" : false,
1409
+ "filterMatchedContent" : false,
1410
+ "antivirus" : false,
1411
+ "replacementString" : "",
1412
+ "allowInvalid" : false,
1413
+ "descrption" : "Time when the reminder must be triggered",
1414
+ "secret" : false,
1415
+ "preserveCharsLimit" : 10,
1416
+ "trim" : false,
1417
+ "internalParam" : false,
1418
+ "preserveChars" : "0,5",
1419
+ "importUrl" : false,
1420
+ "decrypt" : false
1421
+ }
1422
+ } ],
1423
+ "contactId" : {
1424
+ "removeExif" : false,
1425
+ "filterMatchedContent" : false,
1426
+ "antivirus" : false,
1427
+ "replacementString" : "",
1428
+ "allowInvalid" : false,
1429
+ "descrption" : "ID of the contact associated with the call",
1430
+ "secret" : false,
1431
+ "preserveCharsLimit" : 10,
1432
+ "trim" : false,
1433
+ "internalParam" : false,
1434
+ "preserveChars" : "0,5",
1435
+ "importUrl" : false,
1436
+ "decrypt" : false
1437
+ },
1438
+ "customFields" : { },
1439
+ "subject" : {
1440
+ "removeExif" : false,
1441
+ "filterMatchedContent" : false,
1442
+ "antivirus" : false,
1443
+ "replacementString" : "",
1444
+ "allowInvalid" : false,
1445
+ "descrption" : "Subject of the call",
1446
+ "secret" : false,
1447
+ "preserveCharsLimit" : 10,
1448
+ "trim" : false,
1449
+ "internalParam" : false,
1450
+ "preserveChars" : "0,5",
1451
+ "importUrl" : false,
1452
+ "decrypt" : false
1453
+ },
1454
+ "departmentId" : {
1455
+ "removeExif" : false,
1456
+ "filterMatchedContent" : false,
1457
+ "antivirus" : false,
1458
+ "replacementString" : "",
1459
+ "allowInvalid" : false,
1460
+ "descrption" : "ID of the department associated with the call and ticket",
1461
+ "secret" : false,
1462
+ "preserveCharsLimit" : 10,
1463
+ "trim" : false,
1464
+ "internalParam" : false,
1465
+ "preserveChars" : "0,5",
1466
+ "importUrl" : false,
1467
+ "decrypt" : false,
1468
+ "entity" : "Departments"
1469
+ },
1470
+ "creatorId" : {
1471
+ "removeExif" : false,
1472
+ "filterMatchedContent" : false,
1473
+ "antivirus" : false,
1474
+ "replacementString" : "",
1475
+ "allowInvalid" : false,
1476
+ "descrption" : "ID of user who created the call ",
1477
+ "secret" : false,
1478
+ "preserveCharsLimit" : 10,
1479
+ "trim" : false,
1480
+ "internalParam" : false,
1481
+ "preserveChars" : "0,5",
1482
+ "importUrl" : false,
1483
+ "decrypt" : false
1484
+ },
1485
+ "description" : {
1486
+ "removeExif" : false,
1487
+ "filterMatchedContent" : false,
1488
+ "antivirus" : false,
1489
+ "replacementString" : "",
1490
+ "allowInvalid" : false,
1491
+ "descrption" : "Description of the call",
1492
+ "secret" : false,
1493
+ "preserveCharsLimit" : 10,
1494
+ "trim" : false,
1495
+ "internalParam" : false,
1496
+ "preserveChars" : "0,5",
1497
+ "importUrl" : false,
1498
+ "decrypt" : false
1499
+ },
1500
+ "ownerId" : {
1501
+ "removeExif" : false,
1502
+ "filterMatchedContent" : false,
1503
+ "antivirus" : false,
1504
+ "replacementString" : "",
1505
+ "allowInvalid" : false,
1506
+ "descrption" : "ID of the user to whom the call is assigned",
1507
+ "secret" : false,
1508
+ "preserveCharsLimit" : 10,
1509
+ "trim" : false,
1510
+ "internalParam" : false,
1511
+ "preserveChars" : "0,5",
1512
+ "importUrl" : false,
1513
+ "decrypt" : false
1514
+ },
1515
+ "priority" : {
1516
+ "removeExif" : false,
1517
+ "filterMatchedContent" : false,
1518
+ "antivirus" : false,
1519
+ "replacementString" : "",
1520
+ "allowInvalid" : false,
1521
+ "descrption" : "Priority of the call",
1522
+ "secret" : false,
1523
+ "preserveCharsLimit" : 10,
1524
+ "trim" : false,
1525
+ "internalParam" : false,
1526
+ "preserveChars" : "0,5",
1527
+ "importUrl" : false,
1528
+ "decrypt" : false
1529
+ },
1530
+ "layoutId" : {
1531
+ "removeExif" : false,
1532
+ "filterMatchedContent" : false,
1533
+ "antivirus" : false,
1534
+ "replacementString" : "",
1535
+ "allowInvalid" : false,
1536
+ "descrption" : "Layout of Call",
1537
+ "secret" : false,
1538
+ "preserveCharsLimit" : 10,
1539
+ "trim" : false,
1540
+ "internalParam" : true,
1541
+ "preserveChars" : "0,5",
1542
+ "importUrl" : false,
1543
+ "decrypt" : false
1544
+ },
1545
+ "duration" : {
1546
+ "removeExif" : false,
1547
+ "filterMatchedContent" : false,
1548
+ "antivirus" : false,
1549
+ "replacementString" : "",
1550
+ "allowInvalid" : false,
1551
+ "descrption" : "Duration of the call in seconds",
1552
+ "secret" : false,
1553
+ "preserveCharsLimit" : 10,
1554
+ "trim" : false,
1555
+ "internalParam" : false,
1556
+ "preserveChars" : "0,5",
1557
+ "importUrl" : false,
1558
+ "decrypt" : false
1559
+ },
1560
+ "webUrl" : {
1561
+ "removeExif" : false,
1562
+ "filterMatchedContent" : false,
1563
+ "antivirus" : false,
1564
+ "replacementString" : "",
1565
+ "allowInvalid" : false,
1566
+ "descrption" : "URL to access the resource",
1567
+ "secret" : false,
1568
+ "preserveCharsLimit" : 10,
1569
+ "trim" : false,
1570
+ "internalParam" : false,
1571
+ "preserveChars" : "0,5",
1572
+ "importUrl" : false,
1573
+ "decrypt" : false
1574
+ },
1575
+ "teamId" : {
1576
+ "removeExif" : false,
1577
+ "filterMatchedContent" : false,
1578
+ "antivirus" : false,
1579
+ "replacementString" : "",
1580
+ "allowInvalid" : false,
1581
+ "descrption" : "ID of the team to which the call is assigned",
1582
+ "secret" : false,
1583
+ "preserveCharsLimit" : 10,
1584
+ "trim" : false,
1585
+ "internalParam" : false,
1586
+ "preserveChars" : "0,5",
1587
+ "importUrl" : false,
1588
+ "decrypt" : false
1589
+ },
1590
+ "recordingUrl" : {
1591
+ "removeExif" : false,
1592
+ "filterMatchedContent" : false,
1593
+ "antivirus" : false,
1594
+ "replacementString" : "",
1595
+ "allowInvalid" : false,
1596
+ "descrption" : "Recording or voice mail URL",
1597
+ "secret" : false,
1598
+ "preserveCharsLimit" : 10,
1599
+ "trim" : false,
1600
+ "internalParam" : false,
1601
+ "preserveChars" : "0,5",
1602
+ "importUrl" : false,
1603
+ "decrypt" : false
1604
+ },
1605
+ "createdTime" : {
1606
+ "removeExif" : false,
1607
+ "filterMatchedContent" : false,
1608
+ "antivirus" : false,
1609
+ "replacementString" : "",
1610
+ "allowInvalid" : false,
1611
+ "descrption" : "Time when the call entry was added",
1612
+ "secret" : false,
1613
+ "preserveCharsLimit" : 10,
1614
+ "trim" : false,
1615
+ "internalParam" : false,
1616
+ "preserveChars" : "0,5",
1617
+ "importUrl" : false,
1618
+ "decrypt" : false
1619
+ },
1620
+ "startTime" : {
1621
+ "removeExif" : false,
1622
+ "filterMatchedContent" : false,
1623
+ "antivirus" : false,
1624
+ "replacementString" : "",
1625
+ "allowInvalid" : false,
1626
+ "descrption" : "Time when the call started. The value of this key must be recorded in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ.",
1627
+ "secret" : false,
1628
+ "preserveCharsLimit" : 10,
1629
+ "trim" : false,
1630
+ "internalParam" : false,
1631
+ "preserveChars" : "0,5",
1632
+ "importUrl" : false,
1633
+ "decrypt" : false
1634
+ },
1635
+ "id" : {
1636
+ "removeExif" : false,
1637
+ "filterMatchedContent" : false,
1638
+ "antivirus" : false,
1639
+ "replacementString" : "",
1640
+ "allowInvalid" : false,
1641
+ "descrption" : "ID of the call",
1642
+ "secret" : false,
1643
+ "preserveCharsLimit" : 10,
1644
+ "trim" : false,
1645
+ "internalParam" : false,
1646
+ "preserveChars" : "0,5",
1647
+ "importUrl" : false,
1648
+ "decrypt" : false
1649
+ },
1650
+ "ticketId" : {
1651
+ "removeExif" : false,
1652
+ "filterMatchedContent" : false,
1653
+ "antivirus" : false,
1654
+ "replacementString" : "",
1655
+ "allowInvalid" : false,
1656
+ "descrption" : "ID of the ticket associated with the call",
1657
+ "secret" : false,
1658
+ "preserveCharsLimit" : 10,
1659
+ "trim" : false,
1660
+ "internalParam" : false,
1661
+ "preserveChars" : "0,5",
1662
+ "importUrl" : false,
1663
+ "decrypt" : false,
1664
+ "entity" : "Tickets"
1665
+ },
1666
+ "direction" : {
1667
+ "removeExif" : false,
1668
+ "filterMatchedContent" : false,
1669
+ "antivirus" : false,
1670
+ "replacementString" : "",
1671
+ "allowInvalid" : false,
1672
+ "descrption" : "Direction of the call: inbound or outbound",
1673
+ "secret" : false,
1674
+ "preserveCharsLimit" : 10,
1675
+ "trim" : false,
1676
+ "internalParam" : false,
1677
+ "preserveChars" : "0,5",
1678
+ "importUrl" : false,
1679
+ "decrypt" : false
1680
+ },
1681
+ "status" : {
1682
+ "removeExif" : false,
1683
+ "filterMatchedContent" : false,
1684
+ "antivirus" : false,
1685
+ "replacementString" : "",
1686
+ "allowInvalid" : false,
1687
+ "descrption" : "Completion status of the call",
1688
+ "secret" : false,
1689
+ "preserveCharsLimit" : 10,
1690
+ "trim" : false,
1691
+ "internalParam" : false,
1692
+ "preserveChars" : "0,5",
1693
+ "importUrl" : false,
1694
+ "decrypt" : false
1695
+ }
1696
+ }
1697
+ }
1698
+ }
1699
+ },
1700
+ "reminder" : {
1701
+ "$ref" : "#/components/schemas/reminderArray"
1702
+ },
1703
+ "statusType" : {
1704
+ "type" : [ "string", "null" ],
1705
+ "enum" : [ "Open", "Closed" ],
1706
+ "maxLength" : 100,
1707
+ "minLength" : 0
1708
+ },
1709
+ "completedTime" : {
1710
+ "type" : [ "string", "null" ],
1711
+ "maxLength" : 100,
1712
+ "minLength" : 0,
1713
+ "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))"
1714
+ },
1715
+ "customFields" : {
1716
+ "type" : [ "null", "object" ],
1717
+ "additionalProperties" : false,
1718
+ "patternProperties" : {
1719
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1720
+ "type" : [ "string", "null" ],
1721
+ "maxLength" : 100,
1722
+ "minLength" : 0,
1723
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1724
+ "x-custom-parameters-attributes" : {
1725
+ "callId" : {
1726
+ "removeExif" : false,
1727
+ "filterMatchedContent" : false,
1728
+ "antivirus" : false,
1729
+ "replacementString" : "",
1730
+ "allowInvalid" : false,
1731
+ "descrption" : "ID of the live call",
1732
+ "secret" : false,
1733
+ "preserveCharsLimit" : 10,
1734
+ "trim" : false,
1735
+ "internalParam" : false,
1736
+ "preserveChars" : "0,5",
1737
+ "importUrl" : false,
1738
+ "decrypt" : false
1739
+ },
1740
+ "modifiedTime" : {
1741
+ "removeExif" : false,
1742
+ "filterMatchedContent" : false,
1743
+ "antivirus" : false,
1744
+ "replacementString" : "",
1745
+ "allowInvalid" : false,
1746
+ "descrption" : "Time when details of the call entry were modified",
1747
+ "secret" : false,
1748
+ "preserveCharsLimit" : 10,
1749
+ "trim" : false,
1750
+ "internalParam" : false,
1751
+ "preserveChars" : "0,5",
1752
+ "importUrl" : false,
1753
+ "decrypt" : false
1754
+ },
1755
+ "cf" : { },
1756
+ "ticket" : {
1757
+ "ticketNumber" : {
1758
+ "removeExif" : false,
1759
+ "filterMatchedContent" : false,
1760
+ "antivirus" : false,
1761
+ "replacementString" : "",
1762
+ "allowInvalid" : false,
1763
+ "descrption" : "Index number of the ticket",
1764
+ "secret" : false,
1765
+ "preserveCharsLimit" : 10,
1766
+ "trim" : false,
1767
+ "internalParam" : false,
1768
+ "preserveChars" : "0,5",
1769
+ "importUrl" : false,
1770
+ "decrypt" : false
1771
+ },
1772
+ "contact" : {
1773
+ "lastName" : {
1774
+ "removeExif" : false,
1775
+ "filterMatchedContent" : false,
1776
+ "antivirus" : false,
1777
+ "replacementString" : "",
1778
+ "allowInvalid" : false,
1779
+ "descrption" : "Last name of the contact",
1780
+ "secret" : false,
1781
+ "preserveCharsLimit" : 10,
1782
+ "trim" : false,
1783
+ "internalParam" : false,
1784
+ "preserveChars" : "0,5",
1785
+ "importUrl" : false,
1786
+ "decrypt" : false
1787
+ },
1788
+ "firstName" : {
1789
+ "removeExif" : false,
1790
+ "filterMatchedContent" : false,
1791
+ "antivirus" : false,
1792
+ "replacementString" : "",
1793
+ "allowInvalid" : false,
1794
+ "descrption" : "First name of the contact",
1795
+ "secret" : false,
1796
+ "preserveCharsLimit" : 10,
1797
+ "trim" : false,
1798
+ "internalParam" : false,
1799
+ "preserveChars" : "0,5",
1800
+ "importUrl" : false,
1801
+ "decrypt" : false
1802
+ },
1803
+ "id" : {
1804
+ "removeExif" : false,
1805
+ "filterMatchedContent" : false,
1806
+ "antivirus" : false,
1807
+ "replacementString" : "",
1808
+ "allowInvalid" : false,
1809
+ "descrption" : "ID of the contact",
1810
+ "secret" : false,
1811
+ "preserveCharsLimit" : 10,
1812
+ "trim" : false,
1813
+ "internalParam" : false,
1814
+ "preserveChars" : "0,5",
1815
+ "importUrl" : false,
1816
+ "decrypt" : false
1817
+ }
1818
+ },
1819
+ "id" : {
1820
+ "removeExif" : false,
1821
+ "filterMatchedContent" : false,
1822
+ "antivirus" : false,
1823
+ "replacementString" : "",
1824
+ "allowInvalid" : false,
1825
+ "descrption" : "ID of the ticket",
1826
+ "secret" : false,
1827
+ "preserveCharsLimit" : 10,
1828
+ "trim" : false,
1829
+ "internalParam" : false,
1830
+ "preserveChars" : "0,5",
1831
+ "importUrl" : false,
1832
+ "decrypt" : false
1833
+ }
1834
+ },
1835
+ "reminder" : [ {
1836
+ "relativeReminderInMin" : {
1837
+ "removeExif" : false,
1838
+ "filterMatchedContent" : false,
1839
+ "antivirus" : false,
1840
+ "replacementString" : "",
1841
+ "allowInvalid" : false,
1842
+ "descrption" : "The remainder for activity should be given as number of minutes",
1843
+ "secret" : false,
1844
+ "preserveCharsLimit" : 10,
1845
+ "trim" : false,
1846
+ "internalParam" : true,
1847
+ "preserveChars" : "0,5",
1848
+ "importUrl" : false,
1849
+ "decrypt" : false
1850
+ },
1851
+ "reminderType" : {
1852
+ "removeExif" : false,
1853
+ "filterMatchedContent" : false,
1854
+ "antivirus" : false,
1855
+ "replacementString" : "",
1856
+ "allowInvalid" : false,
1857
+ "descrption" : "Type of the reminder. Values allowed are @ABSOLUTE@ and @RELATIVE@",
1858
+ "secret" : false,
1859
+ "preserveCharsLimit" : 10,
1860
+ "trim" : false,
1861
+ "internalParam" : true,
1862
+ "preserveChars" : "0,5",
1863
+ "importUrl" : false,
1864
+ "decrypt" : false
1865
+ },
1866
+ "alertType" : [ { } ],
1867
+ "reminderTime" : {
1868
+ "removeExif" : false,
1869
+ "filterMatchedContent" : false,
1870
+ "antivirus" : false,
1871
+ "replacementString" : "",
1872
+ "allowInvalid" : false,
1873
+ "descrption" : "Time when the reminder must be triggered",
1874
+ "secret" : false,
1875
+ "preserveCharsLimit" : 10,
1876
+ "trim" : false,
1877
+ "internalParam" : false,
1878
+ "preserveChars" : "0,5",
1879
+ "importUrl" : false,
1880
+ "decrypt" : false
1881
+ }
1882
+ } ],
1883
+ "contactId" : {
1884
+ "removeExif" : false,
1885
+ "filterMatchedContent" : false,
1886
+ "antivirus" : false,
1887
+ "replacementString" : "",
1888
+ "allowInvalid" : false,
1889
+ "descrption" : "ID of the contact associated with the call",
1890
+ "secret" : false,
1891
+ "preserveCharsLimit" : 10,
1892
+ "trim" : false,
1893
+ "internalParam" : false,
1894
+ "preserveChars" : "0,5",
1895
+ "importUrl" : false,
1896
+ "decrypt" : false
1897
+ },
1898
+ "customFields" : { },
1899
+ "subject" : {
1900
+ "removeExif" : false,
1901
+ "filterMatchedContent" : false,
1902
+ "antivirus" : false,
1903
+ "replacementString" : "",
1904
+ "allowInvalid" : false,
1905
+ "descrption" : "Subject of the call",
1906
+ "secret" : false,
1907
+ "preserveCharsLimit" : 10,
1908
+ "trim" : false,
1909
+ "internalParam" : false,
1910
+ "preserveChars" : "0,5",
1911
+ "importUrl" : false,
1912
+ "decrypt" : false
1913
+ },
1914
+ "departmentId" : {
1915
+ "removeExif" : false,
1916
+ "filterMatchedContent" : false,
1917
+ "antivirus" : false,
1918
+ "replacementString" : "",
1919
+ "allowInvalid" : false,
1920
+ "descrption" : "ID of the department associated with the call and ticket",
1921
+ "secret" : false,
1922
+ "preserveCharsLimit" : 10,
1923
+ "trim" : false,
1924
+ "internalParam" : false,
1925
+ "preserveChars" : "0,5",
1926
+ "importUrl" : false,
1927
+ "decrypt" : false,
1928
+ "entity" : "Departments"
1929
+ },
1930
+ "creatorId" : {
1931
+ "removeExif" : false,
1932
+ "filterMatchedContent" : false,
1933
+ "antivirus" : false,
1934
+ "replacementString" : "",
1935
+ "allowInvalid" : false,
1936
+ "descrption" : "ID of user who created the call ",
1937
+ "secret" : false,
1938
+ "preserveCharsLimit" : 10,
1939
+ "trim" : false,
1940
+ "internalParam" : false,
1941
+ "preserveChars" : "0,5",
1942
+ "importUrl" : false,
1943
+ "decrypt" : false
1944
+ },
1945
+ "description" : {
1946
+ "removeExif" : false,
1947
+ "filterMatchedContent" : false,
1948
+ "antivirus" : false,
1949
+ "replacementString" : "",
1950
+ "allowInvalid" : false,
1951
+ "descrption" : "Description of the call",
1952
+ "secret" : false,
1953
+ "preserveCharsLimit" : 10,
1954
+ "trim" : false,
1955
+ "internalParam" : false,
1956
+ "preserveChars" : "0,5",
1957
+ "importUrl" : false,
1958
+ "decrypt" : false
1959
+ },
1960
+ "ownerId" : {
1961
+ "removeExif" : false,
1962
+ "filterMatchedContent" : false,
1963
+ "antivirus" : false,
1964
+ "replacementString" : "",
1965
+ "allowInvalid" : false,
1966
+ "descrption" : "ID of the user to whom the call is assigned",
1967
+ "secret" : false,
1968
+ "preserveCharsLimit" : 10,
1969
+ "trim" : false,
1970
+ "internalParam" : false,
1971
+ "preserveChars" : "0,5",
1972
+ "importUrl" : false,
1973
+ "decrypt" : false
1974
+ },
1975
+ "priority" : {
1976
+ "removeExif" : false,
1977
+ "filterMatchedContent" : false,
1978
+ "antivirus" : false,
1979
+ "replacementString" : "",
1980
+ "allowInvalid" : false,
1981
+ "descrption" : "Priority of the call",
1982
+ "secret" : false,
1983
+ "preserveCharsLimit" : 10,
1984
+ "trim" : false,
1985
+ "internalParam" : false,
1986
+ "preserveChars" : "0,5",
1987
+ "importUrl" : false,
1988
+ "decrypt" : false
1989
+ },
1990
+ "layoutId" : {
1991
+ "removeExif" : false,
1992
+ "filterMatchedContent" : false,
1993
+ "antivirus" : false,
1994
+ "replacementString" : "",
1995
+ "allowInvalid" : false,
1996
+ "descrption" : "Layout of Call",
1997
+ "secret" : false,
1998
+ "preserveCharsLimit" : 10,
1999
+ "trim" : false,
2000
+ "internalParam" : true,
2001
+ "preserveChars" : "0,5",
2002
+ "importUrl" : false,
2003
+ "decrypt" : false
2004
+ },
2005
+ "duration" : {
2006
+ "removeExif" : false,
2007
+ "filterMatchedContent" : false,
2008
+ "antivirus" : false,
2009
+ "replacementString" : "",
2010
+ "allowInvalid" : false,
2011
+ "descrption" : "Duration of the call in seconds",
2012
+ "secret" : false,
2013
+ "preserveCharsLimit" : 10,
2014
+ "trim" : false,
2015
+ "internalParam" : false,
2016
+ "preserveChars" : "0,5",
2017
+ "importUrl" : false,
2018
+ "decrypt" : false
2019
+ },
2020
+ "webUrl" : {
2021
+ "removeExif" : false,
2022
+ "filterMatchedContent" : false,
2023
+ "antivirus" : false,
2024
+ "replacementString" : "",
2025
+ "allowInvalid" : false,
2026
+ "descrption" : "URL to access the resource",
2027
+ "secret" : false,
2028
+ "preserveCharsLimit" : 10,
2029
+ "trim" : false,
2030
+ "internalParam" : false,
2031
+ "preserveChars" : "0,5",
2032
+ "importUrl" : false,
2033
+ "decrypt" : false
2034
+ },
2035
+ "teamId" : {
2036
+ "removeExif" : false,
2037
+ "filterMatchedContent" : false,
2038
+ "antivirus" : false,
2039
+ "replacementString" : "",
2040
+ "allowInvalid" : false,
2041
+ "descrption" : "ID of the team to which the call is assigned",
2042
+ "secret" : false,
2043
+ "preserveCharsLimit" : 10,
2044
+ "trim" : false,
2045
+ "internalParam" : false,
2046
+ "preserveChars" : "0,5",
2047
+ "importUrl" : false,
2048
+ "decrypt" : false
2049
+ },
2050
+ "recordingUrl" : {
2051
+ "removeExif" : false,
2052
+ "filterMatchedContent" : false,
2053
+ "antivirus" : false,
2054
+ "replacementString" : "",
2055
+ "allowInvalid" : false,
2056
+ "descrption" : "Recording or voice mail URL",
2057
+ "secret" : false,
2058
+ "preserveCharsLimit" : 10,
2059
+ "trim" : false,
2060
+ "internalParam" : false,
2061
+ "preserveChars" : "0,5",
2062
+ "importUrl" : false,
2063
+ "decrypt" : false
2064
+ },
2065
+ "createdTime" : {
2066
+ "removeExif" : false,
2067
+ "filterMatchedContent" : false,
2068
+ "antivirus" : false,
2069
+ "replacementString" : "",
2070
+ "allowInvalid" : false,
2071
+ "descrption" : "Time when the call entry was added",
2072
+ "secret" : false,
2073
+ "preserveCharsLimit" : 10,
2074
+ "trim" : false,
2075
+ "internalParam" : false,
2076
+ "preserveChars" : "0,5",
2077
+ "importUrl" : false,
2078
+ "decrypt" : false
2079
+ },
2080
+ "startTime" : {
2081
+ "removeExif" : false,
2082
+ "filterMatchedContent" : false,
2083
+ "antivirus" : false,
2084
+ "replacementString" : "",
2085
+ "allowInvalid" : false,
2086
+ "descrption" : "Time when the call started. The value of this key must be recorded in the ISO date format of yyyy-MM-ddThh:mm:ss.SSSZ.",
2087
+ "secret" : false,
2088
+ "preserveCharsLimit" : 10,
2089
+ "trim" : false,
2090
+ "internalParam" : false,
2091
+ "preserveChars" : "0,5",
2092
+ "importUrl" : false,
2093
+ "decrypt" : false
2094
+ },
2095
+ "id" : {
2096
+ "removeExif" : false,
2097
+ "filterMatchedContent" : false,
2098
+ "antivirus" : false,
2099
+ "replacementString" : "",
2100
+ "allowInvalid" : false,
2101
+ "descrption" : "ID of the call",
2102
+ "secret" : false,
2103
+ "preserveCharsLimit" : 10,
2104
+ "trim" : false,
2105
+ "internalParam" : false,
2106
+ "preserveChars" : "0,5",
2107
+ "importUrl" : false,
2108
+ "decrypt" : false
2109
+ },
2110
+ "ticketId" : {
2111
+ "removeExif" : false,
2112
+ "filterMatchedContent" : false,
2113
+ "antivirus" : false,
2114
+ "replacementString" : "",
2115
+ "allowInvalid" : false,
2116
+ "descrption" : "ID of the ticket associated with the call",
2117
+ "secret" : false,
2118
+ "preserveCharsLimit" : 10,
2119
+ "trim" : false,
2120
+ "internalParam" : false,
2121
+ "preserveChars" : "0,5",
2122
+ "importUrl" : false,
2123
+ "decrypt" : false,
2124
+ "entity" : "Tickets"
2125
+ },
2126
+ "direction" : {
2127
+ "removeExif" : false,
2128
+ "filterMatchedContent" : false,
2129
+ "antivirus" : false,
2130
+ "replacementString" : "",
2131
+ "allowInvalid" : false,
2132
+ "descrption" : "Direction of the call: inbound or outbound",
2133
+ "secret" : false,
2134
+ "preserveCharsLimit" : 10,
2135
+ "trim" : false,
2136
+ "internalParam" : false,
2137
+ "preserveChars" : "0,5",
2138
+ "importUrl" : false,
2139
+ "decrypt" : false
2140
+ },
2141
+ "status" : {
2142
+ "removeExif" : false,
2143
+ "filterMatchedContent" : false,
2144
+ "antivirus" : false,
2145
+ "replacementString" : "",
2146
+ "allowInvalid" : false,
2147
+ "descrption" : "Completion status of the call",
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
+ }
2158
+ }
2159
+ },
2160
+ "creatorId" : {
2161
+ "type" : [ "string", "null", "integer" ],
2162
+ "format" : "int64",
2163
+ "pattern" : "([0-9]+)",
2164
+ "x-custom-parameters-attributes" : {
2165
+ "removeExif" : false,
2166
+ "filterMatchedContent" : false,
2167
+ "antivirus" : false,
2168
+ "replacementString" : "",
2169
+ "allowInvalid" : false,
2170
+ "descrption" : "ID of user who created the call ",
2171
+ "secret" : false,
2172
+ "preserveCharsLimit" : 10,
2173
+ "trim" : false,
2174
+ "internalParam" : false,
2175
+ "preserveChars" : "0,5",
2176
+ "importUrl" : false,
2177
+ "decrypt" : false
2178
+ }
2179
+ },
2180
+ "description" : {
2181
+ "type" : [ "string", "null" ],
2182
+ "maxLength" : 65535,
2183
+ "minLength" : 0,
2184
+ "x-custom-parameters-attributes" : {
2185
+ "removeExif" : false,
2186
+ "filterMatchedContent" : false,
2187
+ "antivirus" : false,
2188
+ "replacementString" : "",
2189
+ "allowInvalid" : false,
2190
+ "descrption" : "Description of the call",
2191
+ "secret" : false,
2192
+ "preserveCharsLimit" : 10,
2193
+ "trim" : false,
2194
+ "internalParam" : false,
2195
+ "preserveChars" : "0,5",
2196
+ "importUrl" : false,
2197
+ "decrypt" : false
2198
+ }
2199
+ },
2200
+ "activityTime" : {
2201
+ "type" : [ "string", "null", "integer" ],
2202
+ "format" : "int64",
2203
+ "pattern" : "([0-9]+)"
2204
+ },
2205
+ "layoutId" : {
2206
+ "type" : [ "string", "null", "integer" ],
2207
+ "format" : "int64",
2208
+ "pattern" : "([0-9]+)",
2209
+ "x-custom-parameters-attributes" : {
2210
+ "removeExif" : false,
2211
+ "filterMatchedContent" : false,
2212
+ "antivirus" : false,
2213
+ "replacementString" : "",
2214
+ "allowInvalid" : false,
2215
+ "descrption" : "Layout of Call",
2216
+ "secret" : false,
2217
+ "preserveCharsLimit" : 10,
2218
+ "trim" : false,
2219
+ "internalParam" : true,
2220
+ "preserveChars" : "0,5",
2221
+ "importUrl" : false,
2222
+ "decrypt" : false
2223
+ }
2224
+ },
2225
+ "duration" : {
2226
+ "type" : [ "string", "null", "integer" ],
2227
+ "format" : "int32",
2228
+ "pattern" : "([0-9]+)",
2229
+ "x-custom-parameters-attributes" : {
2230
+ "removeExif" : false,
2231
+ "filterMatchedContent" : false,
2232
+ "antivirus" : false,
2233
+ "replacementString" : "",
2234
+ "allowInvalid" : false,
2235
+ "descrption" : "Duration of the call in seconds",
2236
+ "secret" : false,
2237
+ "preserveCharsLimit" : 10,
2238
+ "trim" : false,
2239
+ "internalParam" : false,
2240
+ "preserveChars" : "0,5",
2241
+ "importUrl" : false,
2242
+ "decrypt" : false
2243
+ }
2244
+ },
2245
+ "isTrashed" : {
2246
+ "type" : [ "boolean", "null" ]
2247
+ },
2248
+ "webUrl" : {
2249
+ "type" : [ "string", "null" ],
2250
+ "maxLength" : 500,
2251
+ "minLength" : 0,
2252
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)",
2253
+ "x-custom-parameters-attributes" : {
2254
+ "removeExif" : false,
2255
+ "filterMatchedContent" : false,
2256
+ "antivirus" : false,
2257
+ "replacementString" : "",
2258
+ "allowInvalid" : false,
2259
+ "descrption" : "URL to access the resource",
2260
+ "secret" : false,
2261
+ "preserveCharsLimit" : 10,
2262
+ "trim" : false,
2263
+ "internalParam" : false,
2264
+ "preserveChars" : "0,5",
2265
+ "importUrl" : false,
2266
+ "decrypt" : false
2267
+ }
2268
+ },
2269
+ "createdTime" : {
2270
+ "type" : [ "string", "null" ],
2271
+ "maxLength" : 100,
2272
+ "minLength" : 0,
2273
+ "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))",
2274
+ "x-custom-parameters-attributes" : {
2275
+ "removeExif" : false,
2276
+ "filterMatchedContent" : false,
2277
+ "antivirus" : false,
2278
+ "replacementString" : "",
2279
+ "allowInvalid" : false,
2280
+ "descrption" : "Time when the call entry was added",
2281
+ "secret" : false,
2282
+ "preserveCharsLimit" : 10,
2283
+ "trim" : false,
2284
+ "internalParam" : false,
2285
+ "preserveChars" : "0,5",
2286
+ "importUrl" : false,
2287
+ "decrypt" : false
2288
+ }
2289
+ },
2290
+ "modifiedBy" : {
2291
+ "$ref" : "#/components/schemas/assignee"
2292
+ },
2293
+ "id" : {
2294
+ "type" : [ "string", "null", "integer" ],
2295
+ "format" : "int64",
2296
+ "pattern" : "([0-9]+)",
2297
+ "x-custom-parameters-attributes" : {
2298
+ "removeExif" : false,
2299
+ "filterMatchedContent" : false,
2300
+ "antivirus" : false,
2301
+ "replacementString" : "",
2302
+ "allowInvalid" : false,
2303
+ "descrption" : "ID of the call",
2304
+ "secret" : false,
2305
+ "preserveCharsLimit" : 10,
2306
+ "trim" : false,
2307
+ "internalParam" : false,
2308
+ "preserveChars" : "0,5",
2309
+ "importUrl" : false,
2310
+ "decrypt" : false
2311
+ }
2312
+ },
2313
+ "isSpam" : {
2314
+ "type" : [ "boolean", "null" ]
2315
+ },
2316
+ "direction" : {
2317
+ "type" : [ "string", "null" ],
2318
+ "enum" : [ "outbound", "inbound" ],
2319
+ "maxLength" : 100,
2320
+ "minLength" : 0,
2321
+ "x-custom-parameters-attributes" : {
2322
+ "removeExif" : false,
2323
+ "filterMatchedContent" : false,
2324
+ "antivirus" : false,
2325
+ "replacementString" : "",
2326
+ "allowInvalid" : false,
2327
+ "descrption" : "Direction of the call: inbound or outbound",
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
+ },
2338
+ "required" : [ "activityTime", "callId", "cf", "completedTime", "createdTime", "creatorId", "customFields", "description", "direction", "duration", "id", "isSpam", "isTrashed", "layoutId", "modifiedBy", "modifiedTime", "reminder", "statusType", "webUrl" ]
2339
+ } ]
2340
+ },
2341
+ "examples" : {
2342
+ "Valid responses Definitions" : {
2343
+ "value" : {
2344
+ "cf" : { },
2345
+ "contactId" : "1892000000088017",
2346
+ "subject" : "New Testing Call",
2347
+ "departmentId" : "3000000007043",
2348
+ "creatorId" : "3000000008692",
2349
+ "description" : null,
2350
+ "ownerId" : null,
2351
+ "priority" : "High",
2352
+ "duration" : "300",
2353
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/51123033fe97b2f886f750280ded9c40",
2354
+ "createdTime" : 1468484846000,
2355
+ "startTime" : 1469465531000,
2356
+ "id" : "3000000054002",
2357
+ "ticketId" : "3000000008753",
2358
+ "direction" : "inbound",
2359
+ "status" : "In Progress"
2360
+ }
2361
+ }
2362
+ }
2363
+ }
2364
+ },
2365
+ "x-custom-response-attributes" : {
2366
+ "disable-safe-headers" : "[]"
2367
+ }
2368
+ },
2369
+ "contactOrAccountCallsListView" : {
2370
+ "description" : "contactOrAccountCallsListView template definitions",
2371
+ "content" : {
2372
+ "application/json" : {
2373
+ "schema" : {
2374
+ "allOf" : [ {
2375
+ "type" : "object",
2376
+ "properties" : {
2377
+ "data" : {
2378
+ "type" : "array",
2379
+ "items" : {
2380
+ "type" : "object",
2381
+ "properties" : {
2382
+ "ticket" : {
2383
+ "type" : [ "null", "object" ],
2384
+ "additionalProperties" : false,
2385
+ "maxProperties" : 13,
2386
+ "minProperties" : 13,
2387
+ "properties" : {
2388
+ "ticketNumber" : {
2389
+ "type" : [ "string", "null", "integer" ],
2390
+ "format" : "int32",
2391
+ "pattern" : "([0-9]+)"
2392
+ },
2393
+ "subject" : {
2394
+ "type" : [ "string", "null" ],
2395
+ "maxLength" : 1000,
2396
+ "minLength" : 0
2397
+ },
2398
+ "isArchived" : {
2399
+ "type" : [ "boolean", "null" ]
2400
+ },
2401
+ "dueDate" : {
2402
+ "type" : [ "string", "null" ],
2403
+ "maxLength" : 100,
2404
+ "minLength" : 0,
2405
+ "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))"
2406
+ },
2407
+ "channel" : {
2408
+ "type" : [ "string", "null" ],
2409
+ "x-dynamic-enum" : true
2410
+ },
2411
+ "closedTime" : {
2412
+ "type" : [ "string", "null" ],
2413
+ "maxLength" : 100,
2414
+ "minLength" : 0,
2415
+ "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))"
2416
+ },
2417
+ "phone" : {
2418
+ "type" : [ "string", "null" ],
2419
+ "maxLength" : 120,
2420
+ "minLength" : 0,
2421
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2422
+ },
2423
+ "teamId" : {
2424
+ "type" : [ "string", "null", "integer" ],
2425
+ "format" : "int64",
2426
+ "pattern" : "([0-9]+)"
2427
+ },
2428
+ "createdTime" : {
2429
+ "type" : [ "string", "null" ],
2430
+ "maxLength" : 100,
2431
+ "minLength" : 0,
2432
+ "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))"
2433
+ },
2434
+ "id" : {
2435
+ "type" : [ "string", "null", "integer" ],
2436
+ "format" : "int64",
2437
+ "pattern" : "([0-9]+)"
2438
+ },
2439
+ "assignee" : {
2440
+ "type" : [ "null", "object" ],
2441
+ "additionalProperties" : false,
2442
+ "maxProperties" : 4,
2443
+ "minProperties" : 4,
2444
+ "properties" : {
2445
+ "firstName" : {
2446
+ "type" : [ "string", "null" ],
2447
+ "maxLength" : 50,
2448
+ "minLength" : 0
2449
+ },
2450
+ "lastName" : {
2451
+ "type" : [ "string", "null" ],
2452
+ "maxLength" : 50,
2453
+ "minLength" : 0
2454
+ },
2455
+ "photoURL" : {
2456
+ "type" : [ "string", "null" ],
2457
+ "maxLength" : 100,
2458
+ "minLength" : 0,
2459
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2460
+ },
2461
+ "id" : {
2462
+ "type" : [ "string", "null", "integer" ],
2463
+ "format" : "int64",
2464
+ "pattern" : "([0-9]+)"
2465
+ }
2466
+ },
2467
+ "required" : [ "firstName", "id", "lastName", "photoURL" ]
2468
+ },
2469
+ "isSpam" : {
2470
+ "type" : [ "boolean", "null" ]
2471
+ },
2472
+ "status" : {
2473
+ "type" : [ "string", "null" ],
2474
+ "x-dynamic-enum" : true
2475
+ }
2476
+ },
2477
+ "required" : [ "assignee", "channel", "closedTime", "createdTime", "dueDate", "id", "isArchived", "isSpam", "phone", "status", "subject", "teamId", "ticketNumber" ]
2478
+ },
2479
+ "contact" : {
2480
+ "type" : [ "null", "object" ],
2481
+ "additionalProperties" : false,
2482
+ "maxProperties" : 8,
2483
+ "minProperties" : 8,
2484
+ "properties" : {
2485
+ "firstName" : {
2486
+ "type" : [ "string", "null" ],
2487
+ "maxLength" : 40,
2488
+ "minLength" : 0
2489
+ },
2490
+ "lastName" : {
2491
+ "type" : [ "string", "null" ],
2492
+ "maxLength" : 200,
2493
+ "minLength" : 0
2494
+ },
2495
+ "accountId" : {
2496
+ "type" : [ "string", "null", "integer" ],
2497
+ "format" : "int64",
2498
+ "pattern" : "([0-9]+)"
2499
+ },
2500
+ "phone" : {
2501
+ "type" : [ "string", "null" ],
2502
+ "maxLength" : 50,
2503
+ "minLength" : 0,
2504
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2505
+ },
2506
+ "mobile" : {
2507
+ "type" : [ "string", "null" ],
2508
+ "maxLength" : 50,
2509
+ "minLength" : 0,
2510
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2511
+ },
2512
+ "id" : {
2513
+ "type" : [ "string", "null", "integer" ],
2514
+ "format" : "int64",
2515
+ "pattern" : "([0-9]+)"
2516
+ },
2517
+ "isSpam" : {
2518
+ "type" : [ "boolean", "null" ]
2519
+ },
2520
+ "email" : {
2521
+ "type" : [ "string", "null" ],
2522
+ "maxLength" : 255,
2523
+ "minLength" : 0,
2524
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'\\&\\~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2525
+ }
2526
+ },
2527
+ "required" : [ "accountId", "email", "firstName", "id", "isSpam", "lastName", "mobile", "phone" ]
2528
+ },
2529
+ "assignee" : {
2530
+ "type" : [ "null", "object" ],
2531
+ "additionalProperties" : false,
2532
+ "maxProperties" : 5,
2533
+ "minProperties" : 5,
2534
+ "properties" : {
2535
+ "firstName" : {
2536
+ "type" : [ "string", "null" ],
2537
+ "maxLength" : 50,
2538
+ "minLength" : 0
2539
+ },
2540
+ "lastName" : {
2541
+ "type" : [ "string", "null" ],
2542
+ "maxLength" : 50,
2543
+ "minLength" : 0
2544
+ },
2545
+ "photoURL" : {
2546
+ "type" : [ "string", "null" ],
2547
+ "maxLength" : 100,
2548
+ "minLength" : 0,
2549
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2550
+ },
2551
+ "emailId" : {
2552
+ "type" : [ "string", "null" ],
2553
+ "maxLength" : 100,
2554
+ "minLength" : 0,
2555
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2556
+ },
2557
+ "id" : {
2558
+ "type" : [ "string", "null", "integer" ],
2559
+ "format" : "int64",
2560
+ "pattern" : "([0-9]+)"
2561
+ }
2562
+ },
2563
+ "required" : [ "emailId", "firstName", "id", "lastName", "photoURL" ]
2564
+ },
2565
+ "team" : {
2566
+ "type" : [ "null", "object" ],
2567
+ "additionalProperties" : false,
2568
+ "maxProperties" : 3,
2569
+ "minProperties" : 3,
2570
+ "properties" : {
2571
+ "name" : {
2572
+ "type" : [ "string", "null" ],
2573
+ "maxLength" : 50,
2574
+ "minLength" : 1,
2575
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2576
+ },
2577
+ "id" : {
2578
+ "type" : [ "string", "null", "integer" ],
2579
+ "format" : "int64",
2580
+ "pattern" : "([0-9]+)"
2581
+ },
2582
+ "logoUrl" : {
2583
+ "type" : [ "string", "null" ],
2584
+ "maxLength" : 200,
2585
+ "minLength" : 0,
2586
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2587
+ }
2588
+ },
2589
+ "required" : [ "id", "logoUrl", "name" ]
2590
+ }
2591
+ }
2592
+ }
2593
+ }
2594
+ }
2595
+ }, {
2596
+ "type" : [ "null", "object" ],
2597
+ "additionalProperties" : false,
2598
+ "properties" : {
2599
+ "data" : {
2600
+ "$ref" : "#/components/schemas/contactOrAccountCallData"
2601
+ }
2602
+ },
2603
+ "required" : [ "data" ]
2604
+ } ]
2605
+ },
2606
+ "examples" : {
2607
+ "Valid responses Definitions" : {
2608
+ "value" : {
2609
+ "data" : [ {
2610
+ "ticket" : null,
2611
+ "contactId" : "5000000016252",
2612
+ "subject" : "Macbook pro 238",
2613
+ "completedTime" : null,
2614
+ "departmentId" : "5000000012710",
2615
+ "dueDate" : null,
2616
+ "creatorId" : "5000000015911",
2617
+ "team" : null,
2618
+ "ownerId" : "5000000015911",
2619
+ "priority" : "High",
2620
+ "isCommented" : false,
2621
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/302a2d4c42298889f57d6f662be516d9",
2622
+ "contact" : {
2623
+ "firstName" : null,
2624
+ "lastName" : "Lawrence",
2625
+ "phone" : "1 888 900 9646",
2626
+ "mobile" : null,
2627
+ "id" : "5000000016252",
2628
+ "isSpam" : false
2629
+ },
2630
+ "createdTime" : 1556033083000,
2631
+ "startTime" : 1556470331000,
2632
+ "id" : "5000000103001",
2633
+ "assignee" : {
2634
+ "firstName" : "George",
2635
+ "lastName" : "McKinson",
2636
+ "photoURL" : null,
2637
+ "id" : "5000000015911"
2638
+ },
2639
+ "isSpam" : false,
2640
+ "category" : null,
2641
+ "activityType" : "Calls",
2642
+ "ticketId" : null,
2643
+ "status" : "Scheduled",
2644
+ "direction" : "outbound"
2645
+ }, {
2646
+ "ticket" : null,
2647
+ "contactId" : "5000000016252",
2648
+ "subject" : "New Testing Call with new test",
2649
+ "completedTime" : null,
2650
+ "departmentId" : "5000000012710",
2651
+ "dueDate" : null,
2652
+ "creatorId" : "5000000015911",
2653
+ "team" : {
2654
+ "name" : "Testing Team",
2655
+ "id" : "3691000006805001",
2656
+ "logoUrl" : "https://desk.zoho.com/api/v1/teams/3691000006805001/logo?orgId=11278831"
2657
+ },
2658
+ "ownerId" : "5000000015911",
2659
+ "priority" : "High",
2660
+ "isCommented" : false,
2661
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e4d9131691e669039b",
2662
+ "contact" : {
2663
+ "firstName" : null,
2664
+ "lastName" : "Lawrence",
2665
+ "phone" : "1 888 900 9646",
2666
+ "mobile" : null,
2667
+ "id" : "5000000016252",
2668
+ "isSpam" : false
2669
+ },
2670
+ "createdTime" : 1555676039000,
2671
+ "startTime" : 1561096940000,
2672
+ "id" : "5000000088001",
2673
+ "assignee" : {
2674
+ "firstName" : "George",
2675
+ "lastName" : "McKinson",
2676
+ "photoURL" : null,
2677
+ "id" : "5000000015911"
2678
+ },
2679
+ "isSpam" : false,
2680
+ "category" : null,
2681
+ "activityType" : "Calls",
2682
+ "ticketId" : null,
2683
+ "direction" : "outbound",
2684
+ "status" : "Scheduled"
2685
+ } ]
2686
+ }
2687
+ }
2688
+ }
2689
+ }
2690
+ },
2691
+ "x-custom-response-attributes" : {
2692
+ "disable-safe-headers" : "[]"
2693
+ }
2694
+ },
2695
+ "getCallsListResponse" : {
2696
+ "description" : "getCallsListResponse template definitions",
2697
+ "content" : {
2698
+ "application/json" : {
2699
+ "schema" : {
2700
+ "allOf" : [ {
2701
+ "type" : "object",
2702
+ "properties" : {
2703
+ "data" : {
2704
+ "type" : "array",
2705
+ "items" : {
2706
+ "type" : "object",
2707
+ "properties" : {
2708
+ "ticket" : {
2709
+ "type" : [ "null", "object" ],
2710
+ "additionalProperties" : false,
2711
+ "maxProperties" : 13,
2712
+ "minProperties" : 13,
2713
+ "properties" : {
2714
+ "contact" : {
2715
+ "$ref" : "#/components/schemas/contactJson"
2716
+ },
2717
+ "team" : {
2718
+ "type" : [ "null", "object" ],
2719
+ "additionalProperties" : false,
2720
+ "maxProperties" : 3,
2721
+ "minProperties" : 3,
2722
+ "properties" : {
2723
+ "name" : {
2724
+ "type" : [ "string", "null" ],
2725
+ "maxLength" : 50,
2726
+ "minLength" : 1,
2727
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2728
+ },
2729
+ "id" : {
2730
+ "type" : [ "string", "null", "integer" ],
2731
+ "format" : "int64",
2732
+ "pattern" : "([0-9]+)"
2733
+ },
2734
+ "logoUrl" : {
2735
+ "type" : [ "string", "null" ],
2736
+ "maxLength" : 200,
2737
+ "minLength" : 0,
2738
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2739
+ }
2740
+ },
2741
+ "required" : [ "id", "logoUrl", "name" ]
2742
+ },
2743
+ "ticketNumber" : {
2744
+ "type" : [ "string", "null", "integer" ],
2745
+ "format" : "int32",
2746
+ "pattern" : "([0-9]+)"
2747
+ },
2748
+ "subject" : {
2749
+ "type" : [ "string", "null" ],
2750
+ "maxLength" : 1000,
2751
+ "minLength" : 0
2752
+ },
2753
+ "isArchived" : {
2754
+ "type" : [ "boolean", "null" ]
2755
+ },
2756
+ "dueDate" : {
2757
+ "type" : [ "string", "null" ],
2758
+ "maxLength" : 100,
2759
+ "minLength" : 0,
2760
+ "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))"
2761
+ },
2762
+ "channel" : {
2763
+ "type" : [ "string", "null" ],
2764
+ "x-dynamic-enum" : true
2765
+ },
2766
+ "closedTime" : {
2767
+ "type" : [ "string", "null" ],
2768
+ "maxLength" : 100,
2769
+ "minLength" : 0,
2770
+ "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))"
2771
+ },
2772
+ "phone" : {
2773
+ "type" : [ "string", "null" ],
2774
+ "maxLength" : 120,
2775
+ "minLength" : 0,
2776
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
2777
+ },
2778
+ "teamId" : {
2779
+ "type" : [ "string", "null", "integer" ],
2780
+ "format" : "int64",
2781
+ "pattern" : "([0-9]+)"
2782
+ },
2783
+ "createdTime" : {
2784
+ "type" : [ "string", "null" ],
2785
+ "maxLength" : 100,
2786
+ "minLength" : 0,
2787
+ "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))"
2788
+ },
2789
+ "id" : {
2790
+ "type" : [ "string", "null", "integer" ],
2791
+ "format" : "int64",
2792
+ "pattern" : "([0-9]+)"
2793
+ },
2794
+ "assignee" : {
2795
+ "type" : [ "null", "object" ],
2796
+ "additionalProperties" : false,
2797
+ "maxProperties" : 4,
2798
+ "minProperties" : 4,
2799
+ "properties" : {
2800
+ "firstName" : {
2801
+ "type" : [ "string", "null" ],
2802
+ "maxLength" : 50,
2803
+ "minLength" : 0
2804
+ },
2805
+ "lastName" : {
2806
+ "type" : [ "string", "null" ],
2807
+ "maxLength" : 50,
2808
+ "minLength" : 0
2809
+ },
2810
+ "photoURL" : {
2811
+ "type" : [ "string", "null" ],
2812
+ "maxLength" : 100,
2813
+ "minLength" : 0,
2814
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2815
+ },
2816
+ "id" : {
2817
+ "type" : [ "string", "null", "integer" ],
2818
+ "format" : "int64",
2819
+ "pattern" : "([0-9]+)"
2820
+ }
2821
+ },
2822
+ "required" : [ "firstName", "id", "lastName", "photoURL" ]
2823
+ },
2824
+ "isSpam" : {
2825
+ "type" : [ "boolean", "null" ]
2826
+ },
2827
+ "status" : {
2828
+ "type" : [ "string", "null" ],
2829
+ "x-dynamic-enum" : true
2830
+ }
2831
+ },
2832
+ "required" : [ "assignee", "channel", "closedTime", "createdTime", "dueDate", "id", "isArchived", "isSpam", "phone", "status", "subject", "teamId", "ticketNumber" ]
2833
+ },
2834
+ "contact" : {
2835
+ "$ref" : "#/components/schemas/contactJson"
2836
+ },
2837
+ "assignee" : {
2838
+ "type" : [ "null", "object" ],
2839
+ "additionalProperties" : false,
2840
+ "maxProperties" : 5,
2841
+ "minProperties" : 5,
2842
+ "properties" : {
2843
+ "firstName" : {
2844
+ "type" : [ "string", "null" ],
2845
+ "maxLength" : 50,
2846
+ "minLength" : 0
2847
+ },
2848
+ "lastName" : {
2849
+ "type" : [ "string", "null" ],
2850
+ "maxLength" : 50,
2851
+ "minLength" : 0
2852
+ },
2853
+ "photoURL" : {
2854
+ "type" : [ "string", "null" ],
2855
+ "maxLength" : 100,
2856
+ "minLength" : 0,
2857
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2858
+ },
2859
+ "emailId" : {
2860
+ "type" : [ "string", "null" ],
2861
+ "maxLength" : 100,
2862
+ "minLength" : 0,
2863
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2864
+ },
2865
+ "id" : {
2866
+ "type" : [ "string", "null", "integer" ],
2867
+ "format" : "int64",
2868
+ "pattern" : "([0-9]+)"
2869
+ }
2870
+ },
2871
+ "required" : [ "emailId", "firstName", "id", "lastName", "photoURL" ]
2872
+ },
2873
+ "team" : {
2874
+ "type" : [ "null", "object" ],
2875
+ "additionalProperties" : false,
2876
+ "maxProperties" : 3,
2877
+ "minProperties" : 3,
2878
+ "properties" : {
2879
+ "name" : {
2880
+ "type" : [ "string", "null" ],
2881
+ "maxLength" : 50,
2882
+ "minLength" : 1,
2883
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2884
+ },
2885
+ "id" : {
2886
+ "type" : [ "string", "null", "integer" ],
2887
+ "format" : "int64",
2888
+ "pattern" : "([0-9]+)"
2889
+ },
2890
+ "logoUrl" : {
2891
+ "type" : [ "string", "null" ],
2892
+ "maxLength" : 200,
2893
+ "minLength" : 0,
2894
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2895
+ }
2896
+ },
2897
+ "required" : [ "id", "logoUrl", "name" ]
2898
+ }
2899
+ }
2900
+ }
2901
+ }
2902
+ }
2903
+ }, {
2904
+ "oneOf" : [ {
2905
+ "type" : [ "null", "object" ],
2906
+ "additionalProperties" : false,
2907
+ "properties" : {
2908
+ "data" : {
2909
+ "$ref" : "#/components/schemas/data"
2910
+ }
2911
+ },
2912
+ "required" : [ "data" ]
2913
+ }, {
2914
+ "type" : [ "null", "object" ],
2915
+ "additionalProperties" : false,
2916
+ "properties" : {
2917
+ "data" : {
2918
+ "$ref" : "./Task.json#/components/schemas/tableViewData"
2919
+ }
2920
+ },
2921
+ "required" : [ "data" ]
2922
+ }, {
2923
+ "type" : [ "null", "object" ],
2924
+ "additionalProperties" : false,
2925
+ "properties" : {
2926
+ "data" : {
2927
+ "$ref" : "./Task.json#/components/schemas/tableViewIncludeData"
2928
+ }
2929
+ },
2930
+ "required" : [ "data" ]
2931
+ }, {
2932
+ "type" : [ "null", "object" ],
2933
+ "additionalProperties" : false,
2934
+ "properties" : {
2935
+ "data" : {
2936
+ "$ref" : "./Task.json#/components/schemas/tableViewTicketIdData"
2937
+ }
2938
+ },
2939
+ "required" : [ "data" ]
2940
+ }, {
2941
+ "type" : [ "null", "object" ],
2942
+ "additionalProperties" : false,
2943
+ "properties" : {
2944
+ "data" : {
2945
+ "$ref" : "./Task.json#/components/schemas/tableViewContactIdData"
2946
+ }
2947
+ },
2948
+ "required" : [ "data" ]
2949
+ } ]
2950
+ } ]
2951
+ },
2952
+ "examples" : {
2953
+ "Valid responses Definitions" : {
2954
+ "value" : {
2955
+ "data" : [ {
2956
+ "ticket" : null,
2957
+ "contactId" : null,
2958
+ "subject" : "hRl",
2959
+ "completedTime" : 1554187003000,
2960
+ "departmentId" : "5000000012710",
2961
+ "dueDate" : null,
2962
+ "creatorId" : "5000000015911",
2963
+ "team" : null,
2964
+ "ownerId" : "5000000015911",
2965
+ "priority" : "Normal",
2966
+ "isCommented" : true,
2967
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e48740f9abf01f71bf",
2968
+ "contact" : null,
2969
+ "createdTime" : 1554187003000,
2970
+ "startTime" : 1553427601000,
2971
+ "id" : "5000000049385",
2972
+ "assignee" : {
2973
+ "firstName" : "George",
2974
+ "lastName" : "McKinson",
2975
+ "photoURL" : null,
2976
+ "id" : "5000000015911"
2977
+ },
2978
+ "isSpam" : false,
2979
+ "category" : null,
2980
+ "activityType" : "Calls",
2981
+ "ticketId" : null,
2982
+ "status" : "Canceled",
2983
+ "direction" : "inbound"
2984
+ }, {
2985
+ "ticket" : null,
2986
+ "contactId" : null,
2987
+ "subject" : "Irt",
2988
+ "completedTime" : 1554187026000,
2989
+ "departmentId" : "5000000012710",
2990
+ "dueDate" : null,
2991
+ "creatorId" : "5000000015911",
2992
+ "team" : null,
2993
+ "ownerId" : "5000000015911",
2994
+ "priority" : "Normal",
2995
+ "isCommented" : true,
2996
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e4603451fcf41c54b2",
2997
+ "contact" : null,
2998
+ "createdTime" : 1554187026000,
2999
+ "startTime" : 1553427624000,
3000
+ "id" : "5000000053840",
3001
+ "assignee" : {
3002
+ "firstName" : "George",
3003
+ "lastName" : "McKinson",
3004
+ "photoURL" : null,
3005
+ "id" : "5000000015911"
3006
+ },
3007
+ "isSpam" : false,
3008
+ "category" : null,
3009
+ "activityType" : "Calls",
3010
+ "ticketId" : null,
3011
+ "status" : "Canceled",
3012
+ "direction" : "inbound"
3013
+ }, {
3014
+ "ticket" : null,
3015
+ "contactId" : null,
3016
+ "subject" : "SG0",
3017
+ "completedTime" : 1554186988000,
3018
+ "departmentId" : "5000000012710",
3019
+ "dueDate" : null,
3020
+ "creatorId" : "5000000015911",
3021
+ "team" : {
3022
+ "name" : "Testing Team",
3023
+ "id" : "3691000006805001",
3024
+ "logoUrl" : "https://desk.zoho.com/api/v1/teams/3691000006805001/logo?orgId=11278831"
3025
+ },
3026
+ "ownerId" : "5000000015911",
3027
+ "priority" : "Normal",
3028
+ "isCommented" : true,
3029
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e46c76cc4bfd688f1b",
3030
+ "contact" : null,
3031
+ "createdTime" : 1554186988000,
3032
+ "startTime" : 1554118784000,
3033
+ "id" : "5000000047098",
3034
+ "assignee" : {
3035
+ "firstName" : "George",
3036
+ "lastName" : "McKinson",
3037
+ "photoURL" : null,
3038
+ "id" : "5000000015911"
3039
+ },
3040
+ "isSpam" : false,
3041
+ "category" : null,
3042
+ "activityType" : "Calls",
3043
+ "ticketId" : null,
3044
+ "status" : "Completed",
3045
+ "direction" : "inbound"
3046
+ } ]
3047
+ }
3048
+ }
3049
+ }
3050
+ }
3051
+ },
3052
+ "x-custom-response-attributes" : {
3053
+ "disable-safe-headers" : "[]"
3054
+ }
3055
+ },
3056
+ "callListViewArray" : {
3057
+ "description" : "callListViewArray template definitions",
3058
+ "content" : {
3059
+ "application/json" : {
3060
+ "schema" : {
3061
+ "allOf" : [ {
3062
+ "type" : "object",
3063
+ "properties" : {
3064
+ "data" : {
3065
+ "type" : "array",
3066
+ "items" : {
3067
+ "type" : "object",
3068
+ "properties" : {
3069
+ "ticket" : {
3070
+ "type" : [ "null", "object" ],
3071
+ "additionalProperties" : false,
3072
+ "maxProperties" : 13,
3073
+ "minProperties" : 13,
3074
+ "properties" : {
3075
+ "ticketNumber" : {
3076
+ "type" : [ "string", "null", "integer" ],
3077
+ "format" : "int32",
3078
+ "pattern" : "([0-9]+)"
3079
+ },
3080
+ "subject" : {
3081
+ "type" : [ "string", "null" ],
3082
+ "maxLength" : 1000,
3083
+ "minLength" : 0
3084
+ },
3085
+ "isArchived" : {
3086
+ "type" : [ "boolean", "null" ]
3087
+ },
3088
+ "dueDate" : {
3089
+ "type" : [ "string", "null" ],
3090
+ "maxLength" : 100,
3091
+ "minLength" : 0,
3092
+ "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))"
3093
+ },
3094
+ "channel" : {
3095
+ "type" : [ "string", "null" ],
3096
+ "x-dynamic-enum" : true
3097
+ },
3098
+ "closedTime" : {
3099
+ "type" : [ "string", "null" ],
3100
+ "maxLength" : 100,
3101
+ "minLength" : 0,
3102
+ "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))"
3103
+ },
3104
+ "phone" : {
3105
+ "type" : [ "string", "null" ],
3106
+ "maxLength" : 120,
3107
+ "minLength" : 0,
3108
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
3109
+ },
3110
+ "teamId" : {
3111
+ "type" : [ "string", "null", "integer" ],
3112
+ "format" : "int64",
3113
+ "pattern" : "([0-9]+)"
3114
+ },
3115
+ "createdTime" : {
3116
+ "type" : [ "string", "null" ],
3117
+ "maxLength" : 100,
3118
+ "minLength" : 0,
3119
+ "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))"
3120
+ },
3121
+ "id" : {
3122
+ "type" : [ "string", "null", "integer" ],
3123
+ "format" : "int64",
3124
+ "pattern" : "([0-9]+)"
3125
+ },
3126
+ "assignee" : {
3127
+ "type" : [ "null", "object" ],
3128
+ "additionalProperties" : false,
3129
+ "maxProperties" : 4,
3130
+ "minProperties" : 4,
3131
+ "properties" : {
3132
+ "firstName" : {
3133
+ "type" : [ "string", "null" ],
3134
+ "maxLength" : 50,
3135
+ "minLength" : 0
3136
+ },
3137
+ "lastName" : {
3138
+ "type" : [ "string", "null" ],
3139
+ "maxLength" : 50,
3140
+ "minLength" : 0
3141
+ },
3142
+ "photoURL" : {
3143
+ "type" : [ "string", "null" ],
3144
+ "maxLength" : 100,
3145
+ "minLength" : 0,
3146
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3147
+ },
3148
+ "id" : {
3149
+ "type" : [ "string", "null", "integer" ],
3150
+ "format" : "int64",
3151
+ "pattern" : "([0-9]+)"
3152
+ }
3153
+ },
3154
+ "required" : [ "firstName", "id", "lastName", "photoURL" ]
3155
+ },
3156
+ "isSpam" : {
3157
+ "type" : [ "boolean", "null" ]
3158
+ },
3159
+ "status" : {
3160
+ "type" : [ "string", "null" ],
3161
+ "x-dynamic-enum" : true
3162
+ }
3163
+ },
3164
+ "required" : [ "assignee", "channel", "closedTime", "createdTime", "dueDate", "id", "isArchived", "isSpam", "phone", "status", "subject", "teamId", "ticketNumber" ]
3165
+ },
3166
+ "contact" : {
3167
+ "type" : [ "null", "object" ],
3168
+ "additionalProperties" : false,
3169
+ "maxProperties" : 8,
3170
+ "minProperties" : 8,
3171
+ "properties" : {
3172
+ "firstName" : {
3173
+ "type" : [ "string", "null" ],
3174
+ "maxLength" : 40,
3175
+ "minLength" : 0
3176
+ },
3177
+ "lastName" : {
3178
+ "type" : [ "string", "null" ],
3179
+ "maxLength" : 200,
3180
+ "minLength" : 0
3181
+ },
3182
+ "accountId" : {
3183
+ "type" : [ "string", "null", "integer" ],
3184
+ "format" : "int64",
3185
+ "pattern" : "([0-9]+)"
3186
+ },
3187
+ "phone" : {
3188
+ "type" : [ "string", "null" ],
3189
+ "maxLength" : 50,
3190
+ "minLength" : 0,
3191
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
3192
+ },
3193
+ "mobile" : {
3194
+ "type" : [ "string", "null" ],
3195
+ "maxLength" : 50,
3196
+ "minLength" : 0,
3197
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
3198
+ },
3199
+ "id" : {
3200
+ "type" : [ "string", "null", "integer" ],
3201
+ "format" : "int64",
3202
+ "pattern" : "([0-9]+)"
3203
+ },
3204
+ "isSpam" : {
3205
+ "type" : [ "boolean", "null" ]
3206
+ },
3207
+ "email" : {
3208
+ "type" : [ "string", "null" ],
3209
+ "maxLength" : 255,
3210
+ "minLength" : 0,
3211
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'\\&\\~]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
3212
+ }
3213
+ },
3214
+ "required" : [ "accountId", "email", "firstName", "id", "isSpam", "lastName", "mobile", "phone" ]
3215
+ },
3216
+ "assignee" : {
3217
+ "type" : [ "null", "object" ],
3218
+ "additionalProperties" : false,
3219
+ "maxProperties" : 5,
3220
+ "minProperties" : 5,
3221
+ "properties" : {
3222
+ "firstName" : {
3223
+ "type" : [ "string", "null" ],
3224
+ "maxLength" : 50,
3225
+ "minLength" : 0
3226
+ },
3227
+ "lastName" : {
3228
+ "type" : [ "string", "null" ],
3229
+ "maxLength" : 50,
3230
+ "minLength" : 0
3231
+ },
3232
+ "photoURL" : {
3233
+ "type" : [ "string", "null" ],
3234
+ "maxLength" : 100,
3235
+ "minLength" : 0,
3236
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3237
+ },
3238
+ "emailId" : {
3239
+ "type" : [ "string", "null" ],
3240
+ "maxLength" : 100,
3241
+ "minLength" : 0,
3242
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
3243
+ },
3244
+ "id" : {
3245
+ "type" : [ "string", "null", "integer" ],
3246
+ "format" : "int64",
3247
+ "pattern" : "([0-9]+)"
3248
+ }
3249
+ },
3250
+ "required" : [ "emailId", "firstName", "id", "lastName", "photoURL" ]
3251
+ },
3252
+ "team" : {
3253
+ "type" : [ "null", "object" ],
3254
+ "additionalProperties" : false,
3255
+ "maxProperties" : 3,
3256
+ "minProperties" : 3,
3257
+ "properties" : {
3258
+ "name" : {
3259
+ "type" : [ "string", "null" ],
3260
+ "maxLength" : 50,
3261
+ "minLength" : 1,
3262
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3263
+ },
3264
+ "id" : {
3265
+ "type" : [ "string", "null", "integer" ],
3266
+ "format" : "int64",
3267
+ "pattern" : "([0-9]+)"
3268
+ },
3269
+ "logoUrl" : {
3270
+ "type" : [ "string", "null" ],
3271
+ "maxLength" : 200,
3272
+ "minLength" : 0,
3273
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
3274
+ }
3275
+ },
3276
+ "required" : [ "id", "logoUrl", "name" ]
3277
+ }
3278
+ }
3279
+ }
3280
+ }
3281
+ }
3282
+ }, {
3283
+ "type" : [ "null", "object" ],
3284
+ "additionalProperties" : false,
3285
+ "properties" : {
3286
+ "data" : {
3287
+ "$ref" : "#/components/schemas/data"
3288
+ }
3289
+ },
3290
+ "required" : [ "data" ]
3291
+ } ]
3292
+ },
3293
+ "examples" : {
3294
+ "Valid responses Definitions" : {
3295
+ "value" : {
3296
+ "data" : [ {
3297
+ "subject" : "Call check scheduled",
3298
+ "completedTime" : 1555485129000,
3299
+ "departmentId" : "5000000012710",
3300
+ "dueDate" : null,
3301
+ "creatorId" : "5000000015911",
3302
+ "ownerId" : "5000000015911",
3303
+ "secId" : "9d4883f2d94d59e4c0ddb2a7dd8a14ee",
3304
+ "isCommented" : true,
3305
+ "contact" : {
3306
+ "firstName" : null,
3307
+ "lastName" : "Lawrence",
3308
+ "phone" : "1 888 900 9646",
3309
+ "mobile" : null,
3310
+ "id" : "5000000016252",
3311
+ "isSpam" : false,
3312
+ "secId" : "9d4883f2d94d59e42b7cc45393ad8ff8"
3313
+ },
3314
+ "createdTime" : 1554892255000,
3315
+ "startTime" : 1554964200000,
3316
+ "id" : "5000000081089",
3317
+ "direction" : "outbound",
3318
+ "ticket" : {
3319
+ "ticketNumber" : "101",
3320
+ "phone" : "1 888 900 9646",
3321
+ "subject" : "Here's your first ticket.",
3322
+ "dueDate" : 1553853086000,
3323
+ "teamId" : null,
3324
+ "id" : "5000000016294",
3325
+ "assignee" : {
3326
+ "photoURL" : null,
3327
+ "firstName" : "George",
3328
+ "lastName" : "McKinson",
3329
+ "id" : "5000000015911"
3330
+ },
3331
+ "isSpam" : false,
3332
+ "status" : "Open",
3333
+ "secId" : "9d4883f2d94d59e415b08d3d4c697d42"
3334
+ },
3335
+ "contactId" : "5000000016252",
3336
+ "team" : null,
3337
+ "priority" : "High",
3338
+ "layoutId" : "5000000013468",
3339
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e4c0ddb2a7dd8a14ee",
3340
+ "teamId" : null,
3341
+ "assignee" : {
3342
+ "firstName" : "George",
3343
+ "lastName" : "McKinson",
3344
+ "photoURL" : null,
3345
+ "id" : "5000000015911"
3346
+ },
3347
+ "isSpam" : false,
3348
+ "category" : "Call",
3349
+ "activityType" : "Calls",
3350
+ "ticketId" : "5000000016294",
3351
+ "status" : "Completed"
3352
+ }, {
3353
+ "subject" : "ddddd",
3354
+ "completedTime" : 1555485103000,
3355
+ "departmentId" : "5000000012710",
3356
+ "dueDate" : null,
3357
+ "creatorId" : "5000000015911",
3358
+ "ownerId" : "5000000015911",
3359
+ "secId" : "9d4883f2d94d59e4437f38846d520c51",
3360
+ "isCommented" : false,
3361
+ "contact" : {
3362
+ "firstName" : null,
3363
+ "lastName" : "Lawrence",
3364
+ "phone" : "1 888 900 9646",
3365
+ "mobile" : null,
3366
+ "id" : "5000000016252",
3367
+ "isSpam" : false,
3368
+ "secId" : "9d4883f2d94d59e42b7cc45393ad8ff8"
3369
+ },
3370
+ "createdTime" : 1554462915000,
3371
+ "startTime" : 1556087400000,
3372
+ "id" : "5000000069105",
3373
+ "direction" : "outbound",
3374
+ "ticket" : {
3375
+ "ticketNumber" : "101",
3376
+ "phone" : "1 888 900 9646",
3377
+ "subject" : "Here's your first ticket.",
3378
+ "dueDate" : 1553853086000,
3379
+ "teamId" : "3691000006805001",
3380
+ "id" : "5000000016294",
3381
+ "team" : {
3382
+ "name" : "Testing Team",
3383
+ "id" : "3691000006805001",
3384
+ "logoUrl" : "https://desk.zoho.com/api/v1/teams/3691000006805001/logo?orgId=11278831"
3385
+ },
3386
+ "assignee" : {
3387
+ "photoURL" : null,
3388
+ "firstName" : "George",
3389
+ "lastName" : "McKinson",
3390
+ "id" : "5000000015911"
3391
+ },
3392
+ "isSpam" : false,
3393
+ "status" : "Open",
3394
+ "secId" : "9d4883f2d94d59e415b08d3d4c697d42"
3395
+ },
3396
+ "contactId" : "5000000016252",
3397
+ "team" : {
3398
+ "name" : "Testing Team",
3399
+ "id" : "3691000006805001",
3400
+ "logoUrl" : "https://desk.zoho.com/api/v1/teams/3691000006805001/logo?orgId=11278831"
3401
+ },
3402
+ "priority" : "High",
3403
+ "layoutId" : "5000000013468",
3404
+ "webUrl" : "https://desk.zoho.com/support/zylker/ShowHomePage.do#Calls/dv/9d4883f2d94d59e4437f38846d520c51",
3405
+ "teamId" : "3691000006805001",
3406
+ "assignee" : {
3407
+ "firstName" : "George",
3408
+ "lastName" : "McKinson",
3409
+ "photoURL" : null,
3410
+ "id" : "5000000015911"
3411
+ },
3412
+ "isSpam" : false,
3413
+ "category" : "Call",
3414
+ "activityType" : "Calls",
3415
+ "ticketId" : "5000000016294",
3416
+ "status" : "Completed"
3417
+ } ]
3418
+ }
3419
+ }
3420
+ }
3421
+ }
3422
+ },
3423
+ "x-custom-response-attributes" : {
3424
+ "disable-safe-headers" : "[]"
3425
+ }
3426
+ }
3427
+ },
3428
+ "parameters" : {
3429
+ "callId" : {
3430
+ "name" : "callId",
3431
+ "in" : "path",
3432
+ "description" : "ID of the live call",
3433
+ "required" : true,
3434
+ "style" : "simple",
3435
+ "explode" : false,
3436
+ "schema" : {
3437
+ "type" : [ "string", "null", "integer" ],
3438
+ "format" : "int64",
3439
+ "description" : "ID of the live call",
3440
+ "pattern" : "([0-9]+)"
3441
+ }
3442
+ },
3443
+ "departmentId" : {
3444
+ "name" : "departmentId",
3445
+ "in" : "query",
3446
+ "description" : "ID of the department from which the calls count must be fetched",
3447
+ "required" : true,
3448
+ "style" : "form",
3449
+ "explode" : true,
3450
+ "schema" : {
3451
+ "type" : [ "string", "null", "integer" ],
3452
+ "format" : "int64",
3453
+ "description" : "ID of the department from which the calls count must be fetched",
3454
+ "pattern" : "([0-9]+)",
3455
+ "x-custom-parameters-attributes" : {
3456
+ "entity" : "Departments"
3457
+ }
3458
+ }
3459
+ },
3460
+ "limit" : {
3461
+ "name" : "limit",
3462
+ "in" : "query",
3463
+ "description" : "Number of calls to list",
3464
+ "required" : false,
3465
+ "style" : "form",
3466
+ "explode" : true,
3467
+ "schema" : {
3468
+ "type" : [ "string", "null", "integer" ],
3469
+ "format" : "int32",
3470
+ "description" : "Number of calls to list",
3471
+ "maximum" : 99,
3472
+ "minimum" : 1,
3473
+ "pattern" : "([0-9]+)"
3474
+ }
3475
+ },
3476
+ "from" : {
3477
+ "name" : "from",
3478
+ "in" : "query",
3479
+ "description" : "Index number, starting from which the calls must be listed",
3480
+ "required" : false,
3481
+ "style" : "form",
3482
+ "explode" : true,
3483
+ "schema" : {
3484
+ "type" : [ "string", "null", "integer" ],
3485
+ "format" : "int32",
3486
+ "description" : "Index number, starting from which the calls must be listed",
3487
+ "pattern" : "([0-9]+)"
3488
+ }
3489
+ },
3490
+ "isSpam" : {
3491
+ "name" : "isSpam",
3492
+ "in" : "query",
3493
+ "description" : "Key that denotes whether to fetch spam calls or not",
3494
+ "required" : false,
3495
+ "style" : "form",
3496
+ "explode" : true,
3497
+ "schema" : {
3498
+ "type" : [ "boolean", "null" ],
3499
+ "description" : "Key that denotes whether to fetch spam calls or not"
3500
+ }
3501
+ },
3502
+ "isCompleted" : {
3503
+ "name" : "isCompleted",
3504
+ "in" : "query",
3505
+ "description" : "Key that denotes if the call was completed or not",
3506
+ "required" : false,
3507
+ "style" : "form",
3508
+ "explode" : true,
3509
+ "schema" : {
3510
+ "type" : [ "boolean", "null" ],
3511
+ "description" : "Key that denotes if the call was completed or not"
3512
+ }
3513
+ }
3514
+ },
3515
+ "requestBodies" : {
3516
+ "call_massupdate" : {
3517
+ "content" : {
3518
+ "application/json" : {
3519
+ "schema" : {
3520
+ "type" : [ "null", "object" ],
3521
+ "additionalProperties" : false,
3522
+ "properties" : {
3523
+ "isCustomField" : {
3524
+ "type" : [ "boolean", "null" ]
3525
+ },
3526
+ "fieldName" : {
3527
+ "type" : [ "string", "null" ],
3528
+ "x-dynamic-enum" : true
3529
+ },
3530
+ "ids" : {
3531
+ "$ref" : "#/components/schemas/long_array"
3532
+ },
3533
+ "fieldValue" : {
3534
+ "type" : [ "string", "null" ],
3535
+ "maxLength" : 100,
3536
+ "minLength" : 0,
3537
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3538
+ }
3539
+ },
3540
+ "required" : [ "fieldName", "ids" ]
3541
+ },
3542
+ "examples" : {
3543
+ "Valid requestBody Definitions" : {
3544
+ "value" : {
3545
+ "fieldName" : "mobile",
3546
+ "isCustomField" : false,
3547
+ "ids" : [ "1892000000093303", "1892000000085009", "1892000000050003" ],
3548
+ "fieldValue" : "8508569875"
3549
+ }
3550
+ }
3551
+ }
3552
+ }
3553
+ },
3554
+ "x-custom-request-body-attributes" : {
3555
+ "non-empty" : false,
3556
+ "allow-invalid" : false
3557
+ }
3558
+ },
3559
+ "calljson" : {
3560
+ "content" : {
3561
+ "application/json" : {
3562
+ "schema" : {
3563
+ "additionalProperties" : false,
3564
+ "allOf" : [ {
3565
+ "$ref" : "#/components/schemas/commonJson"
3566
+ }, {
3567
+ "type" : [ "null", "object" ],
3568
+ "properties" : {
3569
+ "duration" : {
3570
+ "type" : [ "string", "null", "integer" ],
3571
+ "format" : "int32",
3572
+ "description" : "Duration of the call in seconds",
3573
+ "pattern" : "([0-9]+)"
3574
+ },
3575
+ "cf" : {
3576
+ "type" : [ "null", "object" ],
3577
+ "additionalProperties" : false,
3578
+ "patternProperties" : {
3579
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
3580
+ "type" : [ "string", "null" ],
3581
+ "maxLength" : 100,
3582
+ "minLength" : 0,
3583
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3584
+ }
3585
+ }
3586
+ },
3587
+ "reminder" : {
3588
+ "$ref" : "#/components/schemas/reminderArray"
3589
+ },
3590
+ "customFields" : {
3591
+ "type" : [ "null", "object" ],
3592
+ "additionalProperties" : false,
3593
+ "patternProperties" : {
3594
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
3595
+ "type" : [ "string", "null" ],
3596
+ "maxLength" : 100,
3597
+ "minLength" : 0,
3598
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3599
+ }
3600
+ }
3601
+ },
3602
+ "ticketId" : {
3603
+ "type" : [ "string", "null", "integer" ],
3604
+ "format" : "int64",
3605
+ "description" : "ID of the ticket associated with the call",
3606
+ "pattern" : "([0-9]+)",
3607
+ "x-custom-parameters-attributes" : {
3608
+ "entity" : "Tickets"
3609
+ }
3610
+ },
3611
+ "direction" : {
3612
+ "type" : [ "string", "null" ],
3613
+ "description" : "Direction of the call: inbound or outbound",
3614
+ "enum" : [ "outbound", "inbound" ],
3615
+ "maxLength" : 100,
3616
+ "minLength" : 0
3617
+ }
3618
+ }
3619
+ }, {
3620
+ "type" : "object"
3621
+ } ]
3622
+ },
3623
+ "examples" : {
3624
+ "Valid requestBody Definitions" : {
3625
+ "value" : null
3626
+ }
3627
+ }
3628
+ }
3629
+ },
3630
+ "x-custom-request-body-attributes" : {
3631
+ "non-empty" : false,
3632
+ "allow-invalid" : false
3633
+ }
3634
+ },
3635
+ "trashJson" : {
3636
+ "content" : {
3637
+ "application/json" : {
3638
+ "schema" : {
3639
+ "type" : [ "null", "object" ],
3640
+ "additionalProperties" : false,
3641
+ "properties" : {
3642
+ "entityIds" : {
3643
+ "type" : [ "null", "array" ],
3644
+ "items" : {
3645
+ "type" : [ "string", "null", "integer" ],
3646
+ "format" : "int64",
3647
+ "pattern" : "([0-9]+)",
3648
+ "x-custom-parameters-attributes" : [ { } ]
3649
+ },
3650
+ "uniqueItems" : false
3651
+ }
3652
+ },
3653
+ "required" : [ "entityIds" ]
3654
+ },
3655
+ "examples" : {
3656
+ "Valid requestBody Definitions" : {
3657
+ "value" : {
3658
+ "entityIds" : [ "3000000053002" ]
3659
+ }
3660
+ }
3661
+ }
3662
+ }
3663
+ },
3664
+ "x-custom-request-body-attributes" : {
3665
+ "non-empty" : false,
3666
+ "allow-invalid" : false
3667
+ }
3668
+ },
3669
+ "spamDeleteJSON" : {
3670
+ "content" : {
3671
+ "application/json" : {
3672
+ "schema" : {
3673
+ "type" : [ "null", "object" ],
3674
+ "additionalProperties" : false,
3675
+ "properties" : {
3676
+ "callIds" : {
3677
+ "type" : [ "null", "array" ],
3678
+ "items" : {
3679
+ "type" : [ "string", "null", "integer" ],
3680
+ "format" : "int64",
3681
+ "pattern" : "([0-9]+)",
3682
+ "x-custom-parameters-attributes" : [ { } ]
3683
+ },
3684
+ "uniqueItems" : false
3685
+ }
3686
+ },
3687
+ "required" : [ "callIds" ]
3688
+ },
3689
+ "examples" : {
3690
+ "Valid requestBody Definitions" : {
3691
+ "value" : {
3692
+ "callIds" : [ "1892000000007107", "1892000000001208" ]
3693
+ }
3694
+ }
3695
+ }
3696
+ }
3697
+ },
3698
+ "x-custom-request-body-attributes" : {
3699
+ "non-empty" : false,
3700
+ "allow-invalid" : false
3701
+ }
3702
+ },
3703
+ "emptyCallsSpamResponse" : {
3704
+ "content" : {
3705
+ "application/json" : {
3706
+ "schema" : {
3707
+ "type" : [ "null", "object" ],
3708
+ "additionalProperties" : false,
3709
+ "properties" : {
3710
+ "departmentId" : {
3711
+ "type" : [ "string", "null", "integer" ],
3712
+ "format" : "int64",
3713
+ "description" : "ID of the department to which the activities belong",
3714
+ "pattern" : "([0-9]+)",
3715
+ "x-custom-parameters-attributes" : {
3716
+ "entity" : "Departments"
3717
+ }
3718
+ }
3719
+ },
3720
+ "required" : [ "departmentId" ]
3721
+ },
3722
+ "examples" : {
3723
+ "Valid requestBody Definitions" : {
3724
+ "value" : {
3725
+ "departmentId" : "4000000025121"
3726
+ }
3727
+ }
3728
+ }
3729
+ }
3730
+ },
3731
+ "x-custom-request-body-attributes" : {
3732
+ "non-empty" : false,
3733
+ "allow-invalid" : false
3734
+ }
3735
+ },
3736
+ "addCall_calljson" : {
3737
+ "content" : {
3738
+ "application/json" : {
3739
+ "schema" : {
3740
+ "additionalProperties" : false,
3741
+ "allOf" : [ {
3742
+ "$ref" : "#/components/schemas/commonJson"
3743
+ }, {
3744
+ "type" : [ "null", "object" ],
3745
+ "properties" : {
3746
+ "duration" : {
3747
+ "type" : [ "string", "null", "integer" ],
3748
+ "format" : "int32",
3749
+ "description" : "Duration of the call in seconds",
3750
+ "pattern" : "([0-9]+)"
3751
+ },
3752
+ "cf" : {
3753
+ "type" : [ "null", "object" ],
3754
+ "additionalProperties" : false,
3755
+ "patternProperties" : {
3756
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
3757
+ "type" : [ "string", "null" ],
3758
+ "description" : "Call custom fields",
3759
+ "maxLength" : 100,
3760
+ "minLength" : 0,
3761
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3762
+ }
3763
+ }
3764
+ },
3765
+ "reminder" : {
3766
+ "$ref" : "#/components/schemas/reminderArray"
3767
+ },
3768
+ "customFields" : {
3769
+ "type" : [ "null", "object" ],
3770
+ "additionalProperties" : false,
3771
+ "patternProperties" : {
3772
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
3773
+ "type" : [ "string", "null" ],
3774
+ "description" : "Call custom fields",
3775
+ "maxLength" : 100,
3776
+ "minLength" : 0,
3777
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
3778
+ }
3779
+ }
3780
+ },
3781
+ "ticketId" : {
3782
+ "type" : [ "string", "null", "integer" ],
3783
+ "format" : "int64",
3784
+ "description" : "ID of the ticket associated with the call",
3785
+ "pattern" : "([0-9]+)"
3786
+ },
3787
+ "direction" : {
3788
+ "type" : [ "string", "null" ],
3789
+ "description" : "Direction of the call: inbound or outbound",
3790
+ "enum" : [ "outbound", "inbound" ]
3791
+ }
3792
+ }
3793
+ }, {
3794
+ "type" : "object",
3795
+ "required" : [ "contactId", "departmentId", "direction", "duration", "startTime", "status", "subject" ]
3796
+ } ]
3797
+ },
3798
+ "examples" : {
3799
+ "Valid requestBody Definitions" : {
3800
+ "value" : {
3801
+ "duration" : "300",
3802
+ "reminder" : [ {
3803
+ "alertType" : [ "EMAIL", "SMS", "POPUP" ],
3804
+ "reminderType" : "ABSOLUTE",
3805
+ "reminderTime" : 1545713533000
3806
+ } ],
3807
+ "contactId" : "1892000000088017",
3808
+ "subject" : "New Testing Call",
3809
+ "departmentId" : "3000000007043",
3810
+ "startTime" : 1469465531000,
3811
+ "priority" : "High",
3812
+ "ticketId" : "3000000008753",
3813
+ "direction" : "inbound",
3814
+ "status" : "In Progress"
3815
+ }
3816
+ }
3817
+ }
3818
+ }
3819
+ },
3820
+ "x-custom-request-body-attributes" : {
3821
+ "non-empty" : false,
3822
+ "allow-invalid" : false
3823
+ }
3824
+ }
3825
+ },
3826
+ "securitySchemes" : {
3827
+ "cookie-auth" : {
3828
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
3829
+ },
3830
+ "org-oauth" : {
3831
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
3832
+ },
3833
+ "iam-oauth2-schema" : {
3834
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
3835
+ }
3836
+ }
3837
+ },
3838
+ "x-entity" : "Call"
3839
+ }