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