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,2772 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "TranslationLanguages",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "common",
7
+ "x-module-group" : "common"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/translationLanguages" : {
11
+ "get" : {
12
+ "tags" : [ "TranslationLanguages" ],
13
+ "summary" : "Get Languages added for translation",
14
+ "description" : "This API fetches the list of languages added for translation.",
15
+ "operationId" : "getAllTranslations",
16
+ "parameters" : [ {
17
+ "$ref" : "#/components/parameters/limit"
18
+ }, {
19
+ "$ref" : "#/components/parameters/from"
20
+ }, {
21
+ "name" : "status",
22
+ "in" : "query",
23
+ "description" : "The status of the language added for translation. The allowed values are @yetToTranslate@ , @active@ and @inactive@",
24
+ "required" : false,
25
+ "style" : "form",
26
+ "explode" : true,
27
+ "schema" : {
28
+ "type" : [ "string", "null" ],
29
+ "description" : "The status of the import. The allowed values are: @yetToTranslate@, @inactive@, @active@",
30
+ "enum" : [ "inactive", "yetToTranslate", "active" ]
31
+ }
32
+ }, {
33
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
34
+ } ],
35
+ "responses" : {
36
+ "200" : {
37
+ "$ref" : "#/components/responses/translationResponseList"
38
+ },
39
+ "204" : {
40
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
41
+ },
42
+ "422" : {
43
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
44
+ }
45
+ },
46
+ "security" : [ {
47
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
48
+ }, {
49
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
50
+ } ],
51
+ "x-audience" : [ "company-internal" ],
52
+ "x-custom-url-attribute" : {
53
+ "security" : {
54
+ "throttle" : {
55
+ "policy" : "ReadAPI_Stringent_UserPolicy"
56
+ },
57
+ "extraparams" : {
58
+ "disable" : true,
59
+ "ignore" : false
60
+ },
61
+ "authentication" : { }
62
+ },
63
+ "clan-group" : "common",
64
+ "apihash" : "be6d05026a82bdb31308e75b0e025e7a",
65
+ "module-group" : "common",
66
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getAddedLanguages"
67
+ }
68
+ },
69
+ "post" : {
70
+ "tags" : [ "TranslationLanguages" ],
71
+ "summary" : "Add Language for translation",
72
+ "description" : "This API adds a language for translation.",
73
+ "operationId" : "addTranslation",
74
+ "parameters" : [ {
75
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
76
+ } ],
77
+ "requestBody" : {
78
+ "$ref" : "#/components/requestBodies/translationAddRequest"
79
+ },
80
+ "responses" : {
81
+ "200" : {
82
+ "$ref" : "#/components/responses/addTranslationResponse"
83
+ },
84
+ "422" : {
85
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
86
+ }
87
+ },
88
+ "security" : [ {
89
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
90
+ }, {
91
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE" ]
92
+ } ],
93
+ "x-audience" : [ "company-internal" ],
94
+ "x-custom-url-attribute" : {
95
+ "security" : {
96
+ "throttle" : {
97
+ "policy" : "WriteAPI_Standard_UserPolicy"
98
+ },
99
+ "extraparams" : {
100
+ "disable" : true,
101
+ "ignore" : false
102
+ },
103
+ "authentication" : { }
104
+ },
105
+ "clan-group" : "common",
106
+ "apihash" : "986745e967cb2e2eb164e5bd6560a49f",
107
+ "module-group" : "common",
108
+ "apimethod" : "com.zoho.support.restapi.TranslationService.addTranslation"
109
+ }
110
+ }
111
+ },
112
+ "/api/v1/translationLanguagesImports" : {
113
+ "get" : {
114
+ "tags" : [ "TranslationLanguages" ],
115
+ "summary" : "Get translation import history details",
116
+ "description" : "This API fetches the import information for the translation.",
117
+ "operationId" : "getTranslationImportHistory",
118
+ "parameters" : [ {
119
+ "$ref" : "#/components/parameters/searchString"
120
+ }, {
121
+ "$ref" : "#/components/parameters/limit"
122
+ }, {
123
+ "$ref" : "#/components/parameters/from"
124
+ }, {
125
+ "$ref" : "#/components/parameters/isAscending"
126
+ }, {
127
+ "$ref" : "#/components/parameters/status"
128
+ }, {
129
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
130
+ } ],
131
+ "responses" : {
132
+ "200" : {
133
+ "$ref" : "#/components/responses/getTranslationImportHistoryResponse"
134
+ },
135
+ "204" : {
136
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
137
+ },
138
+ "403" : {
139
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
140
+ },
141
+ "500" : {
142
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
143
+ }
144
+ },
145
+ "security" : [ {
146
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
147
+ }, {
148
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
149
+ } ],
150
+ "x-audience" : [ "company-internal" ],
151
+ "x-custom-url-attribute" : {
152
+ "security" : {
153
+ "throttle" : {
154
+ "policy" : "ReadAPI_Stringent_UserPolicy"
155
+ },
156
+ "extraparams" : {
157
+ "disable" : true,
158
+ "ignore" : false
159
+ },
160
+ "authentication" : { }
161
+ },
162
+ "clan-group" : "common",
163
+ "apihash" : "26b41f9f4dcfc98b0784d7793cde2139",
164
+ "module-group" : "common",
165
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getTranslationImportHistory"
166
+ }
167
+ },
168
+ "post" : {
169
+ "tags" : [ "TranslationLanguages" ],
170
+ "summary" : "Import translation file for languages",
171
+ "description" : "",
172
+ "operationId" : "importTranslation",
173
+ "parameters" : [ {
174
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
175
+ } ],
176
+ "requestBody" : {
177
+ "content" : {
178
+ "multipart/form-data" : {
179
+ "schema" : {
180
+ "type" : "object",
181
+ "properties" : {
182
+ "importFile" : {
183
+ "oneOf" : [ {
184
+ "type" : "string",
185
+ "format" : "binary",
186
+ "contentMediaType" : ".txt"
187
+ } ]
188
+ }
189
+ },
190
+ "required" : [ "importFile" ]
191
+ }
192
+ }
193
+ }
194
+ },
195
+ "responses" : {
196
+ "200" : {
197
+ "$ref" : "#/components/responses/getTranslationImportHistoryResponse"
198
+ },
199
+ "403" : {
200
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
201
+ },
202
+ "422" : {
203
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
204
+ },
205
+ "500" : {
206
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
207
+ }
208
+ },
209
+ "security" : [ {
210
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
211
+ }, {
212
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE" ]
213
+ } ],
214
+ "x-audience" : [ "company-internal" ],
215
+ "x-custom-url-attribute" : {
216
+ "security" : {
217
+ "throttle" : {
218
+ "policy" : "WriteAPI_Stringent_UserPolicy"
219
+ },
220
+ "extraparams" : {
221
+ "disable" : true,
222
+ "ignore" : false
223
+ },
224
+ "authentication" : { }
225
+ },
226
+ "clan-group" : "common",
227
+ "apihash" : "13a740910db0d8d1e6ad9ba6ef4695fb",
228
+ "module-group" : "common",
229
+ "apimethod" : "com.zoho.support.restapi.TranslationService.importTranslation"
230
+ }
231
+ }
232
+ },
233
+ "/api/v1/deleteTranslations" : {
234
+ "post" : {
235
+ "tags" : [ "TranslationLanguages" ],
236
+ "operationId" : "DeleteTranslation",
237
+ "parameters" : [ {
238
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
239
+ } ],
240
+ "requestBody" : {
241
+ "$ref" : "#/components/requestBodies/translationDeleteRequest"
242
+ },
243
+ "responses" : {
244
+ "204" : {
245
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
246
+ },
247
+ "422" : {
248
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
249
+ }
250
+ },
251
+ "security" : [ {
252
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
253
+ }, {
254
+ "iam-oauth2-schema" : [ "Desk.settings.DELETE" ]
255
+ } ],
256
+ "x-audience" : [ "company-internal" ],
257
+ "x-custom-url-attribute" : {
258
+ "security" : {
259
+ "throttle" : {
260
+ "policy" : "WriteAPI_Standard_UserPolicy"
261
+ },
262
+ "extraparams" : {
263
+ "disable" : true,
264
+ "ignore" : false
265
+ },
266
+ "authentication" : { }
267
+ },
268
+ "clan-group" : "common",
269
+ "apihash" : "dccf1d5e7572ed29f5dc812c5fbfa7a3",
270
+ "module-group" : "common",
271
+ "apimethod" : "com.zoho.support.restapi.TranslationService.deleteTranslationLanguage"
272
+ }
273
+ }
274
+ },
275
+ "/api/v1/translationLanguageExports" : {
276
+ "get" : {
277
+ "tags" : [ "TranslationLanguages" ],
278
+ "summary" : "Get all exports info",
279
+ "description" : "This API fetches the list of exports and its information.",
280
+ "operationId" : "getTranslationExportHistory",
281
+ "parameters" : [ {
282
+ "$ref" : "#/components/parameters/searchString"
283
+ }, {
284
+ "$ref" : "#/components/parameters/limit"
285
+ }, {
286
+ "$ref" : "#/components/parameters/from"
287
+ }, {
288
+ "$ref" : "#/components/parameters/isAscending"
289
+ }, {
290
+ "name" : "status",
291
+ "in" : "query",
292
+ "description" : "Status of the export. The allowed values are @failed@, @exported@, @inprogress@",
293
+ "required" : false,
294
+ "style" : "form",
295
+ "explode" : true,
296
+ "schema" : {
297
+ "type" : [ "string", "null" ],
298
+ "description" : "The status of the import. The allowed values are: @failed@, @exported@, @inprogress@",
299
+ "enum" : [ "failed", "exported", "inprogress" ]
300
+ }
301
+ }, {
302
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
303
+ } ],
304
+ "responses" : {
305
+ "200" : {
306
+ "$ref" : "#/components/responses/getTranslationExportHistoryResponse"
307
+ },
308
+ "204" : {
309
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
310
+ },
311
+ "403" : {
312
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
313
+ },
314
+ "500" : {
315
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
316
+ }
317
+ },
318
+ "security" : [ {
319
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
320
+ }, {
321
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
322
+ } ],
323
+ "x-audience" : [ "company-internal" ],
324
+ "x-custom-url-attribute" : {
325
+ "security" : {
326
+ "throttle" : {
327
+ "policy" : "ReadAPI_Stringent_UserPolicy"
328
+ },
329
+ "extraparams" : {
330
+ "disable" : true,
331
+ "ignore" : false
332
+ },
333
+ "authentication" : { }
334
+ },
335
+ "clan-group" : "common",
336
+ "apihash" : "7aaa3e4f777334764fcb13bcebcb9ae6",
337
+ "module-group" : "common",
338
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getTranslationExportHistory"
339
+ }
340
+ },
341
+ "post" : {
342
+ "tags" : [ "TranslationLanguages" ],
343
+ "summary" : "Export translation file for languages",
344
+ "description" : "This API exports the translation file for a language.",
345
+ "operationId" : "exportTranslation",
346
+ "parameters" : [ {
347
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
348
+ } ],
349
+ "requestBody" : {
350
+ "$ref" : "#/components/requestBodies/exportTranslationRequest"
351
+ },
352
+ "responses" : {
353
+ "200" : {
354
+ "$ref" : "#/components/responses/exportTranslationResponse"
355
+ },
356
+ "204" : {
357
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
358
+ },
359
+ "403" : {
360
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
361
+ },
362
+ "422" : {
363
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
364
+ },
365
+ "500" : {
366
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
367
+ }
368
+ },
369
+ "security" : [ {
370
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
371
+ }, {
372
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE" ]
373
+ } ],
374
+ "x-audience" : [ "company-internal" ],
375
+ "x-custom-url-attribute" : {
376
+ "security" : {
377
+ "throttle" : {
378
+ "policy" : "WriteAPI_Standard_UserPolicy"
379
+ },
380
+ "extraparams" : {
381
+ "disable" : true,
382
+ "ignore" : false
383
+ },
384
+ "authentication" : { }
385
+ },
386
+ "clan-group" : "common",
387
+ "apihash" : "3ec53ff7c48431c95a84d38f7dbf91ca",
388
+ "module-group" : "common",
389
+ "apimethod" : "com.zoho.support.restapi.TranslationService.exportTranslation"
390
+ }
391
+ }
392
+ },
393
+ "/api/v1/multiLingualConfiguration" : {
394
+ "get" : {
395
+ "tags" : [ "TranslationLanguages" ],
396
+ "summary" : "Get Translation Status",
397
+ "description" : "",
398
+ "operationId" : "getTranslationStatus",
399
+ "parameters" : [ {
400
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
401
+ } ],
402
+ "responses" : {
403
+ "200" : {
404
+ "$ref" : "#/components/responses/translationStatusJson"
405
+ },
406
+ "422" : {
407
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
408
+ }
409
+ },
410
+ "security" : [ {
411
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
412
+ }, {
413
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
414
+ } ],
415
+ "x-audience" : [ "company-internal" ],
416
+ "x-custom-url-attribute" : {
417
+ "security" : {
418
+ "throttle" : {
419
+ "policy" : "ReadAPI_Stringent_UserPolicy"
420
+ },
421
+ "extraparams" : {
422
+ "disable" : true,
423
+ "ignore" : false
424
+ },
425
+ "authentication" : { }
426
+ },
427
+ "clan-group" : "common",
428
+ "apihash" : "1f74337cefde6a2180e0b027b75accf2",
429
+ "module-group" : "common",
430
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getTranslationStatus"
431
+ }
432
+ },
433
+ "put" : {
434
+ "tags" : [ "TranslationLanguages" ],
435
+ "summary" : "Update Translation Status",
436
+ "description" : "",
437
+ "operationId" : "updateTranslationStatus",
438
+ "parameters" : [ {
439
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
440
+ } ],
441
+ "requestBody" : {
442
+ "$ref" : "#/components/requestBodies/translationStatusJson"
443
+ },
444
+ "responses" : {
445
+ "200" : {
446
+ "$ref" : "#/components/responses/translationStatusJson"
447
+ },
448
+ "422" : {
449
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
450
+ }
451
+ },
452
+ "security" : [ {
453
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
454
+ }, {
455
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
456
+ } ],
457
+ "x-audience" : [ "company-internal" ],
458
+ "x-custom-url-attribute" : {
459
+ "security" : {
460
+ "throttle" : {
461
+ "policy" : "WriteAPI_Standard_UserPolicy"
462
+ },
463
+ "extraparams" : {
464
+ "disable" : true,
465
+ "ignore" : false
466
+ },
467
+ "authentication" : { }
468
+ },
469
+ "clan-group" : "common",
470
+ "apihash" : "63140d1bf29bd3927a2f64bb98eff4b0",
471
+ "module-group" : "common",
472
+ "apimethod" : "com.zoho.support.restapi.TranslationService.updateTranslationStatus"
473
+ }
474
+ }
475
+ },
476
+ "/api/v1/translationLanguages/{languageId}" : {
477
+ "put" : {
478
+ "tags" : [ "TranslationLanguages" ],
479
+ "summary" : "Update status of translation",
480
+ "description" : "This API updates the status of a translation language.",
481
+ "operationId" : "updateTranslation",
482
+ "parameters" : [ {
483
+ "$ref" : "#/components/parameters/languageId"
484
+ }, {
485
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
486
+ } ],
487
+ "requestBody" : {
488
+ "$ref" : "#/components/requestBodies/translationUpdateRequest"
489
+ },
490
+ "responses" : {
491
+ "200" : {
492
+ "$ref" : "#/components/responses/translationResponse"
493
+ },
494
+ "422" : {
495
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
496
+ }
497
+ },
498
+ "security" : [ {
499
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
500
+ }, {
501
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
502
+ } ],
503
+ "x-audience" : [ "company-internal" ],
504
+ "x-custom-url-attribute" : {
505
+ "security" : {
506
+ "throttle" : {
507
+ "policy" : "WriteAPI_Standard_UserPolicy"
508
+ },
509
+ "extraparams" : {
510
+ "disable" : true,
511
+ "ignore" : false
512
+ },
513
+ "authentication" : { }
514
+ },
515
+ "clan-group" : "common",
516
+ "apihash" : "0b304691f150658341e3b22046b64159",
517
+ "module-group" : "common",
518
+ "apimethod" : "com.zoho.support.restapi.TranslationService.updateTranslation"
519
+ }
520
+ }
521
+ },
522
+ "/api/v1/translationLanguageExports/{exportId}/content" : {
523
+ "get" : {
524
+ "tags" : [ "TranslationLanguages" ],
525
+ "summary" : "Download Exported Language File",
526
+ "description" : "This API downloads the Exported Language File",
527
+ "operationId" : "downloadExportedFile",
528
+ "parameters" : [ {
529
+ "name" : "exportId",
530
+ "in" : "path",
531
+ "required" : true,
532
+ "style" : "simple",
533
+ "explode" : false,
534
+ "schema" : {
535
+ "type" : [ "string", "null", "integer" ],
536
+ "format" : "int64",
537
+ "pattern" : "([0-9]+)"
538
+ }
539
+ }, {
540
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
541
+ } ],
542
+ "responses" : {
543
+ "204" : {
544
+ "$ref" : "../common/Common.json#/components/responses/fileResponse"
545
+ },
546
+ "422" : {
547
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
548
+ },
549
+ "500" : {
550
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
551
+ }
552
+ },
553
+ "security" : [ {
554
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
555
+ }, {
556
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
557
+ } ],
558
+ "x-audience" : [ "company-internal" ],
559
+ "x-custom-url-attribute" : {
560
+ "security" : {
561
+ "throttle" : {
562
+ "policy" : "ReadAPI_Stringent_UserPolicy"
563
+ },
564
+ "extraparams" : {
565
+ "disable" : true,
566
+ "ignore" : false
567
+ },
568
+ "authentication" : { }
569
+ },
570
+ "clan-group" : "common",
571
+ "apihash" : "b8b9f1175395a024e97daf709fd49848",
572
+ "module-group" : "common",
573
+ "apimethod" : "com.zoho.support.restapi.TranslationService.downloadExportedFile"
574
+ }
575
+ }
576
+ },
577
+ "/api/v1/translatedValues" : {
578
+ "get" : {
579
+ "tags" : [ "TranslationLanguages" ],
580
+ "summary" : "Get translated values",
581
+ "description" : "This API fetches the translated values.",
582
+ "operationId" : "getTranslation",
583
+ "parameters" : [ {
584
+ "$ref" : "#/components/parameters/languageId"
585
+ }, {
586
+ "name" : "languageCode",
587
+ "in" : "query",
588
+ "description" : "code of the language.",
589
+ "required" : true,
590
+ "style" : "form",
591
+ "explode" : true,
592
+ "schema" : {
593
+ "type" : [ "string", "null" ],
594
+ "description" : "code of the language.",
595
+ "enum" : [ "aa", "ab", "ae", "af-ZA", "ak", "am", "an", "ar-EG", "as-IN", "av", "ay", "az-AZ", "ba", "be-BY", "bg-BG", "bh-IN", "bi", "bm", "bn-IN", "bo", "br", "bs-BA", "ca-ES", "ce", "ch", "co", "cr", "cs-CZ", "cu", "cv", "cy", "da-DK", "de-DE", "dv-MV", "dz", "ee", "el-GR", "en-US", "eo", "es-ES", "et-EE", "eu-ES", "fa-IR", "ff", "fi-FI", "fj", "fo-FO", "fr-FR", "fy", "ga", "gd", "gl-ES", "gn", "gu-IN", "gv", "ha", "he-IL", "hi-IN", "ho", "hr-HR", "ht", "hu-HU", "hy-AM", "hz", "ia", "id-ID", "ie", "ig", "ii", "ik", "io", "is-IS", "it-IT", "iu", "ja-JP", "jv", "ka-GE", "kg", "ki", "kj", "kk-KZ", "kl", "km", "kn-IN", "ko-KR", "kr", "ks", "ku", "kv", "kw", "ky-KZ", "la", "lb", "lg", "li", "ln", "lo", "lt-LT", "lu", "lv-LV", "mg", "mh", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "na", "nb-NO", "nd", "ne", "ng", "nl-NL", "nn-NO", "no", "nr", "nv", "ny", "oc", "oj", "om", "or", "os", "pa-IN", "pi", "pl-PL", "ps-AR", "pt-PT", "qu-BO", "rm", "rn", "ro-RO", "ru-RU", "rw", "sa-IN", "sc", "sd", "se-NO", "sg", "si", "sk-SK", "sl-SI", "sm", "sn", "so", "sq-AL", "sr-SP", "ss", "st", "su", "sv-SE", "sw-KE", "ta-IN", "te-IN", "tg", "th-TH", "ti", "tk", "tl-PH", "tn-ZA", "to", "tr-TR", "ts", "tt-RU", "tw", "ty", "ug", "uk-UA", "ur-PK", "uz-UZ", "ve", "vi-VN", "vo", "wa", "wo", "xh-ZA", "yi", "yo", "za", "zh-CN", "zu-ZA", "fr-CA", "en-GB", "zh-TW", "pt-BR" ],
596
+ "maxLength" : 100,
597
+ "minLength" : 0
598
+ }
599
+ }, {
600
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
601
+ } ],
602
+ "responses" : {
603
+ "200" : {
604
+ "$ref" : "#/components/responses/getTranslationResponse"
605
+ },
606
+ "204" : {
607
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
608
+ },
609
+ "422" : {
610
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
611
+ }
612
+ },
613
+ "security" : [ {
614
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
615
+ }, {
616
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
617
+ } ],
618
+ "x-audience" : [ "company-internal" ],
619
+ "x-custom-url-attribute" : {
620
+ "security" : {
621
+ "throttle" : {
622
+ "policy" : "ReadAPI_Stringent_UserPolicy"
623
+ },
624
+ "extraparams" : {
625
+ "disable" : true,
626
+ "ignore" : false
627
+ },
628
+ "authentication" : { }
629
+ },
630
+ "clan-group" : "common",
631
+ "apihash" : "97b95b0a03bf6e897d1a0295a2955485",
632
+ "module-group" : "common",
633
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getTranslatedValues"
634
+ }
635
+ }
636
+ },
637
+ "/api/v1/translatableLanguages" : {
638
+ "get" : {
639
+ "tags" : [ "TranslationLanguages" ],
640
+ "summary" : "Get Supported Languages",
641
+ "description" : "",
642
+ "operationId" : "getAllSupportedLanguages",
643
+ "parameters" : [ {
644
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
645
+ } ],
646
+ "responses" : {
647
+ "200" : {
648
+ "$ref" : "#/components/responses/languagesList"
649
+ },
650
+ "422" : {
651
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
652
+ }
653
+ },
654
+ "security" : [ {
655
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
656
+ }, {
657
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
658
+ } ],
659
+ "x-audience" : [ "company-internal" ],
660
+ "x-custom-url-attribute" : {
661
+ "security" : {
662
+ "throttle" : {
663
+ "policy" : "ReadAPI_Stringent_UserPolicy"
664
+ },
665
+ "extraparams" : {
666
+ "disable" : true,
667
+ "ignore" : false
668
+ },
669
+ "authentication" : { }
670
+ },
671
+ "clan-group" : "common",
672
+ "apihash" : "46cba3bdf24d7c5bc03a04cd61e11f67",
673
+ "module-group" : "common",
674
+ "apimethod" : "com.zoho.support.restapi.TranslationService.getSupportedLanguages"
675
+ }
676
+ }
677
+ }
678
+ },
679
+ "components" : {
680
+ "schemas" : {
681
+ "translationResponse" : {
682
+ "type" : [ "null", "object" ],
683
+ "additionalProperties" : false,
684
+ "properties" : {
685
+ "modifiedTime" : {
686
+ "type" : [ "string", "null" ],
687
+ "maxLength" : 100,
688
+ "minLength" : 0,
689
+ "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))"
690
+ },
691
+ "modifiedAgentDetails" : {
692
+ "type" : [ "null", "object" ],
693
+ "additionalProperties" : false,
694
+ "maxProperties" : 5,
695
+ "minProperties" : 5,
696
+ "properties" : {
697
+ "firstName" : {
698
+ "type" : [ "string", "null" ],
699
+ "maxLength" : 100,
700
+ "minLength" : 0
701
+ },
702
+ "lastName" : {
703
+ "type" : [ "string", "null" ],
704
+ "maxLength" : 100,
705
+ "minLength" : 0
706
+ },
707
+ "photoURL" : {
708
+ "type" : [ "string", "null" ],
709
+ "maxLength" : 100,
710
+ "minLength" : 0,
711
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
712
+ },
713
+ "id" : {
714
+ "type" : [ "string", "null", "integer" ],
715
+ "format" : "int64",
716
+ "pattern" : "([0-9]+)"
717
+ },
718
+ "email" : {
719
+ "type" : [ "string", "null" ],
720
+ "maxLength" : 100,
721
+ "minLength" : 0,
722
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
723
+ }
724
+ },
725
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
726
+ },
727
+ "code" : {
728
+ "type" : [ "string", "null" ],
729
+ "enum" : [ "aa", "ab", "ae", "af-ZA", "ak", "am", "an", "ar-EG", "as-IN", "av", "ay", "az-AZ", "ba", "be-BY", "bg-BG", "bh-IN", "bi", "bm", "bn-IN", "bo", "br", "bs-BA", "ca-ES", "ce", "ch", "co", "cr", "cs-CZ", "cu", "cv", "cy", "da-DK", "de-DE", "dv-MV", "dz", "ee", "el-GR", "en-US", "eo", "es-ES", "et-EE", "eu-ES", "fa-IR", "ff", "fi-FI", "fj", "fo-FO", "fr-FR", "fy", "ga", "gd", "gl-ES", "gn", "gu-IN", "gv", "ha", "he-IL", "hi-IN", "ho", "hr-HR", "ht", "hu-HU", "hy-AM", "hz", "ia", "id-ID", "ie", "ig", "ii", "ik", "io", "is-IS", "it-IT", "iu", "ja-JP", "jv", "ka-GE", "kg", "ki", "kj", "kk-KZ", "kl", "km", "kn-IN", "ko-KR", "kr", "ks", "ku", "kv", "kw", "ky-KZ", "la", "lb", "lg", "li", "ln", "lo", "lt-LT", "lu", "lv-LV", "mg", "mh", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "na", "nb-NO", "nd", "ne", "ng", "nl-NL", "nn-NO", "no", "nr", "nv", "ny", "oc", "oj", "om", "or", "os", "pa-IN", "pi", "pl-PL", "ps-AR", "pt-PT", "qu-BO", "rm", "rn", "ro-RO", "ru-RU", "rw", "sa-IN", "sc", "sd", "se-NO", "sg", "si", "sk-SK", "sl-SI", "sm", "sn", "so", "sq-AL", "sr-SP", "ss", "st", "su", "sv-SE", "sw-KE", "ta-IN", "te-IN", "tg", "th-TH", "ti", "tk", "tl-PH", "tn-ZA", "to", "tr-TR", "ts", "tt-RU", "tw", "ty", "ug", "uk-UA", "ur-PK", "uz-UZ", "ve", "vi-VN", "vo", "wa", "wo", "xh-ZA", "yi", "yo", "za", "zh-CN", "zu-ZA", "fr-CA", "en-GB", "zh-TW", "pt-BR" ],
730
+ "maxLength" : 100,
731
+ "minLength" : 0,
732
+ "x-custom-parameters-attributes" : [ { } ]
733
+ },
734
+ "createdBy" : {
735
+ "type" : [ "string", "null", "integer" ],
736
+ "format" : "int64",
737
+ "pattern" : "([0-9]+)"
738
+ },
739
+ "exportStatus" : {
740
+ "type" : [ "string", "null" ],
741
+ "enum" : [ "initiated", "exporting", "exported", "failed", null ],
742
+ "maxLength" : 100,
743
+ "minLength" : 0
744
+ },
745
+ "exportURL" : {
746
+ "type" : [ "string", "null" ],
747
+ "maxLength" : 100,
748
+ "minLength" : 0,
749
+ "pattern" : "(/api/v1/translationLanguageExports/([0-9]+)/content|null)"
750
+ },
751
+ "name" : {
752
+ "type" : [ "string", "null" ],
753
+ "maxLength" : 300,
754
+ "minLength" : 0
755
+ },
756
+ "createdTime" : {
757
+ "type" : [ "string", "null" ],
758
+ "maxLength" : 100,
759
+ "minLength" : 0,
760
+ "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))"
761
+ },
762
+ "modifiedBy" : {
763
+ "type" : [ "string", "null", "integer" ],
764
+ "format" : "int64",
765
+ "pattern" : "([0-9]+)"
766
+ },
767
+ "id" : {
768
+ "type" : [ "string", "null", "integer" ],
769
+ "format" : "int64",
770
+ "pattern" : "([0-9]+)"
771
+ },
772
+ "status" : {
773
+ "type" : [ "string", "null" ],
774
+ "enum" : [ "active", "inactive", "yetToTranslate" ]
775
+ }
776
+ },
777
+ "required" : [ "code", "createdBy", "createdTime", "exportStatus", "exportURL", "id", "modifiedAgentDetails", "modifiedBy", "modifiedTime", "name", "status" ]
778
+ },
779
+ "translationResponseArray" : {
780
+ "type" : [ "null", "array" ],
781
+ "items" : {
782
+ "$ref" : "#/components/schemas/translationResponse"
783
+ }
784
+ },
785
+ "languageCode_array" : {
786
+ "type" : [ "null", "array" ],
787
+ "items" : {
788
+ "type" : [ "string", "null" ],
789
+ "enum" : [ "en_US", "ta_IN", "zh_CN", "te_IN" ,"is_IS","nl_NL","hi_IN","ja_JP","he_IL","de_DE" ,"zh_TW","ko_KR","pt_BR","es_ES","kk_KZ","it_IT","ru_RU","pl_PL","ro_RO","ar_EG",
790
+ "sv_SE","id_ID","tr_TR","da_DK","fr_FR","vi_VN","th_TH"
791
+ ],
792
+ "maxLength" : 100,
793
+ "minLength" : 0
794
+ }
795
+ },
796
+ "importTranslationResponse" : {
797
+ "type" : [ "null", "object" ],
798
+ "additionalProperties" : false,
799
+ "properties" : {
800
+ "importedAgentDetails" : {
801
+ "type" : [ "null", "object" ],
802
+ "additionalProperties" : false,
803
+ "maxProperties" : 5,
804
+ "minProperties" : 5,
805
+ "properties" : {
806
+ "firstName" : {
807
+ "type" : [ "string", "null" ],
808
+ "maxLength" : 100,
809
+ "minLength" : 0
810
+ },
811
+ "lastName" : {
812
+ "type" : [ "string", "null" ],
813
+ "maxLength" : 100,
814
+ "minLength" : 0
815
+ },
816
+ "photoURL" : {
817
+ "type" : [ "string", "null" ],
818
+ "maxLength" : 100,
819
+ "minLength" : 0,
820
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
821
+ },
822
+ "id" : {
823
+ "type" : [ "string", "null", "integer" ],
824
+ "format" : "int64",
825
+ "pattern" : "([0-9]+)"
826
+ },
827
+ "email" : {
828
+ "type" : [ "string", "null" ],
829
+ "maxLength" : 100,
830
+ "minLength" : 0,
831
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
832
+ }
833
+ },
834
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
835
+ },
836
+ "fileName" : {
837
+ "type" : [ "string", "null" ],
838
+ "maxLength" : 100,
839
+ "minLength" : 0
840
+ },
841
+ "importedTime" : {
842
+ "type" : [ "string", "null" ],
843
+ "maxLength" : 100,
844
+ "minLength" : 0,
845
+ "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))"
846
+ },
847
+ "importCompletionTime" : {
848
+ "type" : [ "string", "null" ],
849
+ "maxLength" : 100,
850
+ "minLength" : 0,
851
+ "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)))*$|null)"
852
+ },
853
+ "id" : {
854
+ "type" : [ "string", "null", "integer" ],
855
+ "format" : "int64",
856
+ "pattern" : "([0-9]+)"
857
+ },
858
+ "status" : {
859
+ "type" : [ "string", "null" ],
860
+ "enum" : [ "completed", "initiated", "importing", "failed", "reverted" ],
861
+ "maxLength" : 100,
862
+ "minLength" : 0
863
+ },
864
+ "importedBy" : {
865
+ "type" : [ "string", "null", "integer" ],
866
+ "format" : "int64",
867
+ "pattern" : "([0-9]+)"
868
+ }
869
+ },
870
+ "required" : [ "fileName", "id", "importCompletionTime", "importedAgentDetails", "importedBy", "importedTime", "status" ]
871
+ },
872
+ "importHistoryResponseAsArray" : {
873
+ "type" : [ "null", "array" ],
874
+ "items" : {
875
+ "$ref" : "#/components/schemas/importTranslationResponse"
876
+ }
877
+ },
878
+ "LanguageId_Array" : {
879
+ "type" : [ "null", "array" ],
880
+ "items" : {
881
+ "type" : [ "string", "null", "integer" ],
882
+ "format" : "int64",
883
+ "pattern" : "([0-9]+)"
884
+ }
885
+ },
886
+ "modules_array" : {
887
+ "type" : [ "null", "array" ],
888
+ "items" : {
889
+ "type" : [ "string", "null" ],
890
+ "enum" : [ "tickets", "contacts", "accounts", "activities", "tasks", "events", "calls", "products", "timeEntry", "contracts" ],
891
+ "maxLength" : 100,
892
+ "minLength" : 0,
893
+ "x-custom-parameters-attributes" : [ { } ]
894
+ }
895
+ },
896
+ "entity_array" : {
897
+ "type" : [ "null", "array" ],
898
+ "items" : {
899
+ "type" : [ "string", "null" ],
900
+ "enum" : [ "Field", "PickListValue", "Layout", "Department", "Report", "CustomerHappiness" ],
901
+ "maxLength" : 100,
902
+ "minLength" : 0,
903
+ "x-custom-parameters-attributes" : [ { } ]
904
+ }
905
+ },
906
+ "exportTranslationResponse" : {
907
+ "type" : [ "null", "object" ],
908
+ "additionalProperties" : false,
909
+ "properties" : {
910
+ "exportedTime" : {
911
+ "type" : [ "string", "null" ],
912
+ "maxLength" : 100,
913
+ "minLength" : 0,
914
+ "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))"
915
+ },
916
+ "exportedBy" : {
917
+ "type" : [ "string", "null", "integer" ],
918
+ "format" : "int64",
919
+ "pattern" : "([0-9]+)"
920
+ },
921
+ "downloadURL" : {
922
+ "type" : [ "string", "null" ],
923
+ "maxLength" : 100,
924
+ "minLength" : 0,
925
+ "pattern" : "(/api/v1/translationLanguageExports/([0-9]+)/content|null)"
926
+ },
927
+ "id" : {
928
+ "type" : [ "string", "null", "integer" ],
929
+ "format" : "int64",
930
+ "pattern" : "([0-9]+)"
931
+ },
932
+ "exportedAgentDetails" : {
933
+ "type" : [ "null", "object" ],
934
+ "additionalProperties" : false,
935
+ "maxProperties" : 5,
936
+ "minProperties" : 5,
937
+ "properties" : {
938
+ "firstName" : {
939
+ "type" : [ "string", "null" ],
940
+ "maxLength" : 100,
941
+ "minLength" : 0
942
+ },
943
+ "lastName" : {
944
+ "type" : [ "string", "null" ],
945
+ "maxLength" : 100,
946
+ "minLength" : 0
947
+ },
948
+ "photoURL" : {
949
+ "type" : [ "string", "null" ],
950
+ "maxLength" : 100,
951
+ "minLength" : 0,
952
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
953
+ },
954
+ "id" : {
955
+ "type" : [ "string", "null", "integer" ],
956
+ "format" : "int64",
957
+ "pattern" : "([0-9]+)"
958
+ },
959
+ "email" : {
960
+ "type" : [ "string", "null" ],
961
+ "maxLength" : 100,
962
+ "minLength" : 0,
963
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
964
+ }
965
+ },
966
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
967
+ },
968
+ "exportCompletionTime" : {
969
+ "type" : [ "string", "null" ],
970
+ "maxLength" : 100,
971
+ "minLength" : 0,
972
+ "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)))*$|null)"
973
+ },
974
+ "type" : {
975
+ "type" : [ "string", "null" ],
976
+ "enum" : [ "agent", "helpcenter" ],
977
+ "maxLength" : 100,
978
+ "minLength" : 0
979
+ },
980
+ "languageCode" : {
981
+ "type" : [ "string", "null" ],
982
+ "maxLength" : 300,
983
+ "minLength" : 0
984
+ },
985
+ "languageName" : {
986
+ "type" : [ "string", "null" ],
987
+ "maxLength" : 300,
988
+ "minLength" : 0
989
+ },
990
+ "status" : {
991
+ "type" : [ "string", "null" ],
992
+ "enum" : [ "initiated", "exporting", "exported", "failed" ],
993
+ "maxLength" : 100,
994
+ "minLength" : 0
995
+ }
996
+ },
997
+ "required" : [ "downloadURL", "exportCompletionTime", "exportedAgentDetails", "exportedBy", "exportedTime", "id", "languageCode", "languageName", "status", "type" ]
998
+ },
999
+ "exportResponseAsArray" : {
1000
+ "type" : [ "null", "array" ],
1001
+ "items" : {
1002
+ "$ref" : "#/components/schemas/exportTranslationResponse"
1003
+ }
1004
+ },
1005
+ "languageJson" : {
1006
+ "type" : [ "null", "object" ],
1007
+ "additionalProperties" : false,
1008
+ "properties" : {
1009
+ "isConfigured" : {
1010
+ "type" : [ "boolean", "null" ]
1011
+ },
1012
+ "code" : {
1013
+ "type" : [ "string", "null" ],
1014
+ "enum" : [ "aa", "ab", "ae", "af-ZA", "ak", "am", "an", "ar-EG", "as-IN", "av", "ay", "az-AZ", "ba", "be-BY", "bg-BG", "bh-IN", "bi", "bm", "bn-IN", "bo", "br", "bs-BA", "ca-ES", "ce", "ch", "co", "cr", "cs-CZ", "cu", "cv", "cy", "da-DK", "de-DE", "dv-MV", "dz", "ee", "el-GR", "en-US", "eo", "es-ES", "et-EE", "eu-ES", "fa-IR", "ff", "fi-FI", "fj", "fo-FO", "fr-FR", "fy", "ga", "gd", "gl-ES", "gn", "gu-IN", "gv", "ha", "he-IL", "hi-IN", "ho", "hr-HR", "ht", "hu-HU", "hy-AM", "hz", "ia", "id-ID", "ie", "ig", "ii", "ik", "io", "is-IS", "it-IT", "iu", "ja-JP", "jv", "ka-GE", "kg", "ki", "kj", "kk-KZ", "kl", "km", "kn-IN", "ko-KR", "kr", "ks", "ku", "kv", "kw", "ky-KZ", "la", "lb", "lg", "li", "ln", "lo", "lt-LT", "lu", "lv-LV", "mg", "mh", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "na", "nb-NO", "nd", "ne", "ng", "nl-NL", "nn-NO", "no", "nr", "nv", "ny", "oc", "oj", "om", "or", "os", "pa-IN", "pi", "pl-PL", "ps-AR", "pt-PT", "qu-BO", "rm", "rn", "ro-RO", "ru-RU", "rw", "sa-IN", "sc", "sd", "se-NO", "sg", "si", "sk-SK", "sl-SI", "sm", "sn", "so", "sq-AL", "sr-SP", "ss", "st", "su", "sv-SE", "sw-KE", "ta-IN", "te-IN", "tg", "th-TH", "ti", "tk", "tl-PH", "tn-ZA", "to", "tr-TR", "ts", "tt-RU", "tw", "ty", "ug", "uk-UA", "ur-PK", "uz-UZ", "ve", "vi-VN", "vo", "wa", "wo", "xh-ZA", "yi", "yo", "za", "zh-CN", "zu-ZA", "fr-CA", "en-GB", "zh-TW", "pt-BR" ],
1015
+ "maxLength" : 100,
1016
+ "minLength" : 0
1017
+ },
1018
+ "name" : {
1019
+ "type" : [ "string", "null" ],
1020
+ "maxLength" : 300,
1021
+ "minLength" : 0
1022
+ }
1023
+ },
1024
+ "required" : [ "code", "isConfigured", "name" ]
1025
+ },
1026
+ "languagesArray" : {
1027
+ "type" : [ "null", "array" ],
1028
+ "items" : {
1029
+ "$ref" : "#/components/schemas/languageJson"
1030
+ }
1031
+ }
1032
+ },
1033
+ "responses" : {
1034
+ "addTranslationResponse" : {
1035
+ "description" : "addTranslationResponse template definitions",
1036
+ "content" : {
1037
+ "application/json" : {
1038
+ "schema" : {
1039
+ "type" : "object",
1040
+ "additionalProperties" : false,
1041
+ "properties" : {
1042
+ "data" : {
1043
+ "$ref" : "#/components/schemas/translationResponseArray"
1044
+ }
1045
+ },
1046
+ "required" : [ "data" ]
1047
+ },
1048
+ "examples" : {
1049
+ "Valid responses Definitions" : {
1050
+ "value" : {
1051
+ "data" : [ {
1052
+ "modifiedTime" : 1654509076000,
1053
+ "modifiedAgentDetails" : {
1054
+ "firstName" : "arun",
1055
+ "lastName" : "dhas",
1056
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/1000000000329/photo",
1057
+ "id" : "1000000000329",
1058
+ "email" : "case@zylker.com"
1059
+ },
1060
+ "code" : "af-ZA",
1061
+ "createdBy" : "1000000000329",
1062
+ "exportStatus" : "exported",
1063
+ "exportURL" : "/api/v1/translationLanguageExports/1000000046188/content",
1064
+ "name" : "Afrikaans",
1065
+ "createdTime" : 1654509076000,
1066
+ "modifiedBy" : "1000000000329",
1067
+ "id" : "1000000045025",
1068
+ "status" : "yetToTranslate"
1069
+ }, {
1070
+ "modifiedTime" : 1654508259000,
1071
+ "modifiedAgentDetails" : {
1072
+ "firstName" : "arun",
1073
+ "lastName" : "dhas",
1074
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/1000000000329/photo",
1075
+ "id" : "1000000000329",
1076
+ "email" : "case@zylker.com"
1077
+ },
1078
+ "code" : "en-US",
1079
+ "createdBy" : "1000000000329",
1080
+ "exportStatus" : "exported",
1081
+ "exportURL" : "/api/v1/translationLanguageExports/1000000047051/content",
1082
+ "name" : "English",
1083
+ "createdTime" : 1654508259000,
1084
+ "modifiedBy" : "1000000000329",
1085
+ "id" : "1000000045001",
1086
+ "status" : "yetToTranslate"
1087
+ } ]
1088
+ }
1089
+ }
1090
+ }
1091
+ }
1092
+ },
1093
+ "x-custom-response-attributes" : {
1094
+ "disable-safe-headers" : "[]"
1095
+ }
1096
+ },
1097
+ "getTranslationImportHistoryResponse" : {
1098
+ "description" : "getTranslationImportHistoryResponse template definitions",
1099
+ "content" : {
1100
+ "application/json" : {
1101
+ "schema" : {
1102
+ "type" : [ "null", "object" ],
1103
+ "additionalProperties" : false,
1104
+ "properties" : {
1105
+ "history" : {
1106
+ "$ref" : "#/components/schemas/importHistoryResponseAsArray"
1107
+ }
1108
+ },
1109
+ "required" : [ "history" ]
1110
+ },
1111
+ "examples" : {
1112
+ "Valid responses Definitions" : {
1113
+ "value" : {
1114
+ "history" : [ {
1115
+ "importedAgentDetails" : {
1116
+ "firstName" : "Jade",
1117
+ "lastName" : "Tywin",
1118
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/4000000000329/photo",
1119
+ "id" : "4000000000329",
1120
+ "email" : "case@zylker.com"
1121
+ },
1122
+ "fileName" : "en-US_1.txt",
1123
+ "importedTime" : 1644388112000,
1124
+ "importCompletionTime" : 1644388134000,
1125
+ "id" : "4000000061001",
1126
+ "status" : "completed",
1127
+ "importedBy" : "4000000000329"
1128
+ }, {
1129
+ "importedAgentDetails" : {
1130
+ "firstName" : "Jade",
1131
+ "lastName" : "Tywin",
1132
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/4000000000329/photo",
1133
+ "id" : "4000000000329",
1134
+ "email" : "case@zylker.com"
1135
+ },
1136
+ "fileName" : "en-US_2.txt",
1137
+ "importedTime" : 1644387868000,
1138
+ "importCompletionTime" : 1644387889000,
1139
+ "id" : "4000000060001",
1140
+ "status" : "completed",
1141
+ "importedBy" : "4000000000329"
1142
+ } ]
1143
+ }
1144
+ }
1145
+ }
1146
+ }
1147
+ },
1148
+ "x-custom-response-attributes" : {
1149
+ "disable-safe-headers" : "[]"
1150
+ }
1151
+ },
1152
+ "exportTranslationResponse" : {
1153
+ "description" : "exportTranslationResponse template definitions",
1154
+ "content" : {
1155
+ "application/json" : {
1156
+ "schema" : {
1157
+ "type" : [ "null", "object" ],
1158
+ "additionalProperties" : false,
1159
+ "properties" : {
1160
+ "exportedTime" : {
1161
+ "type" : [ "string", "null" ],
1162
+ "maxLength" : 100,
1163
+ "minLength" : 0,
1164
+ "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))"
1165
+ },
1166
+ "exportedBy" : {
1167
+ "type" : [ "string", "null", "integer" ],
1168
+ "format" : "int64",
1169
+ "pattern" : "([0-9]+)"
1170
+ },
1171
+ "downloadURL" : {
1172
+ "type" : [ "string", "null" ],
1173
+ "maxLength" : 100,
1174
+ "minLength" : 0,
1175
+ "pattern" : "(/api/v1/translationLanguageExports/([0-9]+)/content|null)"
1176
+ },
1177
+ "id" : {
1178
+ "type" : [ "string", "null", "integer" ],
1179
+ "format" : "int64",
1180
+ "pattern" : "([0-9]+)"
1181
+ },
1182
+ "exportedAgentDetails" : {
1183
+ "type" : [ "null", "object" ],
1184
+ "additionalProperties" : false,
1185
+ "maxProperties" : 5,
1186
+ "minProperties" : 5,
1187
+ "properties" : {
1188
+ "firstName" : {
1189
+ "type" : [ "string", "null" ],
1190
+ "maxLength" : 100,
1191
+ "minLength" : 0
1192
+ },
1193
+ "lastName" : {
1194
+ "type" : [ "string", "null" ],
1195
+ "maxLength" : 100,
1196
+ "minLength" : 0
1197
+ },
1198
+ "photoURL" : {
1199
+ "type" : [ "string", "null" ],
1200
+ "maxLength" : 100,
1201
+ "minLength" : 0,
1202
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1203
+ },
1204
+ "id" : {
1205
+ "type" : [ "string", "null", "integer" ],
1206
+ "format" : "int64",
1207
+ "pattern" : "([0-9]+)"
1208
+ },
1209
+ "email" : {
1210
+ "type" : [ "string", "null" ],
1211
+ "maxLength" : 100,
1212
+ "minLength" : 0,
1213
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1214
+ }
1215
+ },
1216
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1217
+ },
1218
+ "exportCompletionTime" : {
1219
+ "type" : [ "string", "null" ],
1220
+ "maxLength" : 100,
1221
+ "minLength" : 0,
1222
+ "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)))*$|null)"
1223
+ },
1224
+ "type" : {
1225
+ "type" : [ "string", "null" ],
1226
+ "enum" : [ "agent", "helpcenter" ],
1227
+ "maxLength" : 100,
1228
+ "minLength" : 0
1229
+ },
1230
+ "languageCode" : {
1231
+ "type" : [ "string", "null" ],
1232
+ "maxLength" : 300,
1233
+ "minLength" : 0,
1234
+ "x-custom-parameters-attributes" : {
1235
+ "removeExif" : false,
1236
+ "filterMatchedContent" : false,
1237
+ "antivirus" : false,
1238
+ "replacementString" : "",
1239
+ "allowInvalid" : false,
1240
+ "descrption" : "code for the language whose translation file is to be exported",
1241
+ "secret" : false,
1242
+ "preserveCharsLimit" : 10,
1243
+ "trim" : false,
1244
+ "internalParam" : false,
1245
+ "preserveChars" : "0,5",
1246
+ "importUrl" : false,
1247
+ "decrypt" : false
1248
+ }
1249
+ },
1250
+ "languageName" : {
1251
+ "type" : [ "string", "null" ],
1252
+ "maxLength" : 300,
1253
+ "minLength" : 0
1254
+ },
1255
+ "status" : {
1256
+ "type" : [ "string", "null" ],
1257
+ "enum" : [ "initiated", "exporting", "exported", "failed" ],
1258
+ "maxLength" : 100,
1259
+ "minLength" : 0
1260
+ }
1261
+ },
1262
+ "required" : [ "downloadURL", "exportCompletionTime", "exportedAgentDetails", "exportedBy", "exportedTime", "id", "languageCode", "languageName", "status", "type" ]
1263
+ },
1264
+ "examples" : {
1265
+ "Valid responses Definitions" : {
1266
+ "value" : {
1267
+ "exportedTime" : 1644222032000,
1268
+ "exportedBy" : "4000000000329",
1269
+ "downloadURL" : "/api/v1/translationLanguageExports/4000000039083/content",
1270
+ "id" : "4000000039083",
1271
+ "exportedAgentDetails" : {
1272
+ "firstName" : "arun",
1273
+ "lastName" : "dhas",
1274
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/1000000000517/photo",
1275
+ "id" : "1000000000517",
1276
+ "email" : "case@zylker.com"
1277
+ },
1278
+ "languageCode" : "en_US,ta_IN",
1279
+ "exportCompletionTime" : 1644222094000,
1280
+ "type" : "agent",
1281
+ "languageName" : "English (United States),Tamil",
1282
+ "status" : "exported"
1283
+ }
1284
+ }
1285
+ }
1286
+ }
1287
+ },
1288
+ "x-custom-response-attributes" : {
1289
+ "disable-safe-headers" : "[]"
1290
+ }
1291
+ },
1292
+ "translationStatusJson" : {
1293
+ "description" : "translationStatusJson template definitions",
1294
+ "content" : {
1295
+ "application/json" : {
1296
+ "schema" : {
1297
+ "type" : [ "null", "object" ],
1298
+ "additionalProperties" : false,
1299
+ "properties" : {
1300
+ "status" : {
1301
+ "type" : [ "string", "null" ],
1302
+ "enum" : [ "active", "inactive" ],
1303
+ "maxLength" : 100,
1304
+ "minLength" : 0
1305
+ }
1306
+ },
1307
+ "required" : [ "status" ]
1308
+ },
1309
+ "examples" : {
1310
+ "Valid responses Definitions" : {
1311
+ "value" : {
1312
+ "status" : "active"
1313
+ }
1314
+ }
1315
+ }
1316
+ }
1317
+ },
1318
+ "x-custom-response-attributes" : {
1319
+ "disable-safe-headers" : "[]"
1320
+ }
1321
+ },
1322
+ "getTranslationExportHistoryResponse" : {
1323
+ "description" : "getTranslationExportHistoryResponse template definitions",
1324
+ "content" : {
1325
+ "application/json" : {
1326
+ "schema" : {
1327
+ "type" : [ "null", "object" ],
1328
+ "additionalProperties" : false,
1329
+ "properties" : {
1330
+ "data" : {
1331
+ "$ref" : "#/components/schemas/exportResponseAsArray"
1332
+ }
1333
+ },
1334
+ "required" : [ "data" ]
1335
+ },
1336
+ "examples" : {
1337
+ "Valid responses Definitions" : {
1338
+ "value" : {
1339
+ "data" : [ {
1340
+ "exportedTime" : 1644222032000,
1341
+ "exportedBy" : "4000000000329",
1342
+ "downloadURL" : "/api/v1/translationLanguageExports/4000000039083/content",
1343
+ "id" : "4000000039083",
1344
+ "exportedAgentDetails" : {
1345
+ "firstName" : "arun",
1346
+ "lastName" : "dhas",
1347
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/4000000000329/photo",
1348
+ "id" : "4000000000329",
1349
+ "email" : "case@zylker.com"
1350
+ },
1351
+ "languageCode" : "en_US",
1352
+ "exportCompletionTime" : 1644222094000,
1353
+ "type" : "agent",
1354
+ "languageName" : "English (United States)",
1355
+ "status" : "exported"
1356
+ }, {
1357
+ "exportedTime" : 1644221762000,
1358
+ "exportedBy" : "4000000000329",
1359
+ "downloadURL" : "/api/v1/translationLanguageExports/4000000038019/content",
1360
+ "id" : "4000000038019",
1361
+ "exportedAgentDetails" : {
1362
+ "firstName" : "arun",
1363
+ "lastName" : "dhas",
1364
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/4000000000329/photo",
1365
+ "id" : "4000000000329",
1366
+ "email" : "case@zylker.com"
1367
+ },
1368
+ "languageCode" : "en_US",
1369
+ "exportCompletionTime" : 1644221825000,
1370
+ "type" : "helpcenter",
1371
+ "languageName" : "English (United States)",
1372
+ "status" : "exported"
1373
+ } ]
1374
+ }
1375
+ }
1376
+ }
1377
+ }
1378
+ },
1379
+ "x-custom-response-attributes" : {
1380
+ "disable-safe-headers" : "[]"
1381
+ }
1382
+ },
1383
+ "translationResponseList" : {
1384
+ "description" : "translationResponseList template definitions",
1385
+ "content" : {
1386
+ "application/json" : {
1387
+ "schema" : {
1388
+ "type" : [ "null", "object" ],
1389
+ "additionalProperties" : false,
1390
+ "properties" : {
1391
+ "languages" : {
1392
+ "$ref" : "#/components/schemas/translationResponseArray"
1393
+ }
1394
+ },
1395
+ "required" : [ "languages" ]
1396
+ },
1397
+ "examples" : {
1398
+ "Valid responses Definitions" : {
1399
+ "value" : {
1400
+ "languages" : [ {
1401
+ "modifiedTime" : 1613479562000,
1402
+ "modifiedAgentDetails" : {
1403
+ "firstName" : "arun",
1404
+ "lastName" : "dhas",
1405
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/36000000000247/photo",
1406
+ "id" : "36000000000247",
1407
+ "email" : "case@zylker.com"
1408
+ },
1409
+ "code" : "zh",
1410
+ "importedTime" : 1613479562000,
1411
+ "exportStatus" : "exported",
1412
+ "exportURL" : "/api/v1/translationLanguageExports/1000000046188/content",
1413
+ "modifiedBy" : "36000000000247",
1414
+ "id" : "36000000461149",
1415
+ "importedBy" : "36000000000247",
1416
+ "status" : "active"
1417
+ }, {
1418
+ "modifiedTime" : 1616663456000,
1419
+ "modifiedAgentDetails" : {
1420
+ "firstName" : "arun",
1421
+ "lastName" : "dhas",
1422
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/36000000000247/photo",
1423
+ "id" : "36000000000247",
1424
+ "email" : "case@zylker.com"
1425
+ },
1426
+ "code" : "en_US",
1427
+ "importedTime" : 1616663456000,
1428
+ "exportStatus" : null,
1429
+ "exportURL" : null,
1430
+ "modifiedBy" : "36000000000247",
1431
+ "id" : "36000000689001",
1432
+ "importedBy" : "36000000000247",
1433
+ "status" : "yetToTranslate"
1434
+ } ]
1435
+ }
1436
+ }
1437
+ }
1438
+ }
1439
+ },
1440
+ "x-custom-response-attributes" : {
1441
+ "disable-safe-headers" : "[]"
1442
+ }
1443
+ },
1444
+ "translationResponse" : {
1445
+ "description" : "translationResponse template definitions",
1446
+ "content" : {
1447
+ "application/json" : {
1448
+ "schema" : {
1449
+ "type" : [ "null", "object" ],
1450
+ "additionalProperties" : false,
1451
+ "properties" : {
1452
+ "modifiedTime" : {
1453
+ "type" : [ "string", "null" ],
1454
+ "maxLength" : 100,
1455
+ "minLength" : 0,
1456
+ "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))"
1457
+ },
1458
+ "modifiedAgentDetails" : {
1459
+ "type" : [ "null", "object" ],
1460
+ "additionalProperties" : false,
1461
+ "maxProperties" : 5,
1462
+ "minProperties" : 5,
1463
+ "properties" : {
1464
+ "firstName" : {
1465
+ "type" : [ "string", "null" ],
1466
+ "maxLength" : 100,
1467
+ "minLength" : 0
1468
+ },
1469
+ "lastName" : {
1470
+ "type" : [ "string", "null" ],
1471
+ "maxLength" : 100,
1472
+ "minLength" : 0
1473
+ },
1474
+ "photoURL" : {
1475
+ "type" : [ "string", "null" ],
1476
+ "maxLength" : 100,
1477
+ "minLength" : 0,
1478
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1479
+ },
1480
+ "id" : {
1481
+ "type" : [ "string", "null", "integer" ],
1482
+ "format" : "int64",
1483
+ "pattern" : "([0-9]+)"
1484
+ },
1485
+ "email" : {
1486
+ "type" : [ "string", "null" ],
1487
+ "maxLength" : 100,
1488
+ "minLength" : 0,
1489
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1490
+ }
1491
+ },
1492
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1493
+ },
1494
+ "code" : {
1495
+ "type" : [ "string", "null" ],
1496
+ "enum" : [ "aa", "ab", "ae", "af-ZA", "ak", "am", "an", "ar-EG", "as-IN", "av", "ay", "az-AZ", "ba", "be-BY", "bg-BG", "bh-IN", "bi", "bm", "bn-IN", "bo", "br", "bs-BA", "ca-ES", "ce", "ch", "co", "cr", "cs-CZ", "cu", "cv", "cy", "da-DK", "de-DE", "dv-MV", "dz", "ee", "el-GR", "en-US", "eo", "es-ES", "et-EE", "eu-ES", "fa-IR", "ff", "fi-FI", "fj", "fo-FO", "fr-FR", "fy", "ga", "gd", "gl-ES", "gn", "gu-IN", "gv", "ha", "he-IL", "hi-IN", "ho", "hr-HR", "ht", "hu-HU", "hy-AM", "hz", "ia", "id-ID", "ie", "ig", "ii", "ik", "io", "is-IS", "it-IT", "iu", "ja-JP", "jv", "ka-GE", "kg", "ki", "kj", "kk-KZ", "kl", "km", "kn-IN", "ko-KR", "kr", "ks", "ku", "kv", "kw", "ky-KZ", "la", "lb", "lg", "li", "ln", "lo", "lt-LT", "lu", "lv-LV", "mg", "mh", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "ms-MY", "mt-MT", "my-MM", "na", "nb-NO", "nd", "ne", "ng", "nl-NL", "nn-NO", "no", "nr", "nv", "ny", "oc", "oj", "om", "or", "os", "pa-IN", "pi", "pl-PL", "ps-AR", "pt-PT", "qu-BO", "rm", "rn", "ro-RO", "ru-RU", "rw", "sa-IN", "sc", "sd", "se-NO", "sg", "si", "sk-SK", "sl-SI", "sm", "sn", "so", "sq-AL", "sr-SP", "ss", "st", "su", "sv-SE", "sw-KE", "ta-IN", "te-IN", "tg", "th-TH", "ti", "tk", "tl-PH", "tn-ZA", "to", "tr-TR", "ts", "tt-RU", "tw", "ty", "ug", "uk-UA", "ur-PK", "uz-UZ", "ve", "vi-VN", "vo", "wa", "wo", "xh-ZA", "yi", "yo", "za", "zh-CN", "zu-ZA", "fr-CA", "en-GB", "zh-TW", "pt-BR" ],
1497
+ "maxLength" : 100,
1498
+ "minLength" : 0,
1499
+ "x-custom-parameters-attributes" : {
1500
+ "removeExif" : false,
1501
+ "filterMatchedContent" : false,
1502
+ "antivirus" : false,
1503
+ "replacementString" : "",
1504
+ "allowInvalid" : false,
1505
+ "descrption" : "code of the language.",
1506
+ "secret" : false,
1507
+ "preserveCharsLimit" : 10,
1508
+ "trim" : false,
1509
+ "internalParam" : false,
1510
+ "preserveChars" : "0,5",
1511
+ "importUrl" : false,
1512
+ "decrypt" : false
1513
+ }
1514
+ },
1515
+ "createdBy" : {
1516
+ "type" : [ "string", "null", "integer" ],
1517
+ "format" : "int64",
1518
+ "pattern" : "([0-9]+)"
1519
+ },
1520
+ "exportStatus" : {
1521
+ "type" : [ "string", "null" ],
1522
+ "enum" : [ "initiated", "exporting", "exported", "failed", null ],
1523
+ "maxLength" : 100,
1524
+ "minLength" : 0
1525
+ },
1526
+ "exportURL" : {
1527
+ "type" : [ "string", "null" ],
1528
+ "maxLength" : 100,
1529
+ "minLength" : 0,
1530
+ "pattern" : "(/api/v1/translationLanguageExports/([0-9]+)/content|null)"
1531
+ },
1532
+ "name" : {
1533
+ "type" : [ "string", "null" ],
1534
+ "maxLength" : 300,
1535
+ "minLength" : 0
1536
+ },
1537
+ "createdTime" : {
1538
+ "type" : [ "string", "null" ],
1539
+ "maxLength" : 100,
1540
+ "minLength" : 0,
1541
+ "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))"
1542
+ },
1543
+ "modifiedBy" : {
1544
+ "type" : [ "string", "null", "integer" ],
1545
+ "format" : "int64",
1546
+ "pattern" : "([0-9]+)"
1547
+ },
1548
+ "id" : {
1549
+ "type" : [ "string", "null", "integer" ],
1550
+ "format" : "int64",
1551
+ "pattern" : "([0-9]+)"
1552
+ },
1553
+ "status" : {
1554
+ "type" : [ "string", "null" ],
1555
+ "enum" : [ "active", "inactive", "yetToTranslate" ],
1556
+ "maxLength" : 100,
1557
+ "minLength" : 0
1558
+ }
1559
+ },
1560
+ "required" : [ "code", "createdBy", "createdTime", "exportStatus", "exportURL", "id", "modifiedAgentDetails", "modifiedBy", "modifiedTime", "name", "status" ]
1561
+ },
1562
+ "examples" : {
1563
+ "Valid responses Definitions" : {
1564
+ "value" : {
1565
+ "languages" : [ {
1566
+ "modifiedTime" : 1613479562000,
1567
+ "modifiedAgentDetails" : {
1568
+ "firstName" : "arun",
1569
+ "lastName" : "dhas",
1570
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/36000000000247/photo",
1571
+ "id" : "36000000000247",
1572
+ "email" : "case@zylker.com"
1573
+ },
1574
+ "code" : "zh_CN",
1575
+ "importedTime" : 1613479562000,
1576
+ "exportStatus" : "exported",
1577
+ "exportURL" : "/api/v1/translationLanguageExports/1000000046188/content",
1578
+ "modifiedBy" : "36000000000247",
1579
+ "id" : "36000000461149",
1580
+ "importedBy" : "36000000000247",
1581
+ "status" : "inactive"
1582
+ } ]
1583
+ }
1584
+ }
1585
+ }
1586
+ }
1587
+ },
1588
+ "x-custom-response-attributes" : {
1589
+ "disable-safe-headers" : "[]"
1590
+ }
1591
+ },
1592
+ "getTranslationResponse" : {
1593
+ "description" : "getTranslationResponse template definitions",
1594
+ "content" : {
1595
+ "application/json" : {
1596
+ "schema" : {
1597
+ "type" : [ "null", "object" ],
1598
+ "additionalProperties" : false,
1599
+ "properties" : {
1600
+ "Field" : {
1601
+ "type" : [ "null", "object" ],
1602
+ "additionalProperties" : false,
1603
+ "patternProperties" : {
1604
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1605
+ "type" : [ "string", "null" ],
1606
+ "maxLength" : 100,
1607
+ "minLength" : 0,
1608
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1609
+ "x-custom-parameters-attributes" : {
1610
+ "languageId" : {
1611
+ "removeExif" : false,
1612
+ "filterMatchedContent" : false,
1613
+ "antivirus" : false,
1614
+ "replacementString" : "",
1615
+ "allowInvalid" : false,
1616
+ "descrption" : "Id of the language.",
1617
+ "secret" : false,
1618
+ "preserveCharsLimit" : 10,
1619
+ "trim" : false,
1620
+ "internalParam" : false,
1621
+ "preserveChars" : "0,5",
1622
+ "importUrl" : false,
1623
+ "decrypt" : false
1624
+ },
1625
+ "languageCode" : {
1626
+ "removeExif" : false,
1627
+ "filterMatchedContent" : false,
1628
+ "antivirus" : false,
1629
+ "replacementString" : "",
1630
+ "allowInvalid" : false,
1631
+ "descrption" : "code of the language.",
1632
+ "secret" : false,
1633
+ "preserveCharsLimit" : 10,
1634
+ "trim" : false,
1635
+ "internalParam" : false,
1636
+ "preserveChars" : "0,5",
1637
+ "importUrl" : false,
1638
+ "decrypt" : false
1639
+ },
1640
+ "portalname" : {
1641
+ "removeExif" : false,
1642
+ "filterMatchedContent" : false,
1643
+ "antivirus" : false,
1644
+ "replacementString" : "",
1645
+ "trim" : false,
1646
+ "internalParam" : false,
1647
+ "preserveChars" : "0,5",
1648
+ "allowInvalid" : false,
1649
+ "importUrl" : false,
1650
+ "secret" : false,
1651
+ "decrypt" : false,
1652
+ "preserveCharsLimit" : 10
1653
+ },
1654
+ "orgId" : {
1655
+ "removeExif" : false,
1656
+ "filterMatchedContent" : false,
1657
+ "antivirus" : false,
1658
+ "replacementString" : "",
1659
+ "trim" : false,
1660
+ "internalParam" : false,
1661
+ "preserveChars" : "0,5",
1662
+ "allowInvalid" : false,
1663
+ "importUrl" : false,
1664
+ "secret" : false,
1665
+ "decrypt" : false,
1666
+ "preserveCharsLimit" : 10
1667
+ }
1668
+ }
1669
+ }
1670
+ }
1671
+ },
1672
+ "Department" : {
1673
+ "type" : [ "null", "object" ],
1674
+ "additionalProperties" : false,
1675
+ "patternProperties" : {
1676
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1677
+ "type" : [ "string", "null" ],
1678
+ "maxLength" : 100,
1679
+ "minLength" : 0,
1680
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1681
+ "x-custom-parameters-attributes" : {
1682
+ "languageId" : {
1683
+ "removeExif" : false,
1684
+ "filterMatchedContent" : false,
1685
+ "antivirus" : false,
1686
+ "replacementString" : "",
1687
+ "allowInvalid" : false,
1688
+ "descrption" : "Id of the language.",
1689
+ "secret" : false,
1690
+ "preserveCharsLimit" : 10,
1691
+ "trim" : false,
1692
+ "internalParam" : false,
1693
+ "preserveChars" : "0,5",
1694
+ "importUrl" : false,
1695
+ "decrypt" : false
1696
+ },
1697
+ "languageCode" : {
1698
+ "removeExif" : false,
1699
+ "filterMatchedContent" : false,
1700
+ "antivirus" : false,
1701
+ "replacementString" : "",
1702
+ "allowInvalid" : false,
1703
+ "descrption" : "code of the language.",
1704
+ "secret" : false,
1705
+ "preserveCharsLimit" : 10,
1706
+ "trim" : false,
1707
+ "internalParam" : false,
1708
+ "preserveChars" : "0,5",
1709
+ "importUrl" : false,
1710
+ "decrypt" : false
1711
+ },
1712
+ "portalname" : {
1713
+ "removeExif" : false,
1714
+ "filterMatchedContent" : false,
1715
+ "antivirus" : false,
1716
+ "replacementString" : "",
1717
+ "trim" : false,
1718
+ "internalParam" : false,
1719
+ "preserveChars" : "0,5",
1720
+ "allowInvalid" : false,
1721
+ "importUrl" : false,
1722
+ "secret" : false,
1723
+ "decrypt" : false,
1724
+ "preserveCharsLimit" : 10
1725
+ },
1726
+ "orgId" : {
1727
+ "removeExif" : false,
1728
+ "filterMatchedContent" : false,
1729
+ "antivirus" : false,
1730
+ "replacementString" : "",
1731
+ "trim" : false,
1732
+ "internalParam" : false,
1733
+ "preserveChars" : "0,5",
1734
+ "allowInvalid" : false,
1735
+ "importUrl" : false,
1736
+ "secret" : false,
1737
+ "decrypt" : false,
1738
+ "preserveCharsLimit" : 10
1739
+ }
1740
+ }
1741
+ }
1742
+ }
1743
+ },
1744
+ "PickListValue" : {
1745
+ "type" : [ "null", "object" ],
1746
+ "additionalProperties" : false,
1747
+ "patternProperties" : {
1748
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1749
+ "type" : [ "string", "null" ],
1750
+ "maxLength" : 100,
1751
+ "minLength" : 0,
1752
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1753
+ "x-custom-parameters-attributes" : {
1754
+ "languageId" : {
1755
+ "removeExif" : false,
1756
+ "filterMatchedContent" : false,
1757
+ "antivirus" : false,
1758
+ "replacementString" : "",
1759
+ "allowInvalid" : false,
1760
+ "descrption" : "Id of the language.",
1761
+ "secret" : false,
1762
+ "preserveCharsLimit" : 10,
1763
+ "trim" : false,
1764
+ "internalParam" : false,
1765
+ "preserveChars" : "0,5",
1766
+ "importUrl" : false,
1767
+ "decrypt" : false
1768
+ },
1769
+ "languageCode" : {
1770
+ "removeExif" : false,
1771
+ "filterMatchedContent" : false,
1772
+ "antivirus" : false,
1773
+ "replacementString" : "",
1774
+ "allowInvalid" : false,
1775
+ "descrption" : "code of the language.",
1776
+ "secret" : false,
1777
+ "preserveCharsLimit" : 10,
1778
+ "trim" : false,
1779
+ "internalParam" : false,
1780
+ "preserveChars" : "0,5",
1781
+ "importUrl" : false,
1782
+ "decrypt" : false
1783
+ },
1784
+ "portalname" : {
1785
+ "removeExif" : false,
1786
+ "filterMatchedContent" : false,
1787
+ "antivirus" : false,
1788
+ "replacementString" : "",
1789
+ "trim" : false,
1790
+ "internalParam" : false,
1791
+ "preserveChars" : "0,5",
1792
+ "allowInvalid" : false,
1793
+ "importUrl" : false,
1794
+ "secret" : false,
1795
+ "decrypt" : false,
1796
+ "preserveCharsLimit" : 10
1797
+ },
1798
+ "orgId" : {
1799
+ "removeExif" : false,
1800
+ "filterMatchedContent" : false,
1801
+ "antivirus" : false,
1802
+ "replacementString" : "",
1803
+ "trim" : false,
1804
+ "internalParam" : false,
1805
+ "preserveChars" : "0,5",
1806
+ "allowInvalid" : false,
1807
+ "importUrl" : false,
1808
+ "secret" : false,
1809
+ "decrypt" : false,
1810
+ "preserveCharsLimit" : 10
1811
+ }
1812
+ }
1813
+ }
1814
+ }
1815
+ },
1816
+ "Report" : {
1817
+ "type" : [ "null", "object" ],
1818
+ "additionalProperties" : false
1819
+ },
1820
+ "Layout" : {
1821
+ "type" : [ "null", "object" ],
1822
+ "additionalProperties" : false
1823
+ },
1824
+ "Module" : {
1825
+ "type" : [ "null", "object" ],
1826
+ "additionalProperties" : false,
1827
+ "patternProperties" : {
1828
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1829
+ "type" : [ "string", "null" ],
1830
+ "maxLength" : 100,
1831
+ "minLength" : 0,
1832
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1833
+ "x-custom-parameters-attributes" : {
1834
+ "languageId" : {
1835
+ "removeExif" : false,
1836
+ "filterMatchedContent" : false,
1837
+ "antivirus" : false,
1838
+ "replacementString" : "",
1839
+ "allowInvalid" : false,
1840
+ "descrption" : "Id of the language.",
1841
+ "secret" : false,
1842
+ "preserveCharsLimit" : 10,
1843
+ "trim" : false,
1844
+ "internalParam" : false,
1845
+ "preserveChars" : "0,5",
1846
+ "importUrl" : false,
1847
+ "decrypt" : false
1848
+ },
1849
+ "languageCode" : {
1850
+ "removeExif" : false,
1851
+ "filterMatchedContent" : false,
1852
+ "antivirus" : false,
1853
+ "replacementString" : "",
1854
+ "allowInvalid" : false,
1855
+ "descrption" : "code of the language.",
1856
+ "secret" : false,
1857
+ "preserveCharsLimit" : 10,
1858
+ "trim" : false,
1859
+ "internalParam" : false,
1860
+ "preserveChars" : "0,5",
1861
+ "importUrl" : false,
1862
+ "decrypt" : false
1863
+ },
1864
+ "portalname" : {
1865
+ "removeExif" : false,
1866
+ "filterMatchedContent" : false,
1867
+ "antivirus" : false,
1868
+ "replacementString" : "",
1869
+ "trim" : false,
1870
+ "internalParam" : false,
1871
+ "preserveChars" : "0,5",
1872
+ "allowInvalid" : false,
1873
+ "importUrl" : false,
1874
+ "secret" : false,
1875
+ "decrypt" : false,
1876
+ "preserveCharsLimit" : 10
1877
+ },
1878
+ "orgId" : {
1879
+ "removeExif" : false,
1880
+ "filterMatchedContent" : false,
1881
+ "antivirus" : false,
1882
+ "replacementString" : "",
1883
+ "trim" : false,
1884
+ "internalParam" : false,
1885
+ "preserveChars" : "0,5",
1886
+ "allowInvalid" : false,
1887
+ "importUrl" : false,
1888
+ "secret" : false,
1889
+ "decrypt" : false,
1890
+ "preserveCharsLimit" : 10
1891
+ }
1892
+ }
1893
+ }
1894
+ }
1895
+ },
1896
+ "CustomView" : {
1897
+ "type" : [ "null", "object" ],
1898
+ "additionalProperties" : false
1899
+ }
1900
+ },
1901
+ "required" : [ "CustomView", "Department", "Field", "Layout", "Module", "PickListValue", "Report" ]
1902
+ },
1903
+ "examples" : {
1904
+ "Valid responses Definitions" : {
1905
+ "value" : {
1906
+ "Field" : {
1907
+ "tickets" : {
1908
+ "entitySkills" : "Skills",
1909
+ "modifiedTime" : "Modified Time",
1910
+ "ticketNumber" : "Request Id",
1911
+ "subCategory" : "Sub Category",
1912
+ "subject" : "Subject",
1913
+ "isArchived" : "Is Archived",
1914
+ "departmentId" : "Department",
1915
+ "dueDate" : "Due Date",
1916
+ "channel" : "Mode",
1917
+ "description" : "Description",
1918
+ "language" : "Language",
1919
+ "type" : "Department Sharing Type",
1920
+ "resolution" : "Resolution",
1921
+ "sharedCount" : "Shared Count",
1922
+ "threadStatus" : "Thread Status",
1923
+ "transitionOwnerDepartmentType" : "Transition Owner Department Type",
1924
+ "createdTime" : "Created Time",
1925
+ "modifiedBy" : "Modified By",
1926
+ "id" : "Case Id",
1927
+ "departments" : "Departments",
1928
+ "isResponseOverdue" : "Is Response Overdue",
1929
+ "email" : "Email",
1930
+ "customerResponseTime" : "Customer Responded Time",
1931
+ "productId" : "Product Name",
1932
+ "transitionOwnerDepartment" : "Transition Owner Department",
1933
+ "transitionOwnerAgent" : "Transition Owner Agent",
1934
+ "contactId" : "Contact Name",
1935
+ "threadCount" : "Thread Count",
1936
+ "sla" : "SLA",
1937
+ "transitionOwnerTeam" : "Transition Owner Team",
1938
+ "priority" : "Priority",
1939
+ "classification" : "Classification",
1940
+ "layoutId" : "Layout",
1941
+ "assigneeId" : "Case Owner",
1942
+ "commentCount" : "Comment Count",
1943
+ "blueprint" : "Blueprint",
1944
+ "accountId" : "Account Name",
1945
+ "isOverdue" : "Is Overdue",
1946
+ "phone" : "Phone",
1947
+ "createdBy" : "Created By",
1948
+ "teamId" : "Team",
1949
+ "isEscalated" : "Is Escalated",
1950
+ "lastActivityTime" : "Ticket Last Activity Time",
1951
+ "category" : "Category",
1952
+ "status" : "Status"
1953
+ },
1954
+ "calls" : {
1955
+ "callId" : "Activity Id",
1956
+ "modifiedTime" : "Modified Time",
1957
+ "reminder" : "Remind me",
1958
+ "contactId" : "Contact Name",
1959
+ "subject" : "Subject",
1960
+ "completedTime" : "Completed Time",
1961
+ "departmentId" : "Department",
1962
+ "creatorId" : "Created By",
1963
+ "description" : "Description",
1964
+ "activityTime" : "Activity Time",
1965
+ "priority" : "Priority",
1966
+ "ownerId" : "Call Owner",
1967
+ "layoutId" : "Layout",
1968
+ "teamId" : "Team",
1969
+ "createdTime" : "Created Time",
1970
+ "modifiedBy" : "Modified By",
1971
+ "lastActivityTime" : "calls Last Activity Time",
1972
+ "ticketId" : "Request",
1973
+ "direction" : "Direction",
1974
+ "status" : "Call Status"
1975
+ },
1976
+ "activities" : {
1977
+ "modifiedTime" : "Modified Time",
1978
+ "reminder" : "Remind me",
1979
+ "contactId" : "Contact Name",
1980
+ "subject" : "Subject",
1981
+ "completedTime" : "Completed Time",
1982
+ "creatorId" : "Created By",
1983
+ "description" : "Description",
1984
+ "activityTime" : "Activity Time",
1985
+ "ownerId" : "Owner",
1986
+ "priority" : "Priority",
1987
+ "teamId" : "Team",
1988
+ "createdTime" : "Created Time",
1989
+ "modifiedBy" : "Modified By",
1990
+ "id" : "Activity Id",
1991
+ "category" : "Category",
1992
+ "lastActivityTime" : "Activities Last Activity Time",
1993
+ "ticketId" : "Request",
1994
+ "status" : "Status"
1995
+ },
1996
+ "accounts" : {
1997
+ "modifiedTime" : "Modified Time",
1998
+ "country" : "Country",
1999
+ "website" : "Website",
2000
+ "code" : "Code",
2001
+ "contactId" : "Contact Name",
2002
+ "accountName" : "Account Name",
2003
+ "city" : "City",
2004
+ "description" : "Description",
2005
+ "industry" : "Industry",
2006
+ "ownerId" : "Account Owner",
2007
+ "layoutId" : "Layout",
2008
+ "crmAccountId" : "Mapped With CRM",
2009
+ "phone" : "Phone",
2010
+ "createdBy" : "Created By",
2011
+ "annualrevenue" : "Annual Revenue",
2012
+ "street" : "Street",
2013
+ "createdTime" : "Created Time",
2014
+ "modifiedBy" : "Modified By",
2015
+ "state" : "State",
2016
+ "id" : "Account Id",
2017
+ "fax" : "Fax",
2018
+ "lastActivityTime" : "Account Last Activity Time",
2019
+ "email" : "Email"
2020
+ },
2021
+ "timeEntry" : {
2022
+ "secondsSpent" : "Seconds Spent",
2023
+ "modifiedTime" : "Modified Time",
2024
+ "executedTime" : "Executed Time",
2025
+ "contactId" : "Contact Name",
2026
+ "departmentId" : "Department",
2027
+ "minutesSpent" : "Minutes Spent",
2028
+ "agentCostPerHour" : "Support Rep Cost Per Hour",
2029
+ "description" : "Description",
2030
+ "hoursSpent" : "Hours Spent",
2031
+ "ownerId" : "Support Rep",
2032
+ "layoutId" : "Layout",
2033
+ "isBillable" : "Billing Type",
2034
+ "activityId" : "Activity",
2035
+ "createdBy" : "Created By",
2036
+ "requestId" : "Request",
2037
+ "createdTime" : "Created Time",
2038
+ "modifiedBy" : "Modified By",
2039
+ "requestChargeType" : "Request Charge Type",
2040
+ "additionalCost" : "Additional Cost",
2041
+ "totalCost" : "Total Cost"
2042
+ },
2043
+ "contracts" : {
2044
+ "associatedSLAId" : "SLA Name",
2045
+ "modifiedTime" : "Modified Time",
2046
+ "productId" : "Product Name",
2047
+ "endDate" : "Contract End Date",
2048
+ "departmentId" : "Department",
2049
+ "contractNumber" : "Contract Number",
2050
+ "description" : "Description",
2051
+ "ownerId" : "Contract Owner",
2052
+ "layoutId" : "Layout",
2053
+ "accountId" : "Account Name",
2054
+ "createdBy" : "Created By",
2055
+ "createdTime" : "Created Time",
2056
+ "contractName" : "Contract Name",
2057
+ "modifiedBy" : "Modified By",
2058
+ "id" : "Contract Id",
2059
+ "startDate" : "Contract Start Date"
2060
+ },
2061
+ "tasks" : {
2062
+ "modifiedTime" : "Modified Time",
2063
+ "reminder" : "Remind At",
2064
+ "contactId" : "Contact Name",
2065
+ "subject" : "Subject",
2066
+ "completedTime" : "Completed Time",
2067
+ "departmentId" : "Department",
2068
+ "dueDate" : "Due Date",
2069
+ "creatorId" : "Created By",
2070
+ "description" : "Description",
2071
+ "activityTime" : "Activity Time",
2072
+ "ownerId" : "Task Owner",
2073
+ "priority" : "Priority",
2074
+ "layoutId" : "Layout",
2075
+ "teamId" : "Team",
2076
+ "createdTime" : "Created Time",
2077
+ "modifiedBy" : "Modified By",
2078
+ "lastActivityTime" : "tasks Last Activity Time",
2079
+ "category" : "Category",
2080
+ "ticketId" : "Request",
2081
+ "taskId" : "Activity Id",
2082
+ "status" : "Status"
2083
+ },
2084
+ "contacts" : {
2085
+ "lastName" : "Last Name",
2086
+ "modifiedTime" : "Modified Time",
2087
+ "country" : "Country",
2088
+ "secondaryEmail" : "Secondary Email",
2089
+ "city" : "City",
2090
+ "description" : "Description",
2091
+ "potentialsClosingDate" : "Closing Date",
2092
+ "type" : "Type",
2093
+ "ownerId" : "Contact Owner",
2094
+ "title" : "Title",
2095
+ "twitter" : "Twitter",
2096
+ "street" : "Street",
2097
+ "createdTime" : "Created Time",
2098
+ "isEndUser" : "isPortalUser",
2099
+ "modifiedBy" : "Modified By",
2100
+ "id" : "Contact Id",
2101
+ "state" : "State",
2102
+ "crmContactId" : "Mapped With CRM",
2103
+ "email" : "Email",
2104
+ "zip" : "Zip",
2105
+ "facebook" : "Facebook",
2106
+ "crmContactType" : "CRM Contact Type",
2107
+ "mobile" : "Mobile",
2108
+ "secAccountId" : "Secondary Accounts",
2109
+ "layoutId" : "Layout",
2110
+ "customerSince" : "Customer Since",
2111
+ "firstName" : "First Name",
2112
+ "accountId" : "Account Name",
2113
+ "potentialsRevenue" : "Total Revenue",
2114
+ "revenueReceived" : "Revenue Received",
2115
+ "phone" : "Phone",
2116
+ "createdBy" : "Created By",
2117
+ "lastActivityTime" : "Contact Last Activity Time",
2118
+ "ticketId" : "Ticket"
2119
+ },
2120
+ "events" : {
2121
+ "modifiedTime" : "Completed Time",
2122
+ "eventId" : "Activity Id",
2123
+ "reminder" : "Remind me",
2124
+ "contactId" : "Contact Name",
2125
+ "subject" : "Subject",
2126
+ "departmentId" : "Department",
2127
+ "creatorId" : "Created By",
2128
+ "description" : "Description",
2129
+ "activityTime" : "Activity Time",
2130
+ "priority" : "Priority",
2131
+ "ownerId" : "Event Owner",
2132
+ "layoutId" : "Layout",
2133
+ "teamId" : "Team",
2134
+ "createdTime" : "Created Time",
2135
+ "startTime" : "Start Time",
2136
+ "modifiedBy" : "Modified By",
2137
+ "category" : "Category",
2138
+ "lastActivityTime" : "Events Last Activity Time",
2139
+ "ticketId" : "Request",
2140
+ "status" : "Status"
2141
+ },
2142
+ "products" : {
2143
+ "unitPrice" : "Unit Price",
2144
+ "modifiedTime" : "Modified Time",
2145
+ "description" : "Description",
2146
+ "departmentIds" : "Department",
2147
+ "ownerId" : "Product Owner",
2148
+ "layoutId" : "Layout",
2149
+ "productName" : "Product Name",
2150
+ "manufacturer" : "Manufacturer",
2151
+ "productCategory" : "Product Category",
2152
+ "productCode" : "Product Code",
2153
+ "createdBy" : "Created By",
2154
+ "createdTime" : "Created Time",
2155
+ "modifiedBy" : "Modified By",
2156
+ "id" : "Product Id",
2157
+ "lastActivityTime" : "Product Last Activity Time"
2158
+ }
2159
+ },
2160
+ "Department" : {
2161
+ "departmentname" : "departmentName"
2162
+ },
2163
+ "PickListValue" : {
2164
+ "calls" : {
2165
+ "priority" : {
2166
+ "Highest" : "2"
2167
+ }
2168
+ },
2169
+ "tasks" : {
2170
+ "priority" : {
2171
+ "Highest" : "2"
2172
+ }
2173
+ },
2174
+ "events" : {
2175
+ "priority" : {
2176
+ "High" : "1",
2177
+ "Low" : "3",
2178
+ "Lowest" : "4",
2179
+ "Normal" : "5",
2180
+ "Highest" : "2"
2181
+ }
2182
+ },
2183
+ "products" : {
2184
+ "productCategory" : {
2185
+ "Hardware" : "h2"
2186
+ }
2187
+ }
2188
+ },
2189
+ "Layout" : {
2190
+ "tickets" : {
2191
+ "departmentname" : {
2192
+ "layoutname" : "layoutName"
2193
+ }
2194
+ },
2195
+ "calls" : {
2196
+ "departmentname" : {
2197
+ "layoutname" : "layoutName"
2198
+ }
2199
+ },
2200
+ "accounts" : {
2201
+ "layoutname" : "layoutName"
2202
+ },
2203
+ "timeEntry" : {
2204
+ "departmentname" : {
2205
+ "layoutname" : "layoutName"
2206
+ }
2207
+ },
2208
+ "contracts" : {
2209
+ "layoutname" : "layoutName"
2210
+ },
2211
+ "contacts" : {
2212
+ "layoutname" : "layoutName"
2213
+ },
2214
+ "events" : {
2215
+ "departmentname" : {
2216
+ "layoutname" : "layoutName"
2217
+ }
2218
+ },
2219
+ "tasks" : {
2220
+ "departmentname" : {
2221
+ "layoutname" : "layoutName"
2222
+ }
2223
+ },
2224
+ "products" : {
2225
+ "layoutname" : "layoutName"
2226
+ }
2227
+ },
2228
+ "Report" : {
2229
+ "AllDepartments" : {
2230
+ "Static Reports" : {
2231
+ "reopenTickets" : {
2232
+ "188347000000176023" : "reopenTickets"
2233
+ },
2234
+ "slaReports" : {
2235
+ "188347000000176020" : "slaReports"
2236
+ },
2237
+ "agentAvailability" : {
2238
+ "188347000000268029" : "agentAvailability"
2239
+ },
2240
+ "incomingThreads" : {
2241
+ "188347000000176029" : "incomingThreads"
2242
+ },
2243
+ "responseTime" : {
2244
+ "188347000000176026" : "responseTime"
2245
+ },
2246
+ "agentPerformanceReport" : {
2247
+ "188347000000268021" : "agentPerformanceReport"
2248
+ },
2249
+ "resolutionTime" : {
2250
+ "188347000000176032" : "resolutionTime"
2251
+ },
2252
+ "stagingReports" : {
2253
+ "188347000000268032" : "stagingReports"
2254
+ }
2255
+ },
2256
+ "Global Reports" : {
2257
+ "Tickets by departments" : {
2258
+ "188347000000276189" : "Tickets by departments"
2259
+ }
2260
+ }
2261
+ }
2262
+ },
2263
+ "Module" : {
2264
+ "reports" : "Reports",
2265
+ "tickets" : "Tickets",
2266
+ "im" : "IM",
2267
+ "social" : "Social",
2268
+ "community" : "Community",
2269
+ "contracts" : "Contracts",
2270
+ "dashboards" : "Dashboards",
2271
+ "products" : "Products",
2272
+ "calls" : "Calls",
2273
+ "activities" : "Activities",
2274
+ "chat" : "Chat",
2275
+ "accounts" : "Accounts",
2276
+ "timeEntry" : "TimeEntry",
2277
+ "contacts" : "Contacts",
2278
+ "tasks" : "Tasks",
2279
+ "events" : "Events"
2280
+ }
2281
+ }
2282
+ }
2283
+ }
2284
+ }
2285
+ },
2286
+ "x-custom-response-attributes" : {
2287
+ "disable-safe-headers" : "[]"
2288
+ }
2289
+ },
2290
+ "languagesList" : {
2291
+ "description" : "languagesList template definitions",
2292
+ "content" : {
2293
+ "application/json" : {
2294
+ "schema" : {
2295
+ "type" : [ "null", "object" ],
2296
+ "additionalProperties" : false,
2297
+ "properties" : {
2298
+ "languages" : {
2299
+ "$ref" : "#/components/schemas/languagesArray"
2300
+ }
2301
+ },
2302
+ "required" : [ "languages" ]
2303
+ },
2304
+ "examples" : {
2305
+ "Valid responses Definitions" : {
2306
+ "value" : {
2307
+ "languages" : [ {
2308
+ "isConfigured" : false,
2309
+ "code" : "en_US",
2310
+ "name" : "English (United States)"
2311
+ }, {
2312
+ "isConfigured" : false,
2313
+ "code" : "ja_JP",
2314
+ "name" : "Japanese (Japan)"
2315
+ }, {
2316
+ "isConfigured" : false,
2317
+ "code" : "zh_CN",
2318
+ "name" : "Chinese (China)"
2319
+ }, {
2320
+ "isConfigured" : false,
2321
+ "code" : "es_ES",
2322
+ "name" : "Spanish (Spain)"
2323
+ }, {
2324
+ "isConfigured" : false,
2325
+ "code" : "de_DE",
2326
+ "name" : "German (Germany)"
2327
+ }, {
2328
+ "isConfigured" : false,
2329
+ "code" : "fr_FR",
2330
+ "name" : "French (France)"
2331
+ }, {
2332
+ "isConfigured" : false,
2333
+ "code" : "tr_TR",
2334
+ "name" : "Turkish (Turkey)"
2335
+ }, {
2336
+ "isConfigured" : false,
2337
+ "code" : "ru_RU",
2338
+ "name" : "Russian (Russia)"
2339
+ }, {
2340
+ "isConfigured" : false,
2341
+ "code" : "pt_BR",
2342
+ "name" : "Portuguese (Brazil)"
2343
+ }, {
2344
+ "isConfigured" : false,
2345
+ "code" : "it_IT",
2346
+ "name" : "Italian (Italy)"
2347
+ }, {
2348
+ "isConfigured" : false,
2349
+ "code" : "nl_NL",
2350
+ "name" : "Dutch (Netherlands)"
2351
+ }, {
2352
+ "isConfigured" : false,
2353
+ "code" : "da_DK",
2354
+ "name" : "Danish (Denmark)"
2355
+ }, {
2356
+ "isConfigured" : false,
2357
+ "code" : "sv_SE",
2358
+ "name" : "Swedish (Sweden)"
2359
+ }, {
2360
+ "isConfigured" : false,
2361
+ "code" : "pl_PL",
2362
+ "name" : "Polish (Poland)"
2363
+ }, {
2364
+ "isConfigured" : false,
2365
+ "code" : "ar_EG",
2366
+ "name" : "Arabic (Egypt)"
2367
+ }, {
2368
+ "isConfigured" : false,
2369
+ "code" : "he_IL",
2370
+ "name" : "Hebrew (Israel)"
2371
+ }, {
2372
+ "isConfigured" : false,
2373
+ "code" : "af_ZA",
2374
+ "name" : "Afrikaans (South Africa)"
2375
+ }, {
2376
+ "isConfigured" : false,
2377
+ "code" : "cs_CZ",
2378
+ "name" : "Czech (Czech Republic)"
2379
+ }, {
2380
+ "isConfigured" : false,
2381
+ "code" : "fr_CA",
2382
+ "name" : "French (Canada)"
2383
+ }, {
2384
+ "isConfigured" : false,
2385
+ "code" : "bg_BG",
2386
+ "name" : "Bulgarian (Bulgaria)"
2387
+ }, {
2388
+ "isConfigured" : false,
2389
+ "code" : "fi_FI",
2390
+ "name" : "Finnish (Finland)"
2391
+ }, {
2392
+ "isConfigured" : false,
2393
+ "code" : "el_GR",
2394
+ "name" : "Greek (Greece)"
2395
+ }, {
2396
+ "isConfigured" : false,
2397
+ "code" : "hu_HU",
2398
+ "name" : "Hungarian (Hungary)"
2399
+ }, {
2400
+ "isConfigured" : false,
2401
+ "code" : "id_ID",
2402
+ "name" : "Indonesian (Indonesia)"
2403
+ }, {
2404
+ "isConfigured" : false,
2405
+ "code" : "nb_NO",
2406
+ "name" : "Norwegian Bokmål (Norway)"
2407
+ }, {
2408
+ "isConfigured" : false,
2409
+ "code" : "ro_RO",
2410
+ "name" : "Romanian (Romania)"
2411
+ }, {
2412
+ "isConfigured" : false,
2413
+ "code" : "th_TH",
2414
+ "name" : "Thai (Thailand)"
2415
+ }, {
2416
+ "isConfigured" : false,
2417
+ "code" : "uk_UA",
2418
+ "name" : "Ukrainian (Ukraine)"
2419
+ }, {
2420
+ "isConfigured" : false,
2421
+ "code" : "vi_VN",
2422
+ "name" : "Vietnamese (Vietnam)"
2423
+ }, {
2424
+ "isConfigured" : false,
2425
+ "code" : "ur_PK",
2426
+ "name" : "Urdu (Pakistan)"
2427
+ }, {
2428
+ "isConfigured" : false,
2429
+ "code" : "hi_IN",
2430
+ "name" : "Hindi (India)"
2431
+ }, {
2432
+ "isConfigured" : false,
2433
+ "code" : "te_IN",
2434
+ "name" : "Telugu (India)"
2435
+ }, {
2436
+ "isConfigured" : false,
2437
+ "code" : "kn_IN",
2438
+ "name" : "Kannada (India)"
2439
+ }, {
2440
+ "isConfigured" : false,
2441
+ "code" : "ta_IN",
2442
+ "name" : "Tamil (India)"
2443
+ }, {
2444
+ "isConfigured" : false,
2445
+ "code" : "mr_IN",
2446
+ "name" : "Marathi (India)"
2447
+ }, {
2448
+ "isConfigured" : false,
2449
+ "code" : "ko_KR",
2450
+ "name" : "Korean (South Korea)"
2451
+ }, {
2452
+ "isConfigured" : false,
2453
+ "code" : "fa_IR",
2454
+ "name" : "Persian (Iran)"
2455
+ }, {
2456
+ "isConfigured" : false,
2457
+ "code" : "bn_IN",
2458
+ "name" : "Bengali (India)"
2459
+ }, {
2460
+ "isConfigured" : false,
2461
+ "code" : "gu_IN",
2462
+ "name" : "Gujarati (India)"
2463
+ }, {
2464
+ "isConfigured" : false,
2465
+ "code" : "ms_MY",
2466
+ "name" : "Malay (Malaysia)"
2467
+ }, {
2468
+ "isConfigured" : false,
2469
+ "code" : "ml_IN",
2470
+ "name" : "Malayalam (India)"
2471
+ }, {
2472
+ "isConfigured" : false,
2473
+ "code" : "en_GB",
2474
+ "name" : "English (United Kingdom)"
2475
+ }, {
2476
+ "isConfigured" : false,
2477
+ "code" : "sk_SK",
2478
+ "name" : "Slovak (Slovakia)"
2479
+ }, {
2480
+ "isConfigured" : false,
2481
+ "code" : "hr_HR",
2482
+ "name" : "Croatian (Croatia)"
2483
+ }, {
2484
+ "isConfigured" : false,
2485
+ "code" : "sl_SI",
2486
+ "name" : "Slovenian (Slovenia)"
2487
+ }, {
2488
+ "isConfigured" : false,
2489
+ "code" : "zh_TW",
2490
+ "name" : "Chinese (Taiwan)"
2491
+ }, {
2492
+ "isConfigured" : false,
2493
+ "code" : "ca_ES",
2494
+ "name" : "Catalan (Spain)"
2495
+ }, {
2496
+ "isConfigured" : false,
2497
+ "code" : "ka_GE",
2498
+ "name" : "Georgian (Georgia)"
2499
+ }, {
2500
+ "isConfigured" : false,
2501
+ "code" : "kk_KZ",
2502
+ "name" : "Kazakh (Kazakhstan)"
2503
+ } ]
2504
+ }
2505
+ }
2506
+ }
2507
+ }
2508
+ },
2509
+ "x-custom-response-attributes" : {
2510
+ "disable-safe-headers" : "[]"
2511
+ }
2512
+ }
2513
+ },
2514
+ "parameters" : {
2515
+ "searchString" : {
2516
+ "name" : "searchString",
2517
+ "in" : "query",
2518
+ "description" : "String that is used to search the entire import and its history.",
2519
+ "required" : false,
2520
+ "style" : "form",
2521
+ "explode" : true,
2522
+ "schema" : {
2523
+ "type" : [ "string", "null" ],
2524
+ "description" : "String that is used to search the entire import and its history.",
2525
+ "maxLength" : 100,
2526
+ "minLength" : 0
2527
+ }
2528
+ },
2529
+ "limit" : {
2530
+ "name" : "limit",
2531
+ "in" : "query",
2532
+ "description" : "Number of translation languages details to fetch",
2533
+ "required" : false,
2534
+ "style" : "form",
2535
+ "explode" : true,
2536
+ "schema" : {
2537
+ "type" : [ "string", "null", "integer" ],
2538
+ "format" : "int32",
2539
+ "description" : "Number of translation languages details to fetch",
2540
+ "pattern" : "([0-9]+)"
2541
+ }
2542
+ },
2543
+ "languageId" : {
2544
+ "name" : "languageId",
2545
+ "in" : "path",
2546
+ "description" : "Id of the language.",
2547
+ "required" : true,
2548
+ "style" : "simple",
2549
+ "explode" : false,
2550
+ "schema" : {
2551
+ "type" : [ "string", "null", "integer" ],
2552
+ "format" : "int64",
2553
+ "description" : "Id of the language.",
2554
+ "pattern" : "([0-9]+)"
2555
+ }
2556
+ },
2557
+ "from" : {
2558
+ "name" : "from",
2559
+ "in" : "query",
2560
+ "description" : "Index starting point to fetch the information of translation languages.",
2561
+ "required" : false,
2562
+ "style" : "form",
2563
+ "explode" : true,
2564
+ "schema" : {
2565
+ "type" : [ "string", "null", "integer" ],
2566
+ "format" : "int32",
2567
+ "description" : "Index starting point to fetch the information of translation languages.",
2568
+ "pattern" : "([0-9]+)"
2569
+ }
2570
+ },
2571
+ "isAscending" : {
2572
+ "name" : "isAscending",
2573
+ "in" : "query",
2574
+ "description" : "Sorting order of the imports.",
2575
+ "required" : false,
2576
+ "style" : "form",
2577
+ "explode" : true,
2578
+ "schema" : {
2579
+ "type" : [ "boolean", "null" ],
2580
+ "description" : "Sorting order of the imports."
2581
+ }
2582
+ },
2583
+ "status" : {
2584
+ "name" : "status",
2585
+ "in" : "query",
2586
+ "description" : "The status of the import. The allowed values are: @failed@, @completed@, @inprogress@",
2587
+ "required" : false,
2588
+ "style" : "form",
2589
+ "explode" : true,
2590
+ "schema" : {
2591
+ "type" : [ "string", "null" ],
2592
+ "description" : "The status of the import. The allowed values are: @failed@, @completed@, @inprogress@",
2593
+ "enum" : [ "failed", "completed", "inprogress" ]
2594
+ }
2595
+ }
2596
+ },
2597
+ "requestBodies" : {
2598
+ "translationAddRequest" : {
2599
+ "content" : {
2600
+ "application/json" : {
2601
+ "schema" : {
2602
+ "type" : [ "null", "object" ],
2603
+ "additionalProperties" : false,
2604
+ "properties" : {
2605
+ "code" : {
2606
+ "$ref" : "#/components/schemas/languageCode_array"
2607
+ }
2608
+ },
2609
+ "required" : [ "code" ]
2610
+ },
2611
+ "examples" : {
2612
+ "Valid requestBody Definitions" : {
2613
+ "value" : {
2614
+ "code" : [ "af-ZA", "en-US" ]
2615
+ }
2616
+ }
2617
+ }
2618
+ }
2619
+ },
2620
+ "x-custom-request-body-attributes" : {
2621
+ "non-empty" : false,
2622
+ "allow-invalid" : false
2623
+ }
2624
+ },
2625
+ "translationDeleteRequest" : {
2626
+ "content" : {
2627
+ "application/json" : {
2628
+ "schema" : {
2629
+ "type" : [ "null", "object" ],
2630
+ "additionalProperties" : false,
2631
+ "properties" : {
2632
+ "languageIds" : {
2633
+ "$ref" : "#/components/schemas/LanguageId_Array"
2634
+ }
2635
+ },
2636
+ "required" : [ "languageIds" ]
2637
+ },
2638
+ "examples" : {
2639
+ "Valid requestBody Definitions" : {
2640
+ "value" : null
2641
+ }
2642
+ }
2643
+ }
2644
+ },
2645
+ "x-custom-request-body-attributes" : {
2646
+ "non-empty" : false,
2647
+ "allow-invalid" : false
2648
+ }
2649
+ },
2650
+ "exportTranslationRequest" : {
2651
+ "content" : {
2652
+ "application/json" : {
2653
+ "schema" : {
2654
+ "type" : [ "null", "object" ],
2655
+ "additionalProperties" : false,
2656
+ "properties" : {
2657
+ "languageCodes" : {
2658
+ "$ref" : "#/components/schemas/languageCode_array"
2659
+ },
2660
+ "languageCode" : {
2661
+ "type" : [ "string", "null" ],
2662
+ "enum" : [ "en_US", "ta_IN", "zh_CN", "te_IN" ,"is_IS","nl_NL","hi_IN","ja_JP","he_IL","de_DE" ,"zh_TW","ko_KR","pt_BR","es_ES","kk_KZ","it_IT","ru_RU","pl_PL","ro_RO","ar_EG",
2663
+ "sv_SE","id_ID","tr_TR","da_DK","fr_FR","vi_VN","th_TH"
2664
+ ],
2665
+ "maxLength" : 100,
2666
+ "minLength" : 0
2667
+ },
2668
+ "modules" : {
2669
+ "$ref" : "#/components/schemas/modules_array"
2670
+ },
2671
+ "content" : {
2672
+ "type" : [ "string", "null" ],
2673
+ "enum" : [ "translated", "tobetranslated" ],
2674
+ "maxLength" : 100,
2675
+ "minLength" : 0
2676
+ },
2677
+ "entity" : {
2678
+ "$ref" : "#/components/schemas/entity_array"
2679
+ }
2680
+ }
2681
+ },
2682
+ "examples" : {
2683
+ "Valid requestBody Definitions" : {
2684
+ "value" : {
2685
+ "languageCodes" : [ "en_US", "ta_IN" ],
2686
+ "modules" : [ "contacts" ],
2687
+ "content" : "tobetranslated"
2688
+ }
2689
+ }
2690
+ }
2691
+ }
2692
+ },
2693
+ "x-custom-request-body-attributes" : {
2694
+ "non-empty" : false,
2695
+ "allow-invalid" : false
2696
+ }
2697
+ },
2698
+ "translationStatusJson" : {
2699
+ "content" : {
2700
+ "application/json" : {
2701
+ "schema" : {
2702
+ "type" : [ "null", "object" ],
2703
+ "additionalProperties" : false,
2704
+ "properties" : {
2705
+ "status" : {
2706
+ "type" : [ "string", "null" ],
2707
+ "enum" : [ "active", "inactive" ],
2708
+ "maxLength" : 100,
2709
+ "minLength" : 0
2710
+ }
2711
+ }
2712
+ },
2713
+ "examples" : {
2714
+ "Valid requestBody Definitions" : {
2715
+ "value" : {
2716
+ "status" : "active"
2717
+ }
2718
+ }
2719
+ }
2720
+ }
2721
+ },
2722
+ "x-custom-request-body-attributes" : {
2723
+ "non-empty" : false,
2724
+ "allow-invalid" : false
2725
+ }
2726
+ },
2727
+ "translationUpdateRequest" : {
2728
+ "content" : {
2729
+ "application/json" : {
2730
+ "schema" : {
2731
+ "type" : [ "null", "object" ],
2732
+ "additionalProperties" : false,
2733
+ "properties" : {
2734
+ "status" : {
2735
+ "type" : [ "string", "null" ],
2736
+ "enum" : [ "active", "inactive" ],
2737
+ "maxLength" : 100,
2738
+ "minLength" : 0
2739
+ }
2740
+ },
2741
+ "required" : [ "status" ]
2742
+ },
2743
+ "examples" : {
2744
+ "Valid requestBody Definitions" : {
2745
+ "value" : {
2746
+ "code" : "zh_CN",
2747
+ "status" : "inactive"
2748
+ }
2749
+ }
2750
+ }
2751
+ }
2752
+ },
2753
+ "x-custom-request-body-attributes" : {
2754
+ "non-empty" : false,
2755
+ "allow-invalid" : false
2756
+ }
2757
+ }
2758
+ },
2759
+ "securitySchemes" : {
2760
+ "cookie-auth" : {
2761
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2762
+ },
2763
+ "org-oauth" : {
2764
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2765
+ },
2766
+ "iam-oauth2-schema" : {
2767
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2768
+ }
2769
+ }
2770
+ },
2771
+ "x-entity" : "TranslationLanguages"
2772
+ }