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