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