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,2636 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Ticket",
5
+ "version" : "1.0.0"
6
+ },
7
+ "paths" : {
8
+ "/portal/api/tickets/{requestId}/attachments" : {
9
+ "get" : {
10
+ "tags" : [ "Ticket" ],
11
+ "summary" : "Get Ticket Attachments",
12
+ "description" : "Get Ticket Attachments",
13
+ "operationId" : "getTicketAttachments",
14
+ "parameters" : [ {
15
+ "$ref" : "#/components/parameters/requestId"
16
+ }, {
17
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
18
+ } ],
19
+ "responses" : {
20
+ "200" : {
21
+ "$ref" : "#/components/responses/getTicketAttachmentsResponse"
22
+ }
23
+ },
24
+ "security" : [ {
25
+ "jwt-oauth" : [ "jwt-oauth" ]
26
+ } ],
27
+ "x-audience" : [ "external-public" ],
28
+ "x-custom-url-attribute" : {
29
+ "security" : {
30
+ "throttle" : {
31
+ "inline" : [ {
32
+ "scope" : "APPSERVER",
33
+ "rules" : [ {
34
+ "duration" : 60000,
35
+ "lock-period" : 60000,
36
+ "threshold" : 90,
37
+ "hip" : false
38
+ } ],
39
+ "window" : "ROLLING",
40
+ "key" : "url.path+user.zuid"
41
+ } ]
42
+ },
43
+ "extraparams" : {
44
+ "disable" : true,
45
+ "ignore" : false
46
+ },
47
+ "authentication" : { }
48
+ },
49
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.getTicketAttachments"
50
+ }
51
+ }
52
+ },
53
+ "/portal/api/composetickets" : {
54
+ "post" : {
55
+ "tags" : [ "Ticket" ],
56
+ "summary" : "Create Ticket UnAuthenticated with Human Interactive Proof CAPTCHA",
57
+ "description" : "Create a New Ticket in Portal ( UnAuthenticated URL ) with Human Interactive Proof ( HIP ) CAPTCHA",
58
+ "operationId" : "createTicketUnAuthenticatedWithHIPCaptcha",
59
+ "parameters" : [ {
60
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
61
+ } ],
62
+ "requestBody" : {
63
+ "$ref" : "#/components/requestBodies/createTicketsJson"
64
+ },
65
+ "responses" : {
66
+ "200" : {
67
+ "$ref" : "#/components/responses/createTicketUnAuthenticatedResponse"
68
+ },
69
+ "422" : {
70
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
71
+ }
72
+ },
73
+ "security" : [ {
74
+ "jwt-oauth" : [ "jwt-oauth" ]
75
+ } ],
76
+ "x-audience" : [ "external-public" ],
77
+ "x-custom-url-attribute" : {
78
+ "security" : {
79
+ "throttle" : {
80
+ "inline" : [ {
81
+ "scope" : "SERVICE",
82
+ "rules" : [ {
83
+ "duration" : 60000,
84
+ "lock-period" : -1,
85
+ "threshold" : 1,
86
+ "hip" : false
87
+ }, {
88
+ "duration" : 3600000,
89
+ "lock-period" : -1,
90
+ "threshold" : 5,
91
+ "hip" : false
92
+ }, {
93
+ "duration" : 86400000,
94
+ "lock-period" : -1,
95
+ "threshold" : 7,
96
+ "hip" : false
97
+ } ],
98
+ "window" : "ROLLING",
99
+ "key" : "url.path+user.remoteip"
100
+ } ]
101
+ },
102
+ "extraparams" : {
103
+ "disable" : true,
104
+ "ignore" : false
105
+ },
106
+ "authentication" : { }
107
+ },
108
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.createRequest"
109
+ }
110
+ }
111
+ },
112
+ "/portal/api/tickets/search" : {
113
+ "get" : {
114
+ "tags" : [ "Ticket" ],
115
+ "summary" : "Search Tickets",
116
+ "description" : "To search in tickets",
117
+ "operationId" : "searchTickets",
118
+ "parameters" : [ {
119
+ "name" : "viewId",
120
+ "in" : "query",
121
+ "description" : "ID of the view to apply while fetching the tickets",
122
+ "required" : false,
123
+ "style" : "form",
124
+ "explode" : true,
125
+ "schema" : {
126
+ "type" : [ "string", "null" ],
127
+ "description" : "ID of the view to apply while fetching the tickets",
128
+ "maxLength" : 100,
129
+ "minLength" : 0
130
+ }
131
+ }, {
132
+ "name" : "searchStr",
133
+ "in" : "query",
134
+ "description" : "The String to be searched",
135
+ "required" : false,
136
+ "style" : "form",
137
+ "explode" : true,
138
+ "schema" : {
139
+ "type" : [ "string", "null" ],
140
+ "description" : "The String to be searched",
141
+ "maxLength" : 255,
142
+ "minLength" : 0,
143
+ "pattern" : "(^([a-zA-Z0-9\\s\\.\\?\\_\\-\\,])*$|null|undefined)"
144
+ }
145
+ }, {
146
+ "$ref" : "#/components/parameters/limit"
147
+ }, {
148
+ "$ref" : "#/components/parameters/from"
149
+ }, {
150
+ "name" : "sortBy",
151
+ "in" : "query",
152
+ "description" : "SortBy can be: @relevance@, @modifiedTime@, @createdTime@",
153
+ "required" : false,
154
+ "style" : "form",
155
+ "explode" : true,
156
+ "schema" : {
157
+ "type" : [ "string", "null" ],
158
+ "description" : "SortBy can be: @relevance@, @modifiedTime@, @createdTime@",
159
+ "enum" : [ "relevance", "modifiedTime", "createdTime" ],
160
+ "maxLength" : 100,
161
+ "minLength" : 0
162
+ }
163
+ }, {
164
+ "$ref" : "#/components/parameters/priority"
165
+ }, {
166
+ "name" : "category",
167
+ "in" : "query",
168
+ "description" : "Category of the ticket",
169
+ "required" : false,
170
+ "style" : "form",
171
+ "explode" : true,
172
+ "schema" : {
173
+ "type" : [ "string", "null" ],
174
+ "description" : "Category of the ticket",
175
+ "x-dynamic-enum" : true,
176
+ "x-custom-parameters-attributes" : {
177
+ "split" : ","
178
+ }
179
+ }
180
+ }, {
181
+ "$ref" : "#/components/parameters/status"
182
+ }, {
183
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
184
+ } ],
185
+ "responses" : {
186
+ "204" : {
187
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
188
+ },
189
+ "200" : {
190
+ "$ref" : "#/components/responses/searchTickets"
191
+ }
192
+ },
193
+ "security" : [ {
194
+ "jwt-oauth" : [ "jwt-oauth" ]
195
+ } ],
196
+ "x-audience" : [ "external-public" ],
197
+ "x-custom-url-attribute" : {
198
+ "security" : {
199
+ "throttle" : {
200
+ "inline" : [ {
201
+ "scope" : "APPSERVER",
202
+ "rules" : [ {
203
+ "duration" : 60000,
204
+ "lock-period" : 600000,
205
+ "threshold" : 100,
206
+ "hip" : false
207
+ } ],
208
+ "window" : "ROLLING",
209
+ "key" : "url.path+user.remoteip"
210
+ } ]
211
+ },
212
+ "extraparams" : {
213
+ "disable" : true,
214
+ "ignore" : false
215
+ },
216
+ "authentication" : { }
217
+ },
218
+ "apimethod" : "com.zoho.portal.restapi.SearchService.ticketSearchByField"
219
+ }
220
+ }
221
+ },
222
+ "/portal/api/tickets/{requestId}" : {
223
+ "get" : {
224
+ "tags" : [ "Ticket" ],
225
+ "summary" : "Retrieve a ticket",
226
+ "description" : "To get a Portal Ticket",
227
+ "operationId" : "retrieveATicket",
228
+ "parameters" : [ {
229
+ "name" : "include",
230
+ "in" : "query",
231
+ "description" : "Whether to include products or not",
232
+ "required" : false,
233
+ "style" : "simple",
234
+ "explode" : true,
235
+ "schema" : {
236
+ "type" : [ "null", "array" ],
237
+ "description" : "Whether to include products or not",
238
+ "items" : {
239
+ "type" : [ "string", "null" ],
240
+ "enum" : [ "products" ],
241
+ "maxLength" : 100,
242
+ "minLength" : 0,
243
+ "x-custom-parameters-attributes" : [ ]
244
+ },
245
+ "uniqueItems" : true
246
+ }
247
+ }, {
248
+ "$ref" : "#/components/parameters/requestId"
249
+ }, {
250
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
251
+ } ],
252
+ "responses" : {
253
+ "200" : {
254
+ "$ref" : "#/components/responses/addAuthenticatedTicketResponse"
255
+ }
256
+ },
257
+ "security" : [ {
258
+ "jwt-oauth" : [ "jwt-oauth" ]
259
+ } ],
260
+ "x-audience" : [ "external-public" ],
261
+ "x-custom-url-attribute" : {
262
+ "security" : {
263
+ "throttle" : {
264
+ "policy" : "GetEntityById_Policy"
265
+ },
266
+ "extraparams" : {
267
+ "disable" : true,
268
+ "ignore" : false
269
+ },
270
+ "authentication" : { }
271
+ },
272
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.getRequest"
273
+ }
274
+ },
275
+ "put" : {
276
+ "tags" : [ "Ticket" ],
277
+ "summary" : "Update tickets",
278
+ "description" : "To update a ticket in Portal Only status(can only used to close ticket) and priority fields of ticket can be updated",
279
+ "operationId" : "updateTickets",
280
+ "parameters" : [ {
281
+ "$ref" : "#/components/parameters/requestId"
282
+ }, {
283
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
284
+ } ],
285
+ "requestBody" : {
286
+ "$ref" : "#/components/requestBodies/updateTicketsJson"
287
+ },
288
+ "responses" : {
289
+ "200" : {
290
+ "$ref" : "#/components/responses/updateTicketsResponse"
291
+ },
292
+ "422" : {
293
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
294
+ }
295
+ },
296
+ "security" : [ {
297
+ "jwt-oauth" : [ "jwt-oauth" ]
298
+ } ],
299
+ "x-audience" : [ "external-public" ],
300
+ "x-custom-url-attribute" : {
301
+ "security" : {
302
+ "throttle" : {
303
+ "policy" : "EntityUpdateAndDelete_Policy"
304
+ },
305
+ "extraparams" : {
306
+ "disable" : true,
307
+ "ignore" : false
308
+ },
309
+ "authentication" : { }
310
+ },
311
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.updateRequest"
312
+ }
313
+ }
314
+ },
315
+ "/portal/api/tickets" : {
316
+ "get" : {
317
+ "tags" : [ "Ticket" ],
318
+ "summary" : "List all tickets",
319
+ "description" : "To get a list of Tickets from portal(type=Mytickets|Alltickets,include=products,status=open|onhold|closed)",
320
+ "operationId" : "listAllTickets",
321
+ "parameters" : [ {
322
+ "name" : "include",
323
+ "in" : "query",
324
+ "description" : "allowed values : products,assignee.To use both,split them with a comma",
325
+ "required" : false,
326
+ "style" : "simple",
327
+ "explode" : true,
328
+ "schema" : {
329
+ "type" : [ "null", "array" ],
330
+ "description" : "allowed values : products,assignee.To use both,split them with a comma",
331
+ "items" : {
332
+ "type" : [ "string", "null" ],
333
+ "enum" : [ "products", "assignee" ],
334
+ "maxLength" : 100,
335
+ "minLength" : 0,
336
+ "x-custom-parameters-attributes" : [ ]
337
+ },
338
+ "uniqueItems" : true
339
+ }
340
+ }, {
341
+ "name" : "customStatus",
342
+ "in" : "query",
343
+ "description" : "Filter by resolution status of the ticket. You can include multiple values by separating them with a comma",
344
+ "required" : false,
345
+ "style" : "form",
346
+ "explode" : true,
347
+ "schema" : {
348
+ "type" : [ "string", "null" ],
349
+ "description" : "Filter by resolution status of the ticket. You can include multiple values by separating them with a comma",
350
+ "maxLength" : 100,
351
+ "minLength" : 0,
352
+ "x-custom-parameters-attributes" : {
353
+ "split" : ","
354
+ }
355
+ }
356
+ }, {
357
+ "name" : "viewId",
358
+ "in" : "query",
359
+ "description" : "View Id that is accessed now",
360
+ "required" : true,
361
+ "style" : "form",
362
+ "explode" : true,
363
+ "schema" : {
364
+ "type" : [ "string", "null" ],
365
+ "description" : "",
366
+ "maxLength" : 100,
367
+ "minLength" : 0,
368
+ "x-custom-parameters-attributes" : { }
369
+ }
370
+ }, {
371
+ "name" : "departmentId",
372
+ "in" : "query",
373
+ "description" : "The departmentId of the tickets",
374
+ "required" : false,
375
+ "style" : "form",
376
+ "explode" : true,
377
+ "schema" : {
378
+ "type" : [ "string", "null", "integer" ],
379
+ "format" : "int64",
380
+ "description" : "The departmentId of the tickets",
381
+ "pattern" : "([0-9]+)"
382
+ }
383
+ }, {
384
+ "$ref" : "#/components/parameters/limit"
385
+ }, {
386
+ "$ref" : "#/components/parameters/from"
387
+ }, {
388
+ "name" : "type",
389
+ "in" : "query",
390
+ "description" : "To filter the tickets as group tickets or My tickets",
391
+ "required" : false,
392
+ "style" : "form",
393
+ "explode" : true,
394
+ "schema" : {
395
+ "type" : [ "string", "null" ],
396
+ "description" : "To filter the tickets as group tickets or My tickets",
397
+ "enum" : [ "Mytickets", "Alltickets" ],
398
+ "maxLength" : 100,
399
+ "minLength" : 0
400
+ }
401
+ }, {
402
+ "name" : "sortBy",
403
+ "in" : "query",
404
+ "required" : false,
405
+ "style" : "form",
406
+ "explode" : true,
407
+ "schema" : {
408
+ "type" : [ "string", "null" ],
409
+ "enum" : [ "createdTime", "recentThread" ],
410
+ "maxLength" : 100,
411
+ "minLength" : 0
412
+ }
413
+ },
414
+ {
415
+ "$ref" : "#/components/parameters/priority"
416
+ }, {
417
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
418
+ } ],
419
+ "responses" : {
420
+ "204" : {
421
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
422
+ },
423
+ "200" : {
424
+ "$ref" : "#/components/responses/listAllTickets"
425
+ }
426
+ },
427
+ "security" : [ {
428
+ "jwt-oauth" : [ "jwt-oauth" ]
429
+ } ],
430
+ "x-audience" : [ "external-public" ],
431
+ "x-custom-url-attribute" : {
432
+ "security" : {
433
+ "throttle" : {
434
+ "inline" : [ {
435
+ "scope" : "APPSERVER",
436
+ "rules" : [ {
437
+ "duration" : 60000,
438
+ "lock-period" : 600000,
439
+ "threshold" : 50,
440
+ "hip" : false
441
+ } ],
442
+ "window" : "ROLLING",
443
+ "key" : "url.path+user.remoteip"
444
+ } ]
445
+ },
446
+ "extraparams" : {
447
+ "disable" : true,
448
+ "ignore" : false
449
+ },
450
+ "authentication" : { }
451
+ },
452
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.getRequests"
453
+ }
454
+ },
455
+ "post" : {
456
+ "tags" : [ "Ticket" ],
457
+ "summary" : "Create Ticket Authenticated",
458
+ "description" : "Create a New Ticket in Portal",
459
+ "operationId" : "createTicketAuthenticated",
460
+ "parameters" : [ {
461
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
462
+ } ],
463
+ "requestBody" : {
464
+ "$ref" : "#/components/requestBodies/addAuthTicketJson"
465
+ },
466
+ "responses" : {
467
+ "200" : {
468
+ "$ref" : "#/components/responses/addAuthenticatedTicketResponse"
469
+ },
470
+ "422" : {
471
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
472
+ }
473
+ },
474
+ "security" : [ {
475
+ "jwt-oauth" : [ "jwt-oauth" ]
476
+ } ],
477
+ "x-audience" : [ "external-public" ],
478
+ "x-custom-url-attribute" : {
479
+ "security" : {
480
+ "throttle" : {
481
+ "policy" : "Authenticated_MainEntity_Creation_Policy"
482
+ },
483
+ "extraparams" : {
484
+ "disable" : true,
485
+ "ignore" : false
486
+ },
487
+ "authentication" : { }
488
+ },
489
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.addRequest"
490
+ }
491
+ }
492
+ },
493
+ "/portal/api/createTickets" : {
494
+ "post" : {
495
+ "tags" : [ "Ticket" ],
496
+ "summary" : "Create Ticket UnAuthenticated",
497
+ "description" : "Create a New Ticket in Portal(UnAuthenticated URL)",
498
+ "operationId" : "createTicketUnAuthenticated",
499
+ "parameters" : [ {
500
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
501
+ } ],
502
+ "requestBody" : {
503
+ "$ref" : "#/components/requestBodies/createTicketUnAuthenticated_createTicketsJson"
504
+ },
505
+ "responses" : {
506
+ "200" : {
507
+ "$ref" : "#/components/responses/createTicketUnAuthenticatedResponse"
508
+ },
509
+ "422" : {
510
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
511
+ }
512
+ },
513
+ "security" : [ {
514
+ "jwt-oauth" : [ "jwt-oauth" ]
515
+ } ],
516
+ "x-audience" : [ "external-public" ],
517
+ "x-custom-url-attribute" : {
518
+ "security" : {
519
+ "throttle" : {
520
+ "policy" : "UnAuthenticated_MainEntity_Creation_Policy"
521
+ },
522
+ "extraparams" : {
523
+ "disable" : true,
524
+ "ignore" : false
525
+ },
526
+ "authentication" : { }
527
+ },
528
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.createRequest"
529
+ }
530
+ }
531
+ },
532
+ "/portal/api/tickets/{requestId}/resolution" : {
533
+ "get" : {
534
+ "tags" : [ "Ticket" ],
535
+ "summary" : "Retrieve ticket resolution",
536
+ "description" : "To get resolution of a Ticket",
537
+ "operationId" : "getTicketResolution",
538
+ "parameters" : [ {
539
+ "$ref" : "#/components/parameters/requestId"
540
+ }, {
541
+ "$ref" : "../common/Common.json#/components/parameters/portalId"
542
+ } ],
543
+ "responses" : {
544
+ "204" : {
545
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
546
+ },
547
+ "200" : {
548
+ "$ref" : "#/components/responses/getTicketResolution"
549
+ }
550
+ },
551
+ "security" : [ {
552
+ "jwt-oauth" : [ "jwt-oauth" ]
553
+ } ],
554
+ "x-audience" : [ "external-public" ],
555
+ "x-custom-url-attribute" : {
556
+ "security" : {
557
+ "throttle" : {
558
+ "inline" : [ {
559
+ "scope" : "APPSERVER",
560
+ "rules" : [ {
561
+ "duration" : 60000,
562
+ "lock-period" : 300000,
563
+ "threshold" : 20,
564
+ "hip" : false
565
+ }, {
566
+ "duration" : 3600000,
567
+ "lock-period" : 900000,
568
+ "threshold" : 100,
569
+ "hip" : false
570
+ } ],
571
+ "window" : "ROLLING",
572
+ "key" : "url.path+user.zuid"
573
+ } ]
574
+ },
575
+ "extraparams" : {
576
+ "disable" : true,
577
+ "ignore" : false
578
+ },
579
+ "authentication" : { }
580
+ },
581
+ "apimethod" : "com.zoho.desk.helpcenter.ticket.RequestService.getResolution"
582
+ }
583
+ }
584
+ }
585
+ },
586
+ "components" : {
587
+ "schemas" : {
588
+ "getTicketAttachmentsData" : {
589
+ "type" : [ "array", "null" ],
590
+ "items" : {
591
+ "$ref" : "./Upload.json#/components/schemas/createAttachments"
592
+ }
593
+ },
594
+ "ticketJson" : {
595
+ "type" : [ "object", "null" ],
596
+ "additionalProperties" : false,
597
+ "properties" : {
598
+ "subCategory" : {
599
+ "type" : [ "string", "null" ],
600
+ "description" : "subCategory",
601
+ "x-dynamic-enum" : true
602
+ },
603
+ "cf" : {
604
+ "type" : [ "null", "object" ],
605
+ "additionalProperties" : false,
606
+ "patternProperties" : {
607
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
608
+ "type" : [ "string", "null" ],
609
+ "maxLength" : 100,
610
+ "minLength" : 0,
611
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
612
+ }
613
+ }
614
+ },
615
+ "productId" : {
616
+ "type" : [ "string", "null", "integer" ],
617
+ "format" : "int64",
618
+ "description" : "the id of the product",
619
+ "pattern" : "([0-9]+)"
620
+ },
621
+ "phone" : {
622
+ "type" : [ "string", "null" ],
623
+ "maxLength" : 120,
624
+ "minLength" : 0,
625
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+",
626
+ "x-custom-parameters-attributes" : {
627
+ "replacementString" : "",
628
+ "filterMatchedContent" : true
629
+ }
630
+ },
631
+ "subject" : {
632
+ "type" : [ "string", "null" ],
633
+ "description" : "The subject for the ticket",
634
+ "maxLength" : 1000,
635
+ "minLength" : 0
636
+ },
637
+ "customFields" : {
638
+ "type" : [ "null", "object" ],
639
+ "additionalProperties" : false,
640
+ "patternProperties" : {
641
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
642
+ "type" : [ "string", "null" ],
643
+ "maxLength" : 100,
644
+ "minLength" : 0,
645
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
646
+ }
647
+ }
648
+ },
649
+ "departmentId" : {
650
+ "type" : [ "string", "null", "integer" ],
651
+ "format" : "int64",
652
+ "pattern" : "([0-9]+)"
653
+ },
654
+ "description" : {
655
+ "type" : [ "string", "null" ],
656
+ "maxLength" : 65535,
657
+ "minLength" : 0,
658
+ "x-custom-parameters-attributes" : {
659
+ "xss" : "antisamyfilter_custom"
660
+ }
661
+ },
662
+ "language" : {
663
+ "type" : [ "string", "null" ],
664
+ "description" : "Language preference to set for the ticket",
665
+ "x-dynamic-enum" : true
666
+ },
667
+ "classification" : {
668
+ "type" : [ "string", "null" ],
669
+ "description" : "the classification for the tickets",
670
+ "x-dynamic-enum" : true
671
+ },
672
+ "priority" : {
673
+ "type" : [ "string", "null" ],
674
+ "description" : "the priority of tickets",
675
+ "x-dynamic-enum" : true
676
+ },
677
+ "category" : {
678
+ "type" : [ "string", "null" ],
679
+ "description" : "category",
680
+ "x-dynamic-enum" : true
681
+ }
682
+ }
683
+ },
684
+ "lastThread" : {
685
+ "type" : [ "object", "null" ],
686
+ "additionalProperties" : false,
687
+ "properties" : {
688
+ "channel" : {
689
+ "type" : [ "string", "null" ],
690
+ "x-dynamic-enum" : true,
691
+ "x-custom-parameters-attributes" : {
692
+ "removeExif" : false,
693
+ "replacementString" : "",
694
+ "filterMatchedContent" : false,
695
+ "antivirus" : false,
696
+ "allowInvalid" : false,
697
+ "descrption" : "Channel through which the ticket was submitted ",
698
+ "secret" : false,
699
+ "preserveCharsLimit" : 10,
700
+ "split" : ",",
701
+ "trim" : false,
702
+ "internalParam" : false,
703
+ "preserveChars" : "0,5",
704
+ "importUrl" : false,
705
+ "decrypt" : false
706
+ }
707
+ },
708
+ "isDraft" : {
709
+ "type" : [ "boolean", "null" ]
710
+ },
711
+ "direction" : {
712
+ "type" : [ "string", "null" ],
713
+ "enum" : [ "in", "out" ],
714
+ "maxLength" : 100,
715
+ "minLength" : 0
716
+ },
717
+ "isForward" : {
718
+ "type" : [ "boolean", "null" ]
719
+ }
720
+ },
721
+ "required" : [ "channel", "direction", "isDraft", "isForward" ]
722
+ },
723
+ "account" : {
724
+ "type" : [ "object", "null" ],
725
+ "additionalProperties" : false,
726
+ "properties" : {
727
+ "accountName" : {
728
+ "type" : [ "string", "null" ],
729
+ "maxLength" : 200,
730
+ "minLength" : 0
731
+ },
732
+ "mappingType" : {
733
+ "type" : [ "string", "null" ],
734
+ "enum" : [ "PRIMARY", null ],
735
+ "maxLength" : 100,
736
+ "minLength" : 0
737
+ },
738
+ "id" : {
739
+ "type" : [ "string", "null", "integer" ],
740
+ "format" : "int64",
741
+ "pattern" : "([0-9]+)"
742
+ }
743
+ },
744
+ "required" : [ "accountName", "id", "mappingType" ]
745
+ },
746
+ "contact" : {
747
+ "type" : [ "object", "null" ],
748
+ "additionalProperties" : false,
749
+ "properties" : {
750
+ "firstName" : {
751
+ "type" : [ "string", "null" ],
752
+ "maxLength" : 40,
753
+ "minLength" : 0
754
+ },
755
+ "lastName" : {
756
+ "type" : [ "string", "null" ],
757
+ "maxLength" : 200,
758
+ "minLength" : 0
759
+ },
760
+ "accountId" : {
761
+ "type" : [ "string", "null", "integer" ],
762
+ "format" : "int64",
763
+ "pattern" : "([0-9]+)"
764
+ },
765
+ "photoURL" : {
766
+ "type" : [ "string", "null" ],
767
+ "maxLength" : 100,
768
+ "minLength" : 0,
769
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
770
+ },
771
+ "phone" : {
772
+ "type" : [ "string", "null" ],
773
+ "maxLength" : 50,
774
+ "minLength" : 0,
775
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
776
+ },
777
+ "module" : {
778
+ "type" : [ "string", "null" ],
779
+ "maxLength" : 100,
780
+ "minLength" : 0
781
+ },
782
+ "id" : {
783
+ "type" : [ "string", "null", "integer" ],
784
+ "format" : "int64",
785
+ "pattern" : "([0-9]+)"
786
+ },
787
+ "ownerId" : {
788
+ "type" : [ "string", "null", "integer" ],
789
+ "format" : "int64",
790
+ "pattern" : "([0-9]+)"
791
+ },
792
+ "account" : {
793
+ "$ref" : "./Ticket.json#/components/schemas/account"
794
+ },
795
+ "email" : {
796
+ "type" : [ "string", "null" ],
797
+ "maxLength" : 100,
798
+ "minLength" : 0,
799
+ "pattern" : "(^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$|^$|null)"
800
+ }
801
+ },
802
+ "required" : [ "account", "accountId", "email", "firstName", "id", "lastName", "module", "ownerId", "phone", "photoURL" ]
803
+ },
804
+ "commonKeys" : {
805
+ "type" : [ "object", "null" ],
806
+ "additionalProperties" : false,
807
+ "properties" : {
808
+ "ticketNumber" : {
809
+ "type" : [ "string", "null", "integer" ],
810
+ "format" : "int32",
811
+ "pattern" : "([0-9]+)"
812
+ },
813
+ "subject" : {
814
+ "type" : [ "string", "null" ],
815
+ "maxLength" : 1000,
816
+ "minLength" : 0
817
+ },
818
+ "dueDate" : {
819
+ "type" : [ "string", "null" ],
820
+ "maxLength" : 100,
821
+ "minLength" : 0,
822
+ "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))"
823
+ },
824
+ "departmentId" : {
825
+ "type" : [ "string", "null", "integer" ],
826
+ "format" : "int64",
827
+ "pattern" : "([0-9]+)",
828
+ "x-custom-parameters-attributes" : {
829
+ "removeExif" : false,
830
+ "replacementString" : "",
831
+ "filterMatchedContent" : false,
832
+ "antivirus" : false,
833
+ "allowInvalid" : false,
834
+ "descrption" : "Department id",
835
+ "secret" : false,
836
+ "preserveCharsLimit" : 10,
837
+ "trim" : false,
838
+ "internalParam" : false,
839
+ "preserveChars" : "0,5",
840
+ "importUrl" : false,
841
+ "decrypt" : false
842
+ }
843
+ },
844
+ "channel" : {
845
+ "type" : [ "string", "null" ],
846
+ "x-dynamic-enum" : true,
847
+ "x-custom-parameters-attributes" : {
848
+ "removeExif" : false,
849
+ "replacementString" : "",
850
+ "filterMatchedContent" : false,
851
+ "antivirus" : false,
852
+ "allowInvalid" : false,
853
+ "descrption" : "Channel through which the ticket was submitted ",
854
+ "secret" : false,
855
+ "preserveCharsLimit" : 10,
856
+ "split" : ",",
857
+ "trim" : false,
858
+ "internalParam" : false,
859
+ "preserveChars" : "0,5",
860
+ "importUrl" : false,
861
+ "decrypt" : false
862
+ }
863
+ },
864
+ "threadCount" : {
865
+ "type" : [ "string", "null", "integer" ],
866
+ "format" : "int32",
867
+ "pattern" : "([0-9]+)"
868
+ },
869
+ "priority" : {
870
+ "type" : [ "string", "null" ],
871
+ "x-dynamic-enum" : true,
872
+ "x-custom-parameters-attributes" : {
873
+ "removeExif" : false,
874
+ "replacementString" : "",
875
+ "filterMatchedContent" : false,
876
+ "antivirus" : false,
877
+ "allowInvalid" : false,
878
+ "descrption" : "Priority of the ticket",
879
+ "secret" : false,
880
+ "preserveCharsLimit" : 10,
881
+ "split" : ",",
882
+ "trim" : false,
883
+ "internalParam" : false,
884
+ "preserveChars" : "0,5",
885
+ "importUrl" : false,
886
+ "decrypt" : false
887
+ }
888
+ },
889
+ "assigneeId" : {
890
+ "type" : [ "string", "null", "integer" ],
891
+ "format" : "int64",
892
+ "pattern" : "([0-9]+)"
893
+ },
894
+ "closedTime" : {
895
+ "type" : [ "string", "null" ],
896
+ "maxLength" : 100,
897
+ "minLength" : 0,
898
+ "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))"
899
+ },
900
+ "commentCount" : {
901
+ "type" : [ "string", "null", "integer" ],
902
+ "format" : "int32",
903
+ "pattern" : "([0-9]+)"
904
+ },
905
+ "createdTime" : {
906
+ "type" : [ "string", "null" ],
907
+ "maxLength" : 100,
908
+ "minLength" : 0,
909
+ "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))"
910
+ },
911
+ "id" : {
912
+ "type" : [ "string", "null", "integer" ],
913
+ "format" : "int64",
914
+ "pattern" : "([0-9]+)"
915
+ },
916
+ "status" : {
917
+ "type" : [ "string", "null" ],
918
+ "x-dynamic-enum" : true,
919
+ "x-custom-parameters-attributes" : {
920
+ "removeExif" : false,
921
+ "replacementString" : "",
922
+ "filterMatchedContent" : false,
923
+ "antivirus" : false,
924
+ "allowInvalid" : false,
925
+ "descrption" : "Status of the ticket.",
926
+ "secret" : false,
927
+ "preserveCharsLimit" : 10,
928
+ "split" : ",",
929
+ "trim" : false,
930
+ "internalParam" : false,
931
+ "preserveChars" : "0,5",
932
+ "importUrl" : false,
933
+ "decrypt" : false
934
+ }
935
+ }
936
+ },
937
+ "required" : [ "assigneeId", "channel", "closedTime", "commentCount", "createdTime", "departmentId", "dueDate", "id", "priority", "status", "subject", "threadCount", "ticketNumber" ]
938
+ },
939
+ "searchResponse" : {
940
+ "additionalProperties" : false,
941
+ "allOf" : [ {
942
+ "$ref" : "./Ticket.json#/components/schemas/commonKeys"
943
+ }, {
944
+ "type" : [ "object", "null" ],
945
+ "properties" : {
946
+ "customerResponseTime" : {
947
+ "type" : [ "string", "null" ],
948
+ "maxLength" : 100,
949
+ "minLength" : 0,
950
+ "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))"
951
+ },
952
+ "productId" : {
953
+ "type" : [ "string", "null", "integer" ],
954
+ "format" : "int64",
955
+ "pattern" : "([0-9]+)"
956
+ },
957
+ "contactId" : {
958
+ "type" : [ "string", "null", "integer" ],
959
+ "format" : "int64",
960
+ "pattern" : "([0-9]+)"
961
+ },
962
+ "phone" : {
963
+ "type" : [ "string", "null" ],
964
+ "maxLength" : 120,
965
+ "minLength" : 0,
966
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+"
967
+ },
968
+ "module" : {
969
+ "type" : [ "string", "null" ],
970
+ "maxLength" : 100,
971
+ "minLength" : 0
972
+ },
973
+ "contact" : {
974
+ "$ref" : "./Ticket.json#/components/schemas/contact"
975
+ },
976
+ "lastThread" : {
977
+ "$ref" : "./Ticket.json#/components/schemas/lastThread"
978
+ },
979
+ "onholdTime" : {
980
+ "type" : [ "string", "null" ],
981
+ "maxLength" : 100,
982
+ "minLength" : 0,
983
+ "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))"
984
+ },
985
+ "email" : {
986
+ "type" : [ "string", "null" ],
987
+ "maxLength" : 150,
988
+ "minLength" : 0,
989
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
990
+ }
991
+ },
992
+ "required" : [ "contact", "contactId", "customerResponseTime", "email", "lastThread", "module", "onholdTime", "phone", "productId" ]
993
+ } ]
994
+ },
995
+ "data" : {
996
+ "type" : [ "array", "null" ],
997
+ "items" : {
998
+ "$ref" : "./Ticket.json#/components/schemas/searchResponse"
999
+ }
1000
+ },
1001
+ "product" : {
1002
+ "type" : [ "object", "null" ],
1003
+ "additionalProperties" : false,
1004
+ "properties" : {
1005
+ "id" : {
1006
+ "type" : [ "string", "null", "integer" ],
1007
+ "format" : "int64",
1008
+ "pattern" : "([0-9]+)"
1009
+ },
1010
+ "productName" : {
1011
+ "type" : [ "string", "null" ],
1012
+ "maxLength" : 100,
1013
+ "minLength" : 0
1014
+ }
1015
+ },
1016
+ "required" : [ "id", "productName" ]
1017
+ },
1018
+ "modifiedBy" : {
1019
+ "type" : [ "object", "null" ],
1020
+ "additionalProperties" : false,
1021
+ "properties" : {
1022
+ "photoURL" : {
1023
+ "type" : [ "string", "null" ],
1024
+ "maxLength" : 100,
1025
+ "minLength" : 0,
1026
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1027
+ },
1028
+ "photoUrl" : {
1029
+ "type" : [ "string", "null" ],
1030
+ "maxLength" : 100,
1031
+ "minLength" : 0,
1032
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1033
+ },
1034
+ "name" : {
1035
+ "type" : [ "string", "null" ],
1036
+ "maxLength" : 50,
1037
+ "minLength" : 0
1038
+ },
1039
+ "id" : {
1040
+ "type" : [ "string", "null", "integer" ],
1041
+ "format" : "int64",
1042
+ "pattern" : "([0-9]+)"
1043
+ }
1044
+ },
1045
+ "required" : [ "id", "name", "photoURL", "photoUrl" ]
1046
+ },
1047
+ "assignee" : {
1048
+ "type" : [ "object", "null" ],
1049
+ "additionalProperties" : false,
1050
+ "properties" : {
1051
+ "photoUrl" : {
1052
+ "type" : [ "string", "null" ],
1053
+ "maxLength" : 100,
1054
+ "minLength" : 0,
1055
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1056
+ },
1057
+ "photoURL" : {
1058
+ "type" : [ "string", "null" ],
1059
+ "maxLength" : 100,
1060
+ "minLength" : 0,
1061
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1062
+ },
1063
+ "name" : {
1064
+ "type" : [ "string", "null" ],
1065
+ "maxLength" : 50,
1066
+ "minLength" : 0
1067
+ },
1068
+ "id" : {
1069
+ "type" : [ "string", "null", "integer" ],
1070
+ "format" : "int64",
1071
+ "pattern" : "([0-9]+)"
1072
+ },
1073
+ "assignee" : {
1074
+ "type" : [ "string", "null" ],
1075
+ "maxLength" : 50,
1076
+ "minLength" : 0
1077
+ }
1078
+ },
1079
+ "required" : [ "assignee", "id", "name", "photoURL", "photoUrl" ]
1080
+ },
1081
+ "creator" : {
1082
+ "type" : [ "object", "null" ],
1083
+ "additionalProperties" : false,
1084
+ "properties" : {
1085
+ "photoUrl" : {
1086
+ "type" : [ "string", "null" ],
1087
+ "maxLength" : 100,
1088
+ "minLength" : 0,
1089
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1090
+ },
1091
+ "photoURL" : {
1092
+ "type" : [ "string", "null" ],
1093
+ "maxLength" : 100,
1094
+ "minLength" : 0,
1095
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1096
+ },
1097
+ "creator" : {
1098
+ "type" : [ "string", "null" ],
1099
+ "maxLength" : 50,
1100
+ "minLength" : 0
1101
+ },
1102
+ "name" : {
1103
+ "type" : [ "string", "null" ],
1104
+ "maxLength" : 50,
1105
+ "minLength" : 0
1106
+ },
1107
+ "id" : {
1108
+ "type" : [ "string", "null", "integer" ],
1109
+ "format" : "int64",
1110
+ "pattern" : "([0-9]+)"
1111
+ }
1112
+ },
1113
+ "required" : [ "creator", "id", "name", "photoURL", "photoUrl" ]
1114
+ },
1115
+ "ticketCommonJson" : {
1116
+ "additionalProperties" : false,
1117
+ "allOf" : [ {
1118
+ "$ref" : "./Ticket.json#/components/schemas/commonKeys"
1119
+ }, {
1120
+ "type" : [ "object", "null" ],
1121
+ "properties" : {
1122
+ "modifiedTime" : {
1123
+ "type" : [ "string", "null" ],
1124
+ "maxLength" : 100,
1125
+ "minLength" : 0,
1126
+ "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))"
1127
+ },
1128
+ "creator" : {
1129
+ "$ref" : "./Ticket.json#/components/schemas/creator"
1130
+ }
1131
+ },
1132
+ "required" : [ "creator", "modifiedTime" ]
1133
+ } ]
1134
+ },
1135
+ "ticketResponse" : {
1136
+ "additionalProperties" : false,
1137
+ "allOf" : [ {
1138
+ "$ref" : "./Ticket.json#/components/schemas/ticketCommonJson"
1139
+ }, {
1140
+ "type" : [ "object", "null" ],
1141
+ "properties" : {
1142
+ "cf" : {
1143
+ "type" : [ "null", "object" ],
1144
+ "additionalProperties" : false,
1145
+ "patternProperties" : {
1146
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1147
+ "type" : [ "string", "null" ],
1148
+ "maxLength" : 100,
1149
+ "minLength" : 0,
1150
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1151
+ "x-custom-parameters-attributes" : {
1152
+ "subCategory" : {
1153
+ "removeExif" : false,
1154
+ "replacementString" : "",
1155
+ "filterMatchedContent" : false,
1156
+ "antivirus" : false,
1157
+ "allowInvalid" : false,
1158
+ "descrption" : "subCategory",
1159
+ "secret" : false,
1160
+ "preserveCharsLimit" : 10,
1161
+ "trim" : false,
1162
+ "internalParam" : false,
1163
+ "preserveChars" : "0,5",
1164
+ "importUrl" : false,
1165
+ "decrypt" : false
1166
+ },
1167
+ "cf" : { },
1168
+ "productId" : {
1169
+ "removeExif" : false,
1170
+ "replacementString" : "",
1171
+ "filterMatchedContent" : false,
1172
+ "antivirus" : false,
1173
+ "allowInvalid" : false,
1174
+ "descrption" : "the id of the product",
1175
+ "secret" : false,
1176
+ "preserveCharsLimit" : 10,
1177
+ "trim" : false,
1178
+ "internalParam" : false,
1179
+ "preserveChars" : "0,5",
1180
+ "importUrl" : false,
1181
+ "decrypt" : false
1182
+ },
1183
+ "phone" : {
1184
+ "removeExif" : false,
1185
+ "trim" : false,
1186
+ "replacementString" : "",
1187
+ "filterMatchedContent" : true,
1188
+ "antivirus" : false,
1189
+ "internalParam" : false,
1190
+ "preserveChars" : "0,5",
1191
+ "allowInvalid" : false,
1192
+ "secret" : false,
1193
+ "importUrl" : false,
1194
+ "decrypt" : false,
1195
+ "preserveCharsLimit" : 10
1196
+ },
1197
+ "customFields" : { },
1198
+ "secondaryContacts" : [ { } ],
1199
+ "language" : {
1200
+ "removeExif" : false,
1201
+ "replacementString" : "",
1202
+ "filterMatchedContent" : false,
1203
+ "antivirus" : false,
1204
+ "allowInvalid" : false,
1205
+ "descrption" : "Language preference to set for the ticket",
1206
+ "secret" : false,
1207
+ "preserveCharsLimit" : 10,
1208
+ "trim" : false,
1209
+ "internalParam" : false,
1210
+ "preserveChars" : "0,5",
1211
+ "importUrl" : false,
1212
+ "decrypt" : false
1213
+ },
1214
+ "priority" : {
1215
+ "removeExif" : false,
1216
+ "trim" : false,
1217
+ "replacementString" : "",
1218
+ "filterMatchedContent" : false,
1219
+ "antivirus" : false,
1220
+ "internalParam" : false,
1221
+ "preserveChars" : "0,5",
1222
+ "allowInvalid" : false,
1223
+ "secret" : false,
1224
+ "importUrl" : false,
1225
+ "decrypt" : false,
1226
+ "preserveCharsLimit" : 10
1227
+ },
1228
+ "classification" : {
1229
+ "removeExif" : false,
1230
+ "replacementString" : "",
1231
+ "filterMatchedContent" : false,
1232
+ "antivirus" : false,
1233
+ "allowInvalid" : false,
1234
+ "descrption" : "the classification for the tickets",
1235
+ "secret" : false,
1236
+ "preserveCharsLimit" : 10,
1237
+ "trim" : false,
1238
+ "internalParam" : false,
1239
+ "preserveChars" : "0,5",
1240
+ "importUrl" : false,
1241
+ "decrypt" : false
1242
+ },
1243
+ "category" : {
1244
+ "removeExif" : false,
1245
+ "replacementString" : "",
1246
+ "filterMatchedContent" : false,
1247
+ "antivirus" : false,
1248
+ "allowInvalid" : false,
1249
+ "descrption" : "category",
1250
+ "secret" : false,
1251
+ "preserveCharsLimit" : 10,
1252
+ "trim" : false,
1253
+ "internalParam" : false,
1254
+ "preserveChars" : "0,5",
1255
+ "importUrl" : false,
1256
+ "decrypt" : false
1257
+ },
1258
+ "status" : {
1259
+ "removeExif" : false,
1260
+ "trim" : false,
1261
+ "replacementString" : "",
1262
+ "filterMatchedContent" : false,
1263
+ "antivirus" : false,
1264
+ "internalParam" : false,
1265
+ "preserveChars" : "0,5",
1266
+ "allowInvalid" : false,
1267
+ "secret" : false,
1268
+ "importUrl" : false,
1269
+ "decrypt" : false,
1270
+ "preserveCharsLimit" : 10
1271
+ }
1272
+ }
1273
+ }
1274
+ }
1275
+ },
1276
+ "productId" : {
1277
+ "type" : [ "string", "null", "integer" ],
1278
+ "format" : "int64",
1279
+ "pattern" : "([0-9]+)",
1280
+ "x-custom-parameters-attributes" : {
1281
+ "removeExif" : false,
1282
+ "replacementString" : "",
1283
+ "filterMatchedContent" : false,
1284
+ "antivirus" : false,
1285
+ "allowInvalid" : false,
1286
+ "descrption" : "the id of the product",
1287
+ "secret" : false,
1288
+ "preserveCharsLimit" : 10,
1289
+ "trim" : false,
1290
+ "internalParam" : false,
1291
+ "preserveChars" : "0,5",
1292
+ "importUrl" : false,
1293
+ "decrypt" : false
1294
+ }
1295
+ },
1296
+ "customFields" : {
1297
+ "type" : [ "null", "object" ],
1298
+ "additionalProperties" : false,
1299
+ "patternProperties" : {
1300
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1301
+ "type" : [ "string", "null" ],
1302
+ "maxLength" : 100,
1303
+ "minLength" : 0,
1304
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1305
+ "x-custom-parameters-attributes" : {
1306
+ "subCategory" : {
1307
+ "removeExif" : false,
1308
+ "replacementString" : "",
1309
+ "filterMatchedContent" : false,
1310
+ "antivirus" : false,
1311
+ "allowInvalid" : false,
1312
+ "descrption" : "subCategory",
1313
+ "secret" : false,
1314
+ "preserveCharsLimit" : 10,
1315
+ "trim" : false,
1316
+ "internalParam" : false,
1317
+ "preserveChars" : "0,5",
1318
+ "importUrl" : false,
1319
+ "decrypt" : false
1320
+ },
1321
+ "cf" : { },
1322
+ "productId" : {
1323
+ "removeExif" : false,
1324
+ "replacementString" : "",
1325
+ "filterMatchedContent" : false,
1326
+ "antivirus" : false,
1327
+ "allowInvalid" : false,
1328
+ "descrption" : "the id of the product",
1329
+ "secret" : false,
1330
+ "preserveCharsLimit" : 10,
1331
+ "trim" : false,
1332
+ "internalParam" : false,
1333
+ "preserveChars" : "0,5",
1334
+ "importUrl" : false,
1335
+ "decrypt" : false
1336
+ },
1337
+ "phone" : {
1338
+ "removeExif" : false,
1339
+ "trim" : false,
1340
+ "replacementString" : "",
1341
+ "filterMatchedContent" : true,
1342
+ "antivirus" : false,
1343
+ "internalParam" : false,
1344
+ "preserveChars" : "0,5",
1345
+ "allowInvalid" : false,
1346
+ "secret" : false,
1347
+ "importUrl" : false,
1348
+ "decrypt" : false,
1349
+ "preserveCharsLimit" : 10
1350
+ },
1351
+ "customFields" : { },
1352
+ "secondaryContacts" : [ { } ],
1353
+ "language" : {
1354
+ "removeExif" : false,
1355
+ "replacementString" : "",
1356
+ "filterMatchedContent" : false,
1357
+ "antivirus" : false,
1358
+ "allowInvalid" : false,
1359
+ "descrption" : "Language preference to set for the ticket",
1360
+ "secret" : false,
1361
+ "preserveCharsLimit" : 10,
1362
+ "trim" : false,
1363
+ "internalParam" : false,
1364
+ "preserveChars" : "0,5",
1365
+ "importUrl" : false,
1366
+ "decrypt" : false
1367
+ },
1368
+ "priority" : {
1369
+ "removeExif" : false,
1370
+ "trim" : false,
1371
+ "replacementString" : "",
1372
+ "filterMatchedContent" : false,
1373
+ "antivirus" : false,
1374
+ "internalParam" : false,
1375
+ "preserveChars" : "0,5",
1376
+ "allowInvalid" : false,
1377
+ "secret" : false,
1378
+ "importUrl" : false,
1379
+ "decrypt" : false,
1380
+ "preserveCharsLimit" : 10
1381
+ },
1382
+ "classification" : {
1383
+ "removeExif" : false,
1384
+ "replacementString" : "",
1385
+ "filterMatchedContent" : false,
1386
+ "antivirus" : false,
1387
+ "allowInvalid" : false,
1388
+ "descrption" : "the classification for the tickets",
1389
+ "secret" : false,
1390
+ "preserveCharsLimit" : 10,
1391
+ "trim" : false,
1392
+ "internalParam" : false,
1393
+ "preserveChars" : "0,5",
1394
+ "importUrl" : false,
1395
+ "decrypt" : false
1396
+ },
1397
+ "category" : {
1398
+ "removeExif" : false,
1399
+ "replacementString" : "",
1400
+ "filterMatchedContent" : false,
1401
+ "antivirus" : false,
1402
+ "allowInvalid" : false,
1403
+ "descrption" : "category",
1404
+ "secret" : false,
1405
+ "preserveCharsLimit" : 10,
1406
+ "trim" : false,
1407
+ "internalParam" : false,
1408
+ "preserveChars" : "0,5",
1409
+ "importUrl" : false,
1410
+ "decrypt" : false
1411
+ },
1412
+ "status" : {
1413
+ "removeExif" : false,
1414
+ "trim" : false,
1415
+ "replacementString" : "",
1416
+ "filterMatchedContent" : false,
1417
+ "antivirus" : false,
1418
+ "internalParam" : false,
1419
+ "preserveChars" : "0,5",
1420
+ "allowInvalid" : false,
1421
+ "secret" : false,
1422
+ "importUrl" : false,
1423
+ "decrypt" : false,
1424
+ "preserveCharsLimit" : 10
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1429
+ },
1430
+ "dueDate" : {
1431
+ "type" : [ "string", "null" ],
1432
+ "maxLength" : 100,
1433
+ "minLength" : 0,
1434
+ "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))"
1435
+ },
1436
+ "description" : {
1437
+ "type" : [ "string", "null" ],
1438
+ "maxLength" : 65535,
1439
+ "minLength" : 0
1440
+ },
1441
+ "onholdTime" : {
1442
+ "type" : [ "string", "null" ],
1443
+ "maxLength" : 100,
1444
+ "minLength" : 0,
1445
+ "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))"
1446
+ },
1447
+ "secondaryContacts" : {
1448
+ "type" : [ "null", "array" ],
1449
+ "items" : {
1450
+ "type" : [ "string", "null", "integer" ],
1451
+ "format" : "int64",
1452
+ "pattern" : "([0-9]+)",
1453
+ "x-custom-parameters-attributes" : [ { } ]
1454
+ },
1455
+ "uniqueItems" : false
1456
+ },
1457
+ "classification" : {
1458
+ "type" : [ "string", "null" ],
1459
+ "x-dynamic-enum" : true,
1460
+ "x-custom-parameters-attributes" : {
1461
+ "removeExif" : false,
1462
+ "replacementString" : "",
1463
+ "filterMatchedContent" : false,
1464
+ "antivirus" : false,
1465
+ "allowInvalid" : false,
1466
+ "descrption" : "the classification for the tickets",
1467
+ "secret" : false,
1468
+ "preserveCharsLimit" : 10,
1469
+ "trim" : false,
1470
+ "internalParam" : false,
1471
+ "preserveChars" : "0,5",
1472
+ "importUrl" : false,
1473
+ "decrypt" : false
1474
+ }
1475
+ },
1476
+ "resolution" : {
1477
+ "type" : [ "string", "null" ],
1478
+ "maxLength" : 65535,
1479
+ "minLength" : 0
1480
+ },
1481
+ "responseDueDate" : {
1482
+ "type" : [ "string", "null" ],
1483
+ "maxLength" : 100,
1484
+ "minLength" : 0,
1485
+ "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))"
1486
+ },
1487
+ "teamId" : {
1488
+ "type" : [ "string", "null", "integer" ],
1489
+ "format" : "int64",
1490
+ "pattern" : "([0-9]+)"
1491
+ },
1492
+ "modifiedBy" : {
1493
+ "$ref" : "./Ticket.json#/components/schemas/modifiedBy"
1494
+ },
1495
+ "assignee" : {
1496
+ "$ref" : "./Ticket.json#/components/schemas/assignee"
1497
+ },
1498
+ "email" : {
1499
+ "type" : [ "string", "null" ],
1500
+ "maxLength" : 150,
1501
+ "minLength" : 0,
1502
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1503
+ },
1504
+ "hasBlueprint" : {
1505
+ "type" : [ "boolean", "null" ]
1506
+ }
1507
+ },
1508
+ "required" : [ "assignee", "cf", "classification", "customFields", "description", "dueDate", "email", "hasBlueprint", "modifiedBy", "onholdTime", "productId", "resolution", "responseDueDate", "secondaryContacts", "teamId" ]
1509
+ } ]
1510
+ },
1511
+ "addAuthenticatedTicketResponse" : {
1512
+ "additionalProperties" : false,
1513
+ "allOf" : [ {
1514
+ "$ref" : "./Ticket.json#/components/schemas/ticketResponse"
1515
+ }, {
1516
+ "type" : [ "object", "null" ],
1517
+ "properties" : {
1518
+ "subCategory" : {
1519
+ "type" : [ "string", "null" ],
1520
+ "x-dynamic-enum" : true,
1521
+ "x-custom-parameters-attributes" : {
1522
+ "removeExif" : false,
1523
+ "replacementString" : "",
1524
+ "filterMatchedContent" : false,
1525
+ "antivirus" : false,
1526
+ "allowInvalid" : false,
1527
+ "descrption" : "subCategory",
1528
+ "secret" : false,
1529
+ "preserveCharsLimit" : 10,
1530
+ "trim" : false,
1531
+ "internalParam" : false,
1532
+ "preserveChars" : "0,5",
1533
+ "importUrl" : false,
1534
+ "decrypt" : false
1535
+ }
1536
+ },
1537
+ "phone" : {
1538
+ "type" : [ "string", "null" ],
1539
+ "maxLength" : 120,
1540
+ "minLength" : 0,
1541
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+",
1542
+ "x-custom-parameters-attributes" : {
1543
+ "removeExif" : false,
1544
+ "trim" : false,
1545
+ "replacementString" : "",
1546
+ "filterMatchedContent" : true,
1547
+ "antivirus" : false,
1548
+ "internalParam" : false,
1549
+ "preserveChars" : "0,5",
1550
+ "allowInvalid" : false,
1551
+ "secret" : false,
1552
+ "importUrl" : false,
1553
+ "decrypt" : false,
1554
+ "preserveCharsLimit" : 10
1555
+ }
1556
+ },
1557
+ "secondaryContacts" : {
1558
+ "type" : [ "null", "array" ],
1559
+ "items" : {
1560
+ "type" : [ "string", "null", "integer" ],
1561
+ "format" : "int64",
1562
+ "pattern" : "([0-9]+)",
1563
+ "x-custom-parameters-attributes" : [ { } ]
1564
+ },
1565
+ "uniqueItems" : false
1566
+ },
1567
+ "language" : {
1568
+ "type" : [ "string", "null" ],
1569
+ "x-dynamic-enum" : true,
1570
+ "x-custom-parameters-attributes" : {
1571
+ "removeExif" : false,
1572
+ "replacementString" : "",
1573
+ "filterMatchedContent" : false,
1574
+ "antivirus" : false,
1575
+ "allowInvalid" : false,
1576
+ "descrption" : "Language preference to set for the ticket",
1577
+ "secret" : false,
1578
+ "preserveCharsLimit" : 10,
1579
+ "trim" : false,
1580
+ "internalParam" : false,
1581
+ "preserveChars" : "0,5",
1582
+ "importUrl" : false,
1583
+ "decrypt" : false
1584
+ }
1585
+ },
1586
+ "category" : {
1587
+ "type" : [ "string", "null" ],
1588
+ "x-dynamic-enum" : true,
1589
+ "x-custom-parameters-attributes" : {
1590
+ "removeExif" : false,
1591
+ "replacementString" : "",
1592
+ "filterMatchedContent" : false,
1593
+ "antivirus" : false,
1594
+ "allowInvalid" : false,
1595
+ "descrption" : "category",
1596
+ "secret" : false,
1597
+ "preserveCharsLimit" : 10,
1598
+ "trim" : false,
1599
+ "internalParam" : false,
1600
+ "preserveChars" : "0,5",
1601
+ "importUrl" : false,
1602
+ "decrypt" : false
1603
+ }
1604
+ },
1605
+ "layoutId" : {
1606
+ "type" : [ "string", "null", "integer" ],
1607
+ "format" : "int64",
1608
+ "pattern" : "([0-9]+)"
1609
+ },
1610
+ "account" : {
1611
+ "$ref" : "./Ticket.json#/components/schemas/account"
1612
+ },
1613
+ "layoutDetails" : {
1614
+ "type" : [ "null", "object" ],
1615
+ "additionalProperties" : false,
1616
+ "maxProperties" : 2,
1617
+ "minProperties" : 2,
1618
+ "properties" : {
1619
+ "id" : {
1620
+ "type" : [ "string", "null", "integer" ],
1621
+ "format" : "int64",
1622
+ "pattern" : "([0-9]+)"
1623
+ },
1624
+ "layoutName" : {
1625
+ "type" : [ "string", "null" ],
1626
+ "maxLength" : 120,
1627
+ "minLength" : 0,
1628
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1629
+ }
1630
+ },
1631
+ "required" : [ "id", "layoutName" ]
1632
+ }
1633
+ },
1634
+ "required" : [ "account", "category", "language", "layoutDetails", "layoutId", "phone", "secondaryContacts", "subCategory" ]
1635
+ } ]
1636
+ },
1637
+ "creatorResponse" : {
1638
+ "type" : [ "object", "null" ],
1639
+ "additionalProperties" : false,
1640
+ "properties" : {
1641
+ "photoUrl" : {
1642
+ "type" : [ "string", "null" ],
1643
+ "maxLength" : 100,
1644
+ "minLength" : 0,
1645
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1646
+ },
1647
+ "name" : {
1648
+ "type" : [ "string", "null" ],
1649
+ "maxLength" : 50,
1650
+ "minLength" : 0
1651
+ },
1652
+ "id" : {
1653
+ "type" : [ "string", "null", "integer" ],
1654
+ "format" : "int64",
1655
+ "pattern" : "([0-9]+)"
1656
+ }
1657
+ },
1658
+ "required" : [ "id", "name", "photoUrl" ]
1659
+ },
1660
+ "listAllTicketsJson" : {
1661
+ "additionalProperties" : false,
1662
+ "allOf" : [ {
1663
+ "$ref" : "./Ticket.json#/components/schemas/commonKeys"
1664
+ }, {
1665
+ "type" : [ "object", "null" ],
1666
+ "properties" : {
1667
+ "modifiedTime" : {
1668
+ "type" : [ "string", "null" ],
1669
+ "maxLength" : 100,
1670
+ "minLength" : 0,
1671
+ "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))"
1672
+ },
1673
+ "creator" : {
1674
+ "$ref" : "./Ticket.json#/components/schemas/creatorResponse"
1675
+ },
1676
+ "onholdTime" : {
1677
+ "type" : [ "string", "null" ],
1678
+ "maxLength" : 100,
1679
+ "minLength" : 0,
1680
+ "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))"
1681
+ },
1682
+ "account" : {
1683
+ "$ref" : "./Ticket.json#/components/schemas/account"
1684
+ }
1685
+ },
1686
+ "required" : [ "account", "creator", "modifiedTime", "onholdTime" ]
1687
+ } ]
1688
+ },
1689
+ "ticketData" : {
1690
+ "type" : [ "array", "null" ],
1691
+ "items" : {
1692
+ "$ref" : "./Ticket.json#/components/schemas/listAllTicketsJson"
1693
+ }
1694
+ },
1695
+ "resolutionModifiedBy" : {
1696
+ "type" : [ "object", "null" ],
1697
+ "additionalProperties" : false,
1698
+ "properties" : {
1699
+ "photoUrl" : {
1700
+ "type" : [ "string", "null" ],
1701
+ "maxLength" : 100,
1702
+ "minLength" : 0,
1703
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1704
+ },
1705
+ "name" : {
1706
+ "type" : [ "string", "null" ],
1707
+ "maxLength" : 50,
1708
+ "minLength" : 0
1709
+ },
1710
+ "id" : {
1711
+ "type" : [ "string", "null", "integer" ],
1712
+ "format" : "int64",
1713
+ "pattern" : "([0-9]+)"
1714
+ }
1715
+ },
1716
+ "required" : [ "id", "name", "photoUrl" ]
1717
+ }
1718
+ },
1719
+ "responses" : {
1720
+ "getTicketAttachmentsResponse" : {
1721
+ "description" : "getTicketAttachmentsResponse template definitions",
1722
+ "content" : {
1723
+ "application/json" : {
1724
+ "schema" : {
1725
+ "type" : [ "object", "null" ],
1726
+ "additionalProperties" : false,
1727
+ "properties" : {
1728
+ "data" : {
1729
+ "$ref" : "./Ticket.json#/components/schemas/getTicketAttachmentsData"
1730
+ }
1731
+ },
1732
+ "required" : [ "data" ]
1733
+ },
1734
+ "examples" : {
1735
+ "Valid responses Definitions" : {
1736
+ "value" : {
1737
+ "data" : [ {
1738
+ "blockId" : "51179000000036003",
1739
+ "view" : "/api/v1/Attachments/12878000001138015/Content?portalname=reactimpl&inline=true",
1740
+ "download" : "/api/v1/Attachments/12878000001138015/Content?portalname=reactimpl",
1741
+ "size" : "2278923",
1742
+ "createdBy" : {
1743
+ "name" : "bala18",
1744
+ "id" : "12878000001031071",
1745
+ "zuid" : "1000793801"
1746
+ },
1747
+ "showToCustomer" : true,
1748
+ "name" : "_MG_5493.JPG",
1749
+ "createdTime" : "2017-03-29T06:46:27.000Z",
1750
+ "id" : "12878000001138015"
1751
+ } ]
1752
+ }
1753
+ }
1754
+ }
1755
+ }
1756
+ },
1757
+ "x-custom-response-attributes" : {
1758
+ "disable-safe-headers" : "[]"
1759
+ }
1760
+ },
1761
+ "createTicketUnAuthenticatedResponse" : {
1762
+ "description" : "createTicketUnAuthenticatedResponse template definitions",
1763
+ "content" : {
1764
+ "application/json" : {
1765
+ "schema" : {
1766
+ "type" : [ "object", "null" ],
1767
+ "additionalProperties" : false,
1768
+ "properties" : {
1769
+ "ticketNumber" : {
1770
+ "type" : [ "string", "null", "integer" ],
1771
+ "format" : "int32",
1772
+ "pattern" : "([0-9]+)"
1773
+ }
1774
+ },
1775
+ "required" : [ "ticketNumber" ]
1776
+ },
1777
+ "examples" : {
1778
+ "Valid responses Definitions" : {
1779
+ "value" : {
1780
+ "ticketNumber" : "123"
1781
+ }
1782
+ }
1783
+ }
1784
+ }
1785
+ },
1786
+ "x-custom-response-attributes" : {
1787
+ "disable-safe-headers" : "[]"
1788
+ }
1789
+ },
1790
+ "searchTickets" : {
1791
+ "description" : "searchTickets template definitions",
1792
+ "content" : {
1793
+ "application/json" : {
1794
+ "schema" : {
1795
+ "type" : [ "object", "null" ],
1796
+ "additionalProperties" : false,
1797
+ "properties" : {
1798
+ "data" : {
1799
+ "$ref" : "./Ticket.json#/components/schemas/data"
1800
+ },
1801
+ "numberOfRecords" : {
1802
+ "type" : [ "string", "null", "integer" ],
1803
+ "format" : "int32",
1804
+ "pattern" : "([0-9]+)"
1805
+ }
1806
+ },
1807
+ "required" : [ "data", "numberOfRecords" ]
1808
+ },
1809
+ "examples" : {
1810
+ "Valid responses Definitions" : {
1811
+ "value" : {
1812
+ "data" : [ {
1813
+ "ticketNumber" : "130",
1814
+ "customerResponseTime" : "2018-03-06T01:21:21.000Z",
1815
+ "productId" : null,
1816
+ "subject" : "Problem while reset password",
1817
+ "dueDate" : "2018-03-06T06:30:00.000Z",
1818
+ "departmentId" : "22372000000006907",
1819
+ "module" : "tickets",
1820
+ "channel" : "Web",
1821
+ "threadCount" : "1",
1822
+ "lastThread" : null,
1823
+ "onholdTime" : null,
1824
+ "priority" : null,
1825
+ "closedTime" : null,
1826
+ "commentCount" : "0",
1827
+ "phone" : "09876545678",
1828
+ "contact" : {
1829
+ "firstName" : "Muhammed",
1830
+ "lastName" : "Yahya",
1831
+ "accountId" : null,
1832
+ "photoURL" : null,
1833
+ "phone" : null,
1834
+ "module" : "contacts",
1835
+ "id" : "22372000000652001",
1836
+ "ownerId" : null,
1837
+ "email" : "carol@zylker.com",
1838
+ "account" : null
1839
+ },
1840
+ "createdTime" : "2018-03-06T01:21:21.000Z",
1841
+ "id" : "22372000000652005",
1842
+ "email" : "carol@zylker.com",
1843
+ "status" : "Escalated"
1844
+ } ],
1845
+ "numberOfRecords" : 1
1846
+ }
1847
+ }
1848
+ }
1849
+ }
1850
+ },
1851
+ "x-custom-response-attributes" : {
1852
+ "disable-safe-headers" : "[]"
1853
+ }
1854
+ },
1855
+ "updateTicketsResponse" : {
1856
+ "description" : "updateTicketsResponse template definitions",
1857
+ "content" : {
1858
+ "application/json" : {
1859
+ "schema" : {
1860
+ "additionalProperties" : false,
1861
+ "allOf" : [ {
1862
+ "$ref" : "./Ticket.json#/components/schemas/addAuthenticatedTicketResponse"
1863
+ }, {
1864
+ "type" : [ "object", "null" ],
1865
+ "properties" : {
1866
+ "product" : {
1867
+ "$ref" : "./Ticket.json#/components/schemas/product"
1868
+ }
1869
+ },
1870
+ "required" : [ "product" ]
1871
+ } ]
1872
+ },
1873
+ "examples" : {
1874
+ "Valid responses Definitions" : {
1875
+ "value" : {
1876
+ "product" : {
1877
+ "id" : "89093847892",
1878
+ "productName" : "new product"
1879
+ },
1880
+ "cf" : {
1881
+ "data" : "cf_new_data"
1882
+ },
1883
+ "productId" : "89093847892",
1884
+ "subject" : "New Ticket API",
1885
+ "departmentId" : "6972698729",
1886
+ "channel" : "web",
1887
+ "description" : "New Ticket API for handling all the problems arised during some few cases",
1888
+ "language" : "English",
1889
+ "priority" : "High",
1890
+ "classification" : "New Classification",
1891
+ "phone" : "12367891234",
1892
+ "caseNumber" : "123",
1893
+ "id" : "1234567890",
1894
+ "email" : "newcontact@zylker.com",
1895
+ "account" : {
1896
+ "accountName" : "Zoho Desk - Security",
1897
+ "id" : "32754000094332774"
1898
+ },
1899
+ "status" : "closed"
1900
+ }
1901
+ }
1902
+ }
1903
+ }
1904
+ },
1905
+ "x-custom-response-attributes" : {
1906
+ "disable-safe-headers" : "[]"
1907
+ }
1908
+ },
1909
+ "addAuthenticatedTicketResponse" : {
1910
+ "description" : "addAuthenticatedTicketResponse template definitions",
1911
+ "content" : {
1912
+ "application/json" : {
1913
+ "schema" : {
1914
+ "additionalProperties" : false,
1915
+ "allOf" : [ {
1916
+ "$ref" : "./Ticket.json#/components/schemas/ticketResponse"
1917
+ }, {
1918
+ "type" : [ "object", "null" ],
1919
+ "properties" : {
1920
+ "subCategory" : {
1921
+ "type" : [ "string", "null" ],
1922
+ "x-dynamic-enum" : true,
1923
+ "x-custom-parameters-attributes" : {
1924
+ "removeExif" : false,
1925
+ "replacementString" : "",
1926
+ "filterMatchedContent" : false,
1927
+ "antivirus" : false,
1928
+ "allowInvalid" : false,
1929
+ "descrption" : "subCategory",
1930
+ "secret" : false,
1931
+ "preserveCharsLimit" : 10,
1932
+ "trim" : false,
1933
+ "internalParam" : false,
1934
+ "preserveChars" : "0,5",
1935
+ "importUrl" : false,
1936
+ "decrypt" : false
1937
+ }
1938
+ },
1939
+ "phone" : {
1940
+ "type" : [ "string", "null" ],
1941
+ "maxLength" : 120,
1942
+ "minLength" : 0,
1943
+ "pattern" : "[0-9a-zA-Z_\\+\\-\\.\\(\\)\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+",
1944
+ "x-custom-parameters-attributes" : {
1945
+ "removeExif" : false,
1946
+ "trim" : false,
1947
+ "replacementString" : "",
1948
+ "filterMatchedContent" : true,
1949
+ "antivirus" : false,
1950
+ "internalParam" : false,
1951
+ "preserveChars" : "0,5",
1952
+ "allowInvalid" : false,
1953
+ "secret" : false,
1954
+ "importUrl" : false,
1955
+ "decrypt" : false,
1956
+ "preserveCharsLimit" : 10
1957
+ }
1958
+ },
1959
+ "secondaryContacts" : {
1960
+ "type" : [ "null", "array" ],
1961
+ "items" : {
1962
+ "type" : [ "string", "null", "integer" ],
1963
+ "format" : "int64",
1964
+ "pattern" : "([0-9]+)",
1965
+ "x-custom-parameters-attributes" : [ { } ]
1966
+ },
1967
+ "uniqueItems" : false
1968
+ },
1969
+ "language" : {
1970
+ "type" : [ "string", "null" ],
1971
+ "x-dynamic-enum" : true,
1972
+ "x-custom-parameters-attributes" : {
1973
+ "removeExif" : false,
1974
+ "replacementString" : "",
1975
+ "filterMatchedContent" : false,
1976
+ "antivirus" : false,
1977
+ "allowInvalid" : false,
1978
+ "descrption" : "Language preference to set for the ticket",
1979
+ "secret" : false,
1980
+ "preserveCharsLimit" : 10,
1981
+ "trim" : false,
1982
+ "internalParam" : false,
1983
+ "preserveChars" : "0,5",
1984
+ "importUrl" : false,
1985
+ "decrypt" : false
1986
+ }
1987
+ },
1988
+ "category" : {
1989
+ "type" : [ "string", "null" ],
1990
+ "x-dynamic-enum" : true,
1991
+ "x-custom-parameters-attributes" : {
1992
+ "removeExif" : false,
1993
+ "replacementString" : "",
1994
+ "filterMatchedContent" : false,
1995
+ "antivirus" : false,
1996
+ "allowInvalid" : false,
1997
+ "descrption" : "category",
1998
+ "secret" : false,
1999
+ "preserveCharsLimit" : 10,
2000
+ "trim" : false,
2001
+ "internalParam" : false,
2002
+ "preserveChars" : "0,5",
2003
+ "importUrl" : false,
2004
+ "decrypt" : false
2005
+ }
2006
+ },
2007
+ "layoutId" : {
2008
+ "type" : [ "string", "null", "integer" ],
2009
+ "format" : "int64",
2010
+ "pattern" : "([0-9]+)",
2011
+ "x-custom-parameters-attributes" : {
2012
+ "removeExif" : false,
2013
+ "trim" : false,
2014
+ "replacementString" : "",
2015
+ "filterMatchedContent" : false,
2016
+ "antivirus" : false,
2017
+ "internalParam" : false,
2018
+ "preserveChars" : "0,5",
2019
+ "allowInvalid" : false,
2020
+ "secret" : false,
2021
+ "importUrl" : false,
2022
+ "decrypt" : false,
2023
+ "preserveCharsLimit" : 10
2024
+ }
2025
+ },
2026
+ "account" : {
2027
+ "$ref" : "./Ticket.json#/components/schemas/account"
2028
+ },
2029
+ "layoutDetails" : {
2030
+ "type" : [ "null", "object" ],
2031
+ "additionalProperties" : false,
2032
+ "maxProperties" : 2,
2033
+ "minProperties" : 2,
2034
+ "properties" : {
2035
+ "id" : {
2036
+ "type" : [ "string", "null", "integer" ],
2037
+ "format" : "int64",
2038
+ "pattern" : "([0-9]+)"
2039
+ },
2040
+ "layoutName" : {
2041
+ "type" : [ "string", "null" ],
2042
+ "maxLength" : 120,
2043
+ "minLength" : 0,
2044
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2045
+ }
2046
+ },
2047
+ "required" : [ "id", "layoutName" ]
2048
+ }
2049
+ },
2050
+ "required" : [ "account", "category", "language", "layoutDetails", "layoutId", "phone", "secondaryContacts", "subCategory" ]
2051
+ } ]
2052
+ },
2053
+ "examples" : {
2054
+ "Valid responses Definitions" : {
2055
+ "value" : {
2056
+ "ticketNumber" : "123",
2057
+ "product" : {
2058
+ "id" : "89093847892",
2059
+ "productName" : "new product"
2060
+ },
2061
+ "cf" : {
2062
+ "data" : "cf_new_data"
2063
+ },
2064
+ "productId" : "89093847892",
2065
+ "subject" : "New Ticket API",
2066
+ "departmentId" : "6972698729",
2067
+ "channel" : "web",
2068
+ "description" : "New Ticket API for handling all the problems arised during some few cases",
2069
+ "language" : "English",
2070
+ "priority" : "High",
2071
+ "classification" : "New Classification",
2072
+ "phone" : "12367891234",
2073
+ "attachmentIds" : [ "4893023848749" ],
2074
+ "id" : "1234567890",
2075
+ "email" : "newcontact@zylker.com",
2076
+ "account" : {
2077
+ "accountName" : "Zoho Desk - Security",
2078
+ "id" : "32754000094332774"
2079
+ },
2080
+ "status" : "open"
2081
+ }
2082
+ }
2083
+ }
2084
+ }
2085
+ },
2086
+ "x-custom-response-attributes" : {
2087
+ "disable-safe-headers" : "[]"
2088
+ }
2089
+ },
2090
+ "listAllTickets" : {
2091
+ "description" : "listAllTickets template definitions",
2092
+ "content" : {
2093
+ "application/json" : {
2094
+ "schema" : {
2095
+ "allOf" : [ {
2096
+ "type" : "object",
2097
+ "properties" : {
2098
+ "data" : {
2099
+ "type" : "array",
2100
+ "items" : {
2101
+ "type" : "object",
2102
+ "properties" : {
2103
+ "product" : {
2104
+ "type" : [ "null", "object" ],
2105
+ "additionalProperties" : false,
2106
+ "maxProperties" : 2,
2107
+ "minProperties" : 2,
2108
+ "properties" : {
2109
+ "id" : {
2110
+ "type" : [ "string", "null", "integer" ],
2111
+ "format" : "int64",
2112
+ "pattern" : "([0-9]+)"
2113
+ },
2114
+ "productName" : {
2115
+ "type" : [ "string", "null" ],
2116
+ "maxLength" : 100,
2117
+ "minLength" : 0
2118
+ }
2119
+ },
2120
+ "required" : [ "id", "productName" ]
2121
+ },
2122
+ "assignee" : {
2123
+ "type" : [ "null", "object" ],
2124
+ "additionalProperties" : false,
2125
+ "maxProperties" : 5,
2126
+ "minProperties" : 5,
2127
+ "properties" : {
2128
+ "photoUrl" : {
2129
+ "type" : [ "string", "null" ],
2130
+ "maxLength" : 100,
2131
+ "minLength" : 0,
2132
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2133
+ },
2134
+ "photoURL" : {
2135
+ "type" : [ "string", "null" ],
2136
+ "maxLength" : 100,
2137
+ "minLength" : 0,
2138
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2139
+ },
2140
+ "name" : {
2141
+ "type" : [ "string", "null" ],
2142
+ "maxLength" : 50,
2143
+ "minLength" : 0
2144
+ },
2145
+ "id" : {
2146
+ "type" : [ "string", "null", "integer" ],
2147
+ "format" : "int64",
2148
+ "pattern" : "([0-9]+)"
2149
+ },
2150
+ "assignee" : {
2151
+ "type" : [ "string", "null" ],
2152
+ "maxLength" : 50,
2153
+ "minLength" : 0
2154
+ }
2155
+ },
2156
+ "required" : [ "assignee", "id", "name", "photoURL", "photoUrl" ]
2157
+ }
2158
+ }
2159
+ }
2160
+ }
2161
+ }
2162
+ }, {
2163
+ "type" : [ "object", "null" ],
2164
+ "additionalProperties" : false,
2165
+ "properties" : {
2166
+ "data" : {
2167
+ "$ref" : "./Ticket.json#/components/schemas/ticketData"
2168
+ }
2169
+ },
2170
+ "required" : [ "data" ]
2171
+ } ]
2172
+ },
2173
+ "examples" : {
2174
+ "Valid responses Definitions" : {
2175
+ "value" : {
2176
+ "data" : [ {
2177
+ "ticketNumber" : "12991",
2178
+ "creator" : {
2179
+ "photoUrl" : null,
2180
+ "name" : "bala18",
2181
+ "id" : "12878000001031071"
2182
+ },
2183
+ "subject" : "aspdgijoaps kgopkasp[gooq[]agop[]wqe",
2184
+ "dueDate" : null,
2185
+ "departmentId" : "12878000000556041",
2186
+ "channel" : "Web",
2187
+ "threadCount" : "104",
2188
+ "onholdTime" : null,
2189
+ "priority" : "Medium",
2190
+ "closedTime" : "2017-04-17T10:17:58.000Z",
2191
+ "commentCount" : "68",
2192
+ "createdTime" : "2017-03-03T06:51:19.000Z",
2193
+ "assignee" : {
2194
+ "photoUrl" : null,
2195
+ "name" : "bala19",
2196
+ "id" : "12878000"
2197
+ },
2198
+ "id" : "12878000001015003",
2199
+ "account" : {
2200
+ "accountName" : "Zoho Desk - Security",
2201
+ "id" : "32754000094332774"
2202
+ },
2203
+ "status" : "Open"
2204
+ }, {
2205
+ "ticketNumber" : "18438",
2206
+ "creator" : {
2207
+ "photoUrl" : null,
2208
+ "name" : "bala18",
2209
+ "id" : "12878000001031071"
2210
+ },
2211
+ "subject" : "a",
2212
+ "dueDate" : "null",
2213
+ "departmentId" : "12878000000171045",
2214
+ "channel" : "Web",
2215
+ "threadCount" : "2",
2216
+ "onholdTime" : "2017-04-17T10:17:58.000Z",
2217
+ "priority" : "Medium",
2218
+ "closedTime" : null,
2219
+ "commentCount" : "0",
2220
+ "createdTime" : "2017-04-20T07:04:46.000Z",
2221
+ "assignee" : {
2222
+ "photoUrl" : null,
2223
+ "name" : "bala19",
2224
+ "id" : "12878000"
2225
+ },
2226
+ "id" : "12878000001477003",
2227
+ "account" : {
2228
+ "accountName" : "Zoho Desk - Security",
2229
+ "id" : "32754000094332774"
2230
+ },
2231
+ "status" : "On Hold"
2232
+ }, {
2233
+ "ticketNumber" : "13009",
2234
+ "creator" : {
2235
+ "photoUrl" : null,
2236
+ "name" : "bala18",
2237
+ "id" : "12878000001031071"
2238
+ },
2239
+ "subject" : "sfdffdgdfjffhdsa",
2240
+ "dueDate" : null,
2241
+ "departmentId" : "12878000000250003",
2242
+ "channel" : "Web",
2243
+ "threadCount" : "2",
2244
+ "onholdTime" : null,
2245
+ "priority" : "Low",
2246
+ "closedTime" : "2017-04-12T12:26:58.000Z",
2247
+ "commentCount" : "1",
2248
+ "createdTime" : "2017-03-07T05:28:01.000Z",
2249
+ "assignee" : {
2250
+ "photoUrl" : null,
2251
+ "name" : "bala19",
2252
+ "id" : "12878000"
2253
+ },
2254
+ "id" : "12878000001031075",
2255
+ "account" : {
2256
+ "accountName" : "Zoho Desk - Security",
2257
+ "id" : "32754000094332774"
2258
+ },
2259
+ "status" : "Open"
2260
+ } ]
2261
+ }
2262
+ }
2263
+ }
2264
+ }
2265
+ },
2266
+ "x-custom-response-attributes" : {
2267
+ "disable-safe-headers" : "[]"
2268
+ }
2269
+ },
2270
+ "getTicketResolution" : {
2271
+ "description" : "getTicketResolution template definitions",
2272
+ "content" : {
2273
+ "application/json" : {
2274
+ "schema" : {
2275
+ "type" : [ "object", "null" ],
2276
+ "additionalProperties" : false,
2277
+ "properties" : {
2278
+ "modifiedTime" : {
2279
+ "type" : [ "string", "null" ],
2280
+ "maxLength" : 100,
2281
+ "minLength" : 0,
2282
+ "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))"
2283
+ },
2284
+ "modifiedBy" : {
2285
+ "$ref" : "./Ticket.json#/components/schemas/resolutionModifiedBy"
2286
+ },
2287
+ "content" : {
2288
+ "type" : [ "string", "null" ],
2289
+ "maxLength" : 1000,
2290
+ "minLength" : 0
2291
+ }
2292
+ },
2293
+ "required" : [ "content", "modifiedBy", "modifiedTime" ]
2294
+ },
2295
+ "examples" : {
2296
+ "Valid responses Definitions" : {
2297
+ "value" : {
2298
+ "modifiedTime" : "2017-04-28T15:17:51.000Z",
2299
+ "modifiedBy" : {
2300
+ "photoUrl" : "https://desk.zoho.com/portal/api/portalUser/1287811000001031071/photo?orgId=12345",
2301
+ "name" : "sankar subramanian",
2302
+ "id" : "1287811000001031071"
2303
+ },
2304
+ "content" : "Go to Settings -> General -> format Iphone"
2305
+ }
2306
+ }
2307
+ }
2308
+ }
2309
+ },
2310
+ "x-custom-response-attributes" : {
2311
+ "disable-safe-headers" : "[]"
2312
+ }
2313
+ }
2314
+ },
2315
+ "parameters" : {
2316
+ "requestId" : {
2317
+ "name" : "requestId",
2318
+ "in" : "path",
2319
+ "required" : true,
2320
+ "style" : "simple",
2321
+ "explode" : false,
2322
+ "schema" : {
2323
+ "type" : [ "string", "null", "integer" ],
2324
+ "format" : "int64",
2325
+ "pattern" : "([0-9]+)"
2326
+ }
2327
+ },
2328
+ "limit" : {
2329
+ "name" : "limit",
2330
+ "in" : "query",
2331
+ "description" : "the Number of records to be fetched",
2332
+ "required" : false,
2333
+ "style" : "form",
2334
+ "explode" : true,
2335
+ "schema" : {
2336
+ "type" : [ "string", "null", "integer" ],
2337
+ "format" : "int32",
2338
+ "description" : "the Number of records to be fetched",
2339
+ "maximum" : 100,
2340
+ "minimum" : 1,
2341
+ "pattern" : "([0-9]+)"
2342
+ }
2343
+ },
2344
+ "channel" : {
2345
+ "name" : "channel",
2346
+ "in" : "query",
2347
+ "required" : false,
2348
+ "style" : "form",
2349
+ "explode" : true,
2350
+ "schema" : {
2351
+ "type" : [ "string", "null" ],
2352
+ "x-dynamic-enum" : true,
2353
+ "x-custom-parameters-attributes" : {
2354
+ "removeExif" : false,
2355
+ "replacementString" : "",
2356
+ "filterMatchedContent" : false,
2357
+ "antivirus" : false,
2358
+ "allowInvalid" : false,
2359
+ "descrption" : "Channel through which the ticket was submitted ",
2360
+ "secret" : false,
2361
+ "preserveCharsLimit" : 10,
2362
+ "split" : ",",
2363
+ "trim" : false,
2364
+ "internalParam" : false,
2365
+ "preserveChars" : "0,5",
2366
+ "importUrl" : false,
2367
+ "decrypt" : false
2368
+ }
2369
+ }
2370
+ },
2371
+ "from" : {
2372
+ "name" : "from",
2373
+ "in" : "query",
2374
+ "description" : "the from limit for listing agents. from starts with 1, not 0",
2375
+ "required" : false,
2376
+ "style" : "form",
2377
+ "explode" : true,
2378
+ "schema" : {
2379
+ "type" : [ "string", "null", "integer" ],
2380
+ "format" : "int32",
2381
+ "description" : "the from limit for listing agents. from starts with 1, not 0",
2382
+ "minimum" : 0,
2383
+ "pattern" : "([0-9]+)"
2384
+ }
2385
+ },
2386
+ "priority" : {
2387
+ "name" : "priority",
2388
+ "in" : "query",
2389
+ "description" : "Priority of the ticket",
2390
+ "required" : false,
2391
+ "style" : "form",
2392
+ "explode" : true,
2393
+ "schema" : {
2394
+ "type" : [ "string", "null" ],
2395
+ "description" : "Priority of the ticket",
2396
+ "x-dynamic-enum" : true,
2397
+ "x-custom-parameters-attributes" : {
2398
+ "split" : ","
2399
+ }
2400
+ }
2401
+ },
2402
+ "status" : {
2403
+ "name" : "status",
2404
+ "in" : "query",
2405
+ "description" : "Status of the ticket.",
2406
+ "required" : false,
2407
+ "style" : "form",
2408
+ "explode" : true,
2409
+ "schema" : {
2410
+ "type" : [ "string", "null" ],
2411
+ "description" : "Status of the ticket.",
2412
+ "x-dynamic-enum" : true,
2413
+ "x-custom-parameters-attributes" : {
2414
+ "split" : ","
2415
+ }
2416
+ }
2417
+ }
2418
+ },
2419
+ "requestBodies" : {
2420
+ "createTicketsJson" : {
2421
+ "content" : {
2422
+ "application/json" : {
2423
+ "schema" : {
2424
+ "additionalProperties" : false,
2425
+ "allOf" : [ {
2426
+ "$ref" : "./Ticket.json#/components/schemas/ticketJson"
2427
+ }, {
2428
+ "type" : [ "object", "null" ],
2429
+ "properties" : {
2430
+ "contactName" : {
2431
+ "type" : [ "string", "null" ],
2432
+ "maxLength" : 100,
2433
+ "minLength" : 0,
2434
+ "pattern" : "[A-Za-z0-9~@$%_\\!\\^\\[\\]\\{\\},#*:`.'\" & \\+\\ ? \\-\\/\\|\\P{InBasicLatin}\\s]+"
2435
+ },
2436
+ "email" : {
2437
+ "type" : [ "string", "null" ],
2438
+ "maxLength" : 150,
2439
+ "minLength" : 0,
2440
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2441
+ }
2442
+ }
2443
+ }, {
2444
+ "type" : "object",
2445
+ "required" : [ "departmentId", "email", "subject" ]
2446
+ } ]
2447
+ },
2448
+ "examples" : {
2449
+ "Valid requestBody Definitions" : {
2450
+ "value" : {
2451
+ "cf" : {
2452
+ "data" : "cf_new_data"
2453
+ },
2454
+ "productId" : "89093847892",
2455
+ "phone" : "12367891234",
2456
+ "contactName" : "New Contact",
2457
+ "subject" : "New Ticket API",
2458
+ "departmentId" : "6972698729",
2459
+ "description" : "New Ticket API for handling all the problems arised during some few cases ( UnAuthenticated URL )",
2460
+ "priority" : "High",
2461
+ "classification" : "New classification",
2462
+ "email" : "newcontact@zylker.com"
2463
+ }
2464
+ }
2465
+ }
2466
+ }
2467
+ },
2468
+ "x-custom-request-body-attributes" : {
2469
+ "non-empty" : false,
2470
+ "allow-invalid" : false
2471
+ }
2472
+ },
2473
+ "updateTicketsJson" : {
2474
+ "content" : {
2475
+ "application/json" : {
2476
+ "schema" : {
2477
+ "type" : [ "object", "null" ],
2478
+ "additionalProperties" : false,
2479
+ "properties" : {
2480
+ "secondaryContacts" : {
2481
+ "type" : [ "null", "array" ],
2482
+ "items" : {
2483
+ "type" : [ "string", "null", "integer" ],
2484
+ "format" : "int64",
2485
+ "pattern" : "([0-9]+)",
2486
+ "x-custom-parameters-attributes" : [ { } ]
2487
+ },
2488
+ "uniqueItems" : false
2489
+ },
2490
+ "priority" : {
2491
+ "type" : [ "string", "null" ],
2492
+ "x-dynamic-enum" : true
2493
+ },
2494
+ "status" : {
2495
+ "type" : [ "string", "null" ],
2496
+ "x-dynamic-enum" : true
2497
+ }
2498
+ }
2499
+ },
2500
+ "examples" : {
2501
+ "Valid requestBody Definitions" : {
2502
+ "value" : {
2503
+ "cf" : {
2504
+ "data" : "cf_new_data"
2505
+ },
2506
+ "status" : "closed"
2507
+ }
2508
+ }
2509
+ }
2510
+ }
2511
+ },
2512
+ "x-custom-request-body-attributes" : {
2513
+ "non-empty" : false,
2514
+ "allow-invalid" : false
2515
+ }
2516
+ },
2517
+ "createTicketUnAuthenticated_createTicketsJson" : {
2518
+ "content" : {
2519
+ "application/json" : {
2520
+ "schema" : {
2521
+ "additionalProperties" : false,
2522
+ "allOf" : [ {
2523
+ "$ref" : "./Ticket.json#/components/schemas/ticketJson"
2524
+ }, {
2525
+ "type" : [ "object", "null" ],
2526
+ "properties" : {
2527
+ "contactName" : {
2528
+ "type" : [ "string", "null" ],
2529
+ "maxLength" : 100,
2530
+ "minLength" : 0,
2531
+ "pattern" : "[A-Za-z0-9~@$%_\\!\\^\\[\\]\\{\\},#*:`.'\" & \\+\\ ? \\-\\/\\|\\P{InBasicLatin}\\s]+"
2532
+ },
2533
+ "email" : {
2534
+ "type" : [ "string", "null" ],
2535
+ "maxLength" : 150,
2536
+ "minLength" : 0,
2537
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2538
+ }
2539
+ }
2540
+ }, {
2541
+ "type" : "object",
2542
+ "required" : [ "departmentId", "email", "subject" ]
2543
+ } ]
2544
+ },
2545
+ "examples" : {
2546
+ "Valid requestBody Definitions" : {
2547
+ "value" : {
2548
+ "cf" : {
2549
+ "data" : "cf_new_data"
2550
+ },
2551
+ "productId" : "89093847892",
2552
+ "phone" : "12367891234",
2553
+ "contactName" : "New Contact",
2554
+ "subject" : "New Ticket API",
2555
+ "departmentId" : "6972698729",
2556
+ "description" : "New Ticket API for handling all the problems arised during some few cases(UnAuthenticated URL)",
2557
+ "priority" : "High",
2558
+ "classification" : "New classification",
2559
+ "email" : "newcontact@zylker.com"
2560
+ }
2561
+ }
2562
+ }
2563
+ }
2564
+ },
2565
+ "x-custom-request-body-attributes" : {
2566
+ "non-empty" : false,
2567
+ "allow-invalid" : false
2568
+ }
2569
+ },
2570
+ "addAuthTicketJson" : {
2571
+ "content" : {
2572
+ "application/json" : {
2573
+ "schema" : {
2574
+ "additionalProperties" : false,
2575
+ "allOf" : [ {
2576
+ "$ref" : "./Ticket.json#/components/schemas/ticketJson"
2577
+ }, {
2578
+ "type" : [ "object", "null" ],
2579
+ "properties" : {
2580
+ "secondaryContacts" : {
2581
+ "type" : [ "null", "array" ],
2582
+ "items" : {
2583
+ "type" : [ "string", "null", "integer" ],
2584
+ "format" : "int64",
2585
+ "pattern" : "([0-9]+)",
2586
+ "x-custom-parameters-attributes" : [ { } ]
2587
+ },
2588
+ "uniqueItems" : false
2589
+ }
2590
+ }
2591
+ }, {
2592
+ "type" : "object",
2593
+ "required" : [ "departmentId", "subject" ]
2594
+ } ]
2595
+ },
2596
+ "examples" : {
2597
+ "Valid requestBody Definitions" : {
2598
+ "value" : {
2599
+ "cf" : {
2600
+ "data" : "cf_new_data"
2601
+ },
2602
+ "productId" : "89093847892",
2603
+ "phone" : "12367891234",
2604
+ "subject" : "New Ticket API",
2605
+ "departmentId" : "6972698729",
2606
+ "description" : "New Ticket API for handling all the problems arised during some few cases",
2607
+ "priority" : "High",
2608
+ "classification" : "NEw classification"
2609
+ }
2610
+ }
2611
+ }
2612
+ }
2613
+ },
2614
+ "x-custom-request-body-attributes" : {
2615
+ "non-empty" : false,
2616
+ "allow-invalid" : false
2617
+ }
2618
+ }
2619
+ },
2620
+ "securitySchemes" : {
2621
+ "cookie-auth" : {
2622
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2623
+ },
2624
+ "org-oauth" : {
2625
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2626
+ },
2627
+ "jwt-oauth" : {
2628
+ "$ref" : "../common/Common.json#/components/securitySchemes/jwt-oauth"
2629
+ },
2630
+ "iam-oauth2-schema" : {
2631
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2632
+ }
2633
+ }
2634
+ },
2635
+ "x-entity" : "Ticket"
2636
+ }