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,2419 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "SubjectAccessRequest",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "tickets",
7
+ "x-module-group" : "tickets"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/subjectAccessRequests/exportAll" : {
11
+ "post" : {
12
+ "tags" : [ "SubjectAccessRequest" ],
13
+ "summary" : "Export all subject data from Zoho Desk",
14
+ "description" : "This API exports data related to the subject, from your Zoho Desk portal.",
15
+ "operationId" : "sarExportAll",
16
+ "parameters" : [ {
17
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
18
+ } ],
19
+ "requestBody" : {
20
+ "$ref" : "#/components/requestBodies/sarExportAll"
21
+ },
22
+ "responses" : {
23
+ "422" : {
24
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
25
+ },
26
+ "401" : {
27
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
28
+ },
29
+ "200" : {
30
+ "$ref" : "#/components/responses/subjectAccessRequestExportAllKeys"
31
+ }
32
+ },
33
+ "security" : [ {
34
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
35
+ }, {
36
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
37
+ } ],
38
+ "x-audience" : [ "external-public" ],
39
+ "x-custom-url-attribute" : {
40
+ "security" : {
41
+ "throttle" : {
42
+ "inline" : [ {
43
+ "scope" : "APPSERVER",
44
+ "rules" : [ {
45
+ "duration" : 60000,
46
+ "lock-period" : 300000,
47
+ "threshold" : 20,
48
+ "hip" : false
49
+ }, {
50
+ "duration" : 3600000,
51
+ "lock-period" : 900000,
52
+ "threshold" : 100,
53
+ "hip" : false
54
+ }, {
55
+ "duration" : 86400000,
56
+ "lock-period" : 2700000,
57
+ "threshold" : 200,
58
+ "hip" : false
59
+ } ],
60
+ "window" : "ROLLING",
61
+ "key" : "url.path+user.zuid"
62
+ } ]
63
+ },
64
+ "extraparams" : {
65
+ "disable" : true,
66
+ "ignore" : false
67
+ },
68
+ "authentication" : { }
69
+ },
70
+ "clan-group" : "tickets",
71
+ "apihash" : "54215be50e4ba6c1b23ed4eb3c6fe017",
72
+ "module-group" : "tickets",
73
+ "apimethod" : "com.zoho.support.restapi.SarService.exportAll"
74
+ }
75
+ }
76
+ },
77
+ "/api/v1/subjectAccessRequests/fieldsAndConditions" : {
78
+ "get" : {
79
+ "tags" : [ "SubjectAccessRequest" ],
80
+ "summary" : "Get fields and conditions",
81
+ "description" : "This API fetchs possible fileds list and conditions",
82
+ "operationId" : "getFieldsAndConditions",
83
+ "parameters" : [ {
84
+ "name" : "module",
85
+ "in" : "query",
86
+ "description" : "Name of the modules from which the resources must be fetched. Values allowed are @tickets@ and @contacts@. If you want to fetch resources from both modules, pass the value @allEntities@.",
87
+ "required" : true,
88
+ "style" : "form",
89
+ "explode" : true,
90
+ "schema" : {
91
+ "type" : [ "string", "null" ],
92
+ "description" : "Name of the modules from which the resources must be fetched. Values allowed are @tickets@ and @contacts@. If you want to fetch resources from both modules, pass the value @allEntities@.",
93
+ "enum" : [ "tickets" ],
94
+ "maxLength" : 100,
95
+ "minLength" : 0
96
+ }
97
+ }, {
98
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
99
+ } ],
100
+ "responses" : {
101
+ "422" : {
102
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
103
+ },
104
+ "204" : {
105
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
106
+ },
107
+ "200" : {
108
+ "$ref" : "#/components/responses/fieldsAndConditions"
109
+ }
110
+ },
111
+ "security" : [ {
112
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
113
+ }, {
114
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
115
+ } ],
116
+ "x-audience" : [ "external-public" ],
117
+ "x-custom-url-attribute" : {
118
+ "security" : {
119
+ "throttle" : {
120
+ "inline" : [ {
121
+ "scope" : "APPSERVER",
122
+ "rules" : [ {
123
+ "duration" : 60000,
124
+ "lock-period" : 300000,
125
+ "threshold" : 50,
126
+ "hip" : false
127
+ }, {
128
+ "duration" : 3600000,
129
+ "lock-period" : 900000,
130
+ "threshold" : 500,
131
+ "hip" : false
132
+ } ],
133
+ "window" : "ROLLING",
134
+ "key" : "url.path+user.zuid"
135
+ } ]
136
+ },
137
+ "extraparams" : {
138
+ "disable" : true,
139
+ "ignore" : false
140
+ },
141
+ "authentication" : { }
142
+ },
143
+ "clan-group" : "tickets",
144
+ "apihash" : "e92571c5a77c8fc3cbd98e43dc329807",
145
+ "module-group" : "tickets",
146
+ "apimethod" : "com.zoho.support.restapi.SarService.getFieldConditions"
147
+ }
148
+ }
149
+ },
150
+ "/api/v1/subjectAccessRequests/{sarId}" : {
151
+ "get" : {
152
+ "tags" : [ "SubjectAccessRequest" ],
153
+ "summary" : "Get subject access request",
154
+ "description" : "This API fetches the details of a particular SAR.",
155
+ "operationId" : "getSubjectAccessRequest",
156
+ "parameters" : [ {
157
+ "name" : "include",
158
+ "in" : "query",
159
+ "description" : "Additional information related to the request. Values allowed are: @createdBy@ and @modifiedBy@. You can pass multiple values by separating them using commas in the API request.",
160
+ "required" : false,
161
+ "style" : "simple",
162
+ "explode" : true,
163
+ "schema" : {
164
+ "type" : [ "null", "array" ],
165
+ "description" : "Additional information related to the request. Values allowed are: @createdBy@ and @modifiedBy@. You can pass multiple values by separating them using commas in the API request.",
166
+ "items" : {
167
+ "type" : [ "string", "null" ],
168
+ "enum" : [ "createdBy", "modifiedBy" ],
169
+ "maxLength" : 100,
170
+ "minLength" : 0,
171
+ "x-custom-parameters-attributes" : [ ]
172
+ },
173
+ "uniqueItems" : true
174
+ }
175
+ }, {
176
+ "$ref" : "#/components/parameters/sarId"
177
+ }, {
178
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
179
+ } ],
180
+ "responses" : {
181
+ "422" : {
182
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
183
+ },
184
+ "401" : {
185
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
186
+ },
187
+ "200" : {
188
+ "$ref" : "#/components/responses/getSubjectAccessRequestResponse"
189
+ }
190
+ },
191
+ "security" : [ {
192
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
193
+ }, {
194
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
195
+ } ],
196
+ "x-audience" : [ "external-public" ],
197
+ "x-custom-url-attribute" : {
198
+ "security" : {
199
+ "throttle" : {
200
+ "inline" : [ {
201
+ "scope" : "APPSERVER",
202
+ "rules" : [ {
203
+ "duration" : 60000,
204
+ "lock-period" : 300000,
205
+ "threshold" : 50,
206
+ "hip" : false
207
+ }, {
208
+ "duration" : 3600000,
209
+ "lock-period" : 900000,
210
+ "threshold" : 500,
211
+ "hip" : false
212
+ } ],
213
+ "window" : "ROLLING",
214
+ "key" : "url.path+user.zuid"
215
+ } ]
216
+ },
217
+ "extraparams" : {
218
+ "disable" : true,
219
+ "ignore" : false
220
+ },
221
+ "authentication" : { }
222
+ },
223
+ "clan-group" : "tickets",
224
+ "apihash" : "5f779f50ebcd149d8f73fa7afbd788c4",
225
+ "module-group" : "tickets",
226
+ "apimethod" : "com.zoho.support.restapi.SarService.getSar"
227
+ }
228
+ },
229
+ "patch" : {
230
+ "tags" : [ "SubjectAccessRequest" ],
231
+ "summary" : "Update subject access request",
232
+ "description" : "This API updates the details of a particular SAR.",
233
+ "operationId" : "updateSar",
234
+ "parameters" : [ {
235
+ "$ref" : "#/components/parameters/sarId"
236
+ }, {
237
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
238
+ } ],
239
+ "requestBody" : {
240
+ "$ref" : "#/components/requestBodies/updateSarRequest"
241
+ },
242
+ "responses" : {
243
+ "422" : {
244
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
245
+ },
246
+ "401" : {
247
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
248
+ },
249
+ "200" : {
250
+ "$ref" : "#/components/responses/updateSarResponse"
251
+ }
252
+ },
253
+ "security" : [ {
254
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
255
+ }, {
256
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
257
+ } ],
258
+ "x-audience" : [ "company-internal" ],
259
+ "x-custom-url-attribute" : {
260
+ "security" : {
261
+ "throttle" : {
262
+ "inline" : [ {
263
+ "scope" : "APPSERVER",
264
+ "rules" : [ {
265
+ "duration" : 60000,
266
+ "lock-period" : 300000,
267
+ "threshold" : 50,
268
+ "hip" : false
269
+ }, {
270
+ "duration" : 3600000,
271
+ "lock-period" : 900000,
272
+ "threshold" : 500,
273
+ "hip" : false
274
+ } ],
275
+ "window" : "ROLLING",
276
+ "key" : "url.path+user.zuid"
277
+ } ]
278
+ },
279
+ "extraparams" : {
280
+ "disable" : true,
281
+ "ignore" : false
282
+ },
283
+ "ip-validations" : "trusted",
284
+ "authentication" : { }
285
+ },
286
+ "clan-group" : "tickets",
287
+ "apihash" : "3cd3ea41b203633d4096dbc65a7138a4",
288
+ "module-group" : "tickets",
289
+ "apimethod" : "com.zoho.support.restapi.SarService.update"
290
+ }
291
+ }
292
+ },
293
+ "/api/v1/subjectAccessRequests/eraseAll" : {
294
+ "post" : {
295
+ "tags" : [ "SubjectAccessRequest" ],
296
+ "summary" : "Erase all subject data from Zoho Desk",
297
+ "description" : "This API erases data related to the subject, from your Zoho Desk portal.",
298
+ "operationId" : "sarEraseAll",
299
+ "parameters" : [ {
300
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
301
+ } ],
302
+ "requestBody" : {
303
+ "$ref" : "#/components/requestBodies/sarEraseAll"
304
+ },
305
+ "responses" : {
306
+ "422" : {
307
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
308
+ },
309
+ "401" : {
310
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
311
+ },
312
+ "200" : {
313
+ "$ref" : "#/components/responses/subjectAccessRequestExportAllKeys"
314
+ }
315
+ },
316
+ "security" : [ {
317
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
318
+ }, {
319
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
320
+ } ],
321
+ "x-audience" : [ "external-public" ],
322
+ "x-custom-url-attribute" : {
323
+ "security" : {
324
+ "throttle" : {
325
+ "inline" : [ {
326
+ "scope" : "APPSERVER",
327
+ "rules" : [ {
328
+ "duration" : 60000,
329
+ "lock-period" : 300000,
330
+ "threshold" : 20,
331
+ "hip" : false
332
+ }, {
333
+ "duration" : 3600000,
334
+ "lock-period" : 900000,
335
+ "threshold" : 100,
336
+ "hip" : false
337
+ }, {
338
+ "duration" : 86400000,
339
+ "lock-period" : 2700000,
340
+ "threshold" : 200,
341
+ "hip" : false
342
+ } ],
343
+ "window" : "ROLLING",
344
+ "key" : "url.path+user.zuid"
345
+ } ]
346
+ },
347
+ "extraparams" : {
348
+ "disable" : true,
349
+ "ignore" : false
350
+ },
351
+ "authentication" : { }
352
+ },
353
+ "clan-group" : "tickets",
354
+ "apihash" : "bcd0e485e54f234b99312803224aae83",
355
+ "module-group" : "tickets",
356
+ "apimethod" : "com.zoho.support.restapi.SarService.eraseAll"
357
+ }
358
+ }
359
+ },
360
+ "/api/v1/subjectAccessRequests" : {
361
+ "get" : {
362
+ "tags" : [ "SubjectAccessRequest" ],
363
+ "summary" : "List subject access requests",
364
+ "description" : "This API lists a particular number of subject access requests, based on the limit specified.",
365
+ "operationId" : "getSubjectAccessRequestList",
366
+ "parameters" : [ {
367
+ "name" : "duration",
368
+ "in" : "query",
369
+ "description" : "Period in which the requests were made. Values allowed are: @TODAY@, @LAST_24_HOURS@, @LAST_7_DAYS@, @LAST_30_DAYS@, @CURRENT_WEEK@, and @CURRENT_MONTH@. ",
370
+ "required" : false,
371
+ "style" : "form",
372
+ "explode" : true,
373
+ "schema" : {
374
+ "type" : [ "string", "null" ],
375
+ "description" : "Period in which the requests were made. Values allowed are: @TODAY@, @LAST_24_HOURS@, @LAST_7_DAYS@, @LAST_30_DAYS@, @CURRENT_WEEK@, and @CURRENT_MONTH@. ",
376
+ "enum" : [ "TODAY", "LAST_24_HOURS", "LAST_7_DAYS", "LAST_30_DAYS", "CURRENT_WEEK", "CURRENT_MONTH" ],
377
+ "maxLength" : 100,
378
+ "minLength" : 0
379
+ }
380
+ }, {
381
+ "name" : "include",
382
+ "in" : "query",
383
+ "description" : "Additional information related to the requests. Values allowed are: @createdBy@ and @modifiedBy@. You can pass multiple values by separating them using commas in the API request.",
384
+ "required" : false,
385
+ "style" : "simple",
386
+ "explode" : true,
387
+ "schema" : {
388
+ "type" : [ "null", "array" ],
389
+ "description" : "Additional information related to the requests. Values allowed are: @createdBy@ and @modifiedBy@. You can pass multiple values by separating them using commas in the API request.",
390
+ "items" : {
391
+ "type" : [ "string", "null" ],
392
+ "enum" : [ "createdBy", "modifiedBy" ],
393
+ "maxLength" : 100,
394
+ "minLength" : 0,
395
+ "x-custom-parameters-attributes" : [ ]
396
+ },
397
+ "uniqueItems" : true
398
+ }
399
+ }, {
400
+ "name" : "contactEmailId",
401
+ "in" : "query",
402
+ "description" : "Email ID of the contact who made the request.",
403
+ "required" : false,
404
+ "style" : "form",
405
+ "explode" : true,
406
+ "schema" : {
407
+ "type" : [ "string", "null" ],
408
+ "description" : "Email ID of the contact who made the request.",
409
+ "maxLength" : 150,
410
+ "minLength" : 0,
411
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
412
+ }
413
+ }, {
414
+ "name" : "limit",
415
+ "in" : "query",
416
+ "description" : "Number of requests to list. The default value is @10@ and the maximum value supported is @100@.",
417
+ "required" : false,
418
+ "style" : "form",
419
+ "explode" : true,
420
+ "schema" : {
421
+ "type" : [ "string", "null", "integer" ],
422
+ "format" : "int32",
423
+ "description" : "Number of requests to list. The default value is @10@ and the maximum value supported is @100@.",
424
+ "pattern" : "([0-9]+)"
425
+ }
426
+ }, {
427
+ "name" : "from",
428
+ "in" : "query",
429
+ "description" : "Index number, starting from which the requests must be fetched.",
430
+ "required" : false,
431
+ "style" : "form",
432
+ "explode" : true,
433
+ "schema" : {
434
+ "type" : [ "string", "null", "integer" ],
435
+ "format" : "int32",
436
+ "description" : "Index number, starting from which the requests must be fetched.",
437
+ "pattern" : "([0-9]+)"
438
+ }
439
+ }, {
440
+ "name" : "status",
441
+ "in" : "query",
442
+ "description" : "Processing status of the request. Values allowed are: @INITIATED@, @INPROGRESS@, @COMPLETED@, @CANCELED@, @EXPORTED@, @PARTIALLY_COMPLETED@, @PARTIALLY_EXPORTED@ and @FAILED@. You can pass multiple values by separating them using commas in the API request.",
443
+ "required" : false,
444
+ "style" : "simple",
445
+ "explode" : true,
446
+ "schema" : {
447
+ "type" : [ "null", "array" ],
448
+ "description" : "Processing status of the request. Values allowed are: @INITIATED@, @INPROGRESS@, @COMPLETED@, @CANCELED@, @EXPORTED@, @PARTIALLY_COMPLETED@, @PARTIALLY_EXPORTED@ and @FAILED@. You can pass multiple values by separating them using commas in the API request.",
449
+ "items" : {
450
+ "type" : [ "string", "null" ],
451
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
452
+ "maxLength" : 100,
453
+ "minLength" : 0,
454
+ "x-custom-parameters-attributes" : [ ]
455
+ },
456
+ "uniqueItems" : true
457
+ }
458
+ }, {
459
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
460
+ } ],
461
+ "responses" : {
462
+ "422" : {
463
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
464
+ },
465
+ "401" : {
466
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
467
+ },
468
+ "200" : {
469
+ "$ref" : "#/components/responses/getSubjectAccessRequests"
470
+ }
471
+ },
472
+ "security" : [ {
473
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
474
+ }, {
475
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
476
+ } ],
477
+ "x-audience" : [ "external-public" ],
478
+ "x-custom-url-attribute" : {
479
+ "security" : {
480
+ "throttle" : {
481
+ "inline" : [ {
482
+ "scope" : "APPSERVER",
483
+ "rules" : [ {
484
+ "duration" : 60000,
485
+ "lock-period" : 300000,
486
+ "threshold" : 50,
487
+ "hip" : false
488
+ }, {
489
+ "duration" : 3600000,
490
+ "lock-period" : 900000,
491
+ "threshold" : 500,
492
+ "hip" : false
493
+ } ],
494
+ "window" : "ROLLING",
495
+ "key" : "url.path+user.zuid"
496
+ } ]
497
+ },
498
+ "extraparams" : {
499
+ "disable" : true,
500
+ "ignore" : false
501
+ },
502
+ "authentication" : { }
503
+ },
504
+ "clan-group" : "tickets",
505
+ "apihash" : "cfc9088ec96f2a7a329d4da92b7fdc0e",
506
+ "module-group" : "tickets",
507
+ "apimethod" : "com.zoho.support.restapi.SarService.get"
508
+ }
509
+ }
510
+ },
511
+ "/api/v1/subjectAccessRequests/export" : {
512
+ "post" : {
513
+ "tags" : [ "SubjectAccessRequest" ],
514
+ "summary" : "Export specific resources",
515
+ "description" : "This API exports specific resources related to a subject access request.",
516
+ "operationId" : "sarExport",
517
+ "parameters" : [ {
518
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
519
+ } ],
520
+ "requestBody" : {
521
+ "$ref" : "#/components/requestBodies/sarExport"
522
+ },
523
+ "responses" : {
524
+ "422" : {
525
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
526
+ },
527
+ "401" : {
528
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
529
+ },
530
+ "200" : {
531
+ "$ref" : "#/components/responses/subjectAccessRequestKeys"
532
+ }
533
+ },
534
+ "security" : [ {
535
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
536
+ }, {
537
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
538
+ } ],
539
+ "x-audience" : [ "external-public" ],
540
+ "x-custom-url-attribute" : {
541
+ "security" : {
542
+ "throttle" : {
543
+ "inline" : [ {
544
+ "scope" : "APPSERVER",
545
+ "rules" : [ {
546
+ "duration" : 60000,
547
+ "lock-period" : 300000,
548
+ "threshold" : 50,
549
+ "hip" : false
550
+ }, {
551
+ "duration" : 3600000,
552
+ "lock-period" : 900000,
553
+ "threshold" : 500,
554
+ "hip" : false
555
+ } ],
556
+ "window" : "ROLLING",
557
+ "key" : "url.path+user.zuid"
558
+ } ]
559
+ },
560
+ "extraparams" : {
561
+ "disable" : true,
562
+ "ignore" : false
563
+ },
564
+ "authentication" : { }
565
+ },
566
+ "clan-group" : "tickets",
567
+ "apihash" : "9ac012efc1a209caee87814603241f9b",
568
+ "module-group" : "tickets",
569
+ "apimethod" : "com.zoho.support.restapi.SarService.export"
570
+ }
571
+ }
572
+ },
573
+ "/api/v1/subjectAccessRequests/count" : {
574
+ "post" : {
575
+ "tags" : [ "SubjectAccessRequest" ],
576
+ "summary" : "Get count of resources related to request",
577
+ "description" : "This API returns the number of resources related to a subject access request.",
578
+ "operationId" : "getCount",
579
+ "parameters" : [ {
580
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
581
+ } ],
582
+ "requestBody" : {
583
+ "$ref" : "#/components/requestBodies/sarCount"
584
+ },
585
+ "responses" : {
586
+ "422" : {
587
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
588
+ },
589
+ "401" : {
590
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
591
+ },
592
+ "200" : {
593
+ "$ref" : "#/components/responses/sarCountResponse"
594
+ }
595
+ },
596
+ "security" : [ {
597
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
598
+ }, {
599
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
600
+ } ],
601
+ "x-audience" : [ "external-public" ],
602
+ "x-custom-url-attribute" : {
603
+ "security" : {
604
+ "throttle" : {
605
+ "inline" : [ {
606
+ "scope" : "APPSERVER",
607
+ "rules" : [ {
608
+ "duration" : 60000,
609
+ "lock-period" : 300000,
610
+ "threshold" : 50,
611
+ "hip" : false
612
+ }, {
613
+ "duration" : 3600000,
614
+ "lock-period" : 900000,
615
+ "threshold" : 500,
616
+ "hip" : false
617
+ } ],
618
+ "window" : "ROLLING",
619
+ "key" : "url.path+user.zuid"
620
+ } ]
621
+ },
622
+ "extraparams" : {
623
+ "disable" : true,
624
+ "ignore" : false
625
+ },
626
+ "authentication" : { }
627
+ },
628
+ "clan-group" : "tickets",
629
+ "apihash" : "7a224323f12fbbaa396eef289fc7cde7",
630
+ "module-group" : "tickets",
631
+ "apimethod" : "com.zoho.support.restapi.SarService.getCount"
632
+ }
633
+ }
634
+ },
635
+ "/api/v1/subjectAccessRequests/erase" : {
636
+ "post" : {
637
+ "tags" : [ "SubjectAccessRequest" ],
638
+ "summary" : "Erase specific resources",
639
+ "description" : "This API erases specific resources related to a subject access request.",
640
+ "operationId" : "sarErase",
641
+ "parameters" : [ {
642
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
643
+ } ],
644
+ "requestBody" : {
645
+ "$ref" : "#/components/requestBodies/sarErase_sarExport"
646
+ },
647
+ "responses" : {
648
+ "422" : {
649
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
650
+ },
651
+ "401" : {
652
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
653
+ },
654
+ "200" : {
655
+ "$ref" : "#/components/responses/subjectAccessRequestKeys"
656
+ }
657
+ },
658
+ "security" : [ {
659
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
660
+ }, {
661
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
662
+ } ],
663
+ "x-audience" : [ "external-public" ],
664
+ "x-custom-url-attribute" : {
665
+ "security" : {
666
+ "throttle" : {
667
+ "inline" : [ {
668
+ "scope" : "APPSERVER",
669
+ "rules" : [ {
670
+ "duration" : 60000,
671
+ "lock-period" : 300000,
672
+ "threshold" : 50,
673
+ "hip" : false
674
+ }, {
675
+ "duration" : 3600000,
676
+ "lock-period" : 900000,
677
+ "threshold" : 500,
678
+ "hip" : false
679
+ } ],
680
+ "window" : "ROLLING",
681
+ "key" : "url.path+user.zuid"
682
+ } ]
683
+ },
684
+ "extraparams" : {
685
+ "disable" : true,
686
+ "ignore" : false
687
+ },
688
+ "authentication" : { }
689
+ },
690
+ "clan-group" : "tickets",
691
+ "apihash" : "dce035c3bb166bcfcacc44e4af56de44",
692
+ "module-group" : "tickets",
693
+ "apimethod" : "com.zoho.support.restapi.SarService.erase"
694
+ }
695
+ }
696
+ }
697
+ },
698
+ "components" : {
699
+ "schemas" : {
700
+ "availableCondition" : {
701
+ "type" : [ "null", "object" ],
702
+ "additionalProperties" : false,
703
+ "properties" : {
704
+ "condition" : {
705
+ "type" : [ "string", "null" ],
706
+ "maxLength" : 1000,
707
+ "minLength" : 0
708
+ },
709
+ "i18NCondition" : {
710
+ "type" : [ "string", "null" ],
711
+ "maxLength" : 1000,
712
+ "minLength" : 0
713
+ },
714
+ "value" : {
715
+ "type" : [ "null", "array" ],
716
+ "items" : {
717
+ "oneOf" : [ {
718
+ "type" : [ "string", "null" ],
719
+ "maxLength" : 100,
720
+ "minLength" : 0
721
+ }, {
722
+ "type" : [ "null", "array" ],
723
+ "items" : {
724
+ "type" : [ "string", "null" ],
725
+ "maxLength" : 100,
726
+ "minLength" : 0
727
+ },
728
+ "uniqueItems" : false
729
+ } ]
730
+ },
731
+ "uniqueItems" : false
732
+ }
733
+ },
734
+ "required" : [ "condition", "i18NCondition", "value" ]
735
+ },
736
+ "availableConditionArray" : {
737
+ "type" : [ "null", "array" ],
738
+ "items" : {
739
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/availableCondition"
740
+ }
741
+ },
742
+ "fieldDetail" : {
743
+ "type" : [ "null", "object" ],
744
+ "additionalProperties" : false,
745
+ "properties" : {
746
+ "availableConditions" : {
747
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/availableConditionArray"
748
+ },
749
+ "apiName" : {
750
+ "type" : [ "string", "null" ],
751
+ "maxLength" : 100,
752
+ "minLength" : 0,
753
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
754
+ },
755
+ "fieldLabel" : {
756
+ "type" : [ "string", "null" ],
757
+ "maxLength" : 120,
758
+ "minLength" : 0,
759
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
760
+ },
761
+ "i18NLabel" : {
762
+ "type" : [ "string", "null" ],
763
+ "maxLength" : 120,
764
+ "minLength" : 0,
765
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
766
+ },
767
+ "type" : {
768
+ "type" : [ "string", "null" ],
769
+ "maxLength" : 120,
770
+ "minLength" : 0,
771
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
772
+ },
773
+ "columnName" : {
774
+ "type" : [ "string", "null" ],
775
+ "maxLength" : 100,
776
+ "minLength" : 0,
777
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
778
+ }
779
+ },
780
+ "required" : [ "apiName", "availableConditions", "columnName", "fieldLabel", "i18NLabel", "type" ]
781
+ },
782
+ "fieldDetails" : {
783
+ "type" : [ "null", "array" ],
784
+ "items" : {
785
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/fieldDetail"
786
+ }
787
+ },
788
+ "subjectAccessRequestListKeys" : {
789
+ "type" : [ "null", "object" ],
790
+ "additionalProperties" : false,
791
+ "properties" : {
792
+ "modifiedTime" : {
793
+ "type" : [ "string", "null" ],
794
+ "maxLength" : 100,
795
+ "minLength" : 0
796
+ },
797
+ "contactEmailId" : {
798
+ "type" : [ "string", "null" ],
799
+ "maxLength" : 255,
800
+ "minLength" : 0,
801
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
802
+ "x-custom-parameters-attributes" : {
803
+ "removeExif" : false,
804
+ "filterMatchedContent" : false,
805
+ "antivirus" : false,
806
+ "replacementString" : "",
807
+ "allowInvalid" : false,
808
+ "descrption" : "Email ID of the contact who made the request.",
809
+ "secret" : false,
810
+ "preserveCharsLimit" : 10,
811
+ "trim" : false,
812
+ "internalParam" : false,
813
+ "preserveChars" : "0,5",
814
+ "importUrl" : false,
815
+ "decrypt" : false
816
+ }
817
+ },
818
+ "modifiedById" : {
819
+ "type" : [ "string", "null", "integer" ],
820
+ "format" : "int64",
821
+ "pattern" : "([0-9]+)"
822
+ },
823
+ "requestType" : {
824
+ "type" : [ "string", "null" ],
825
+ "enum" : [ "ACCESS_REQUEST", "ERASURE_REQUEST" ],
826
+ "maxLength" : 100,
827
+ "minLength" : 0,
828
+ "x-custom-parameters-attributes" : {
829
+ "removeExif" : false,
830
+ "filterMatchedContent" : false,
831
+ "antivirus" : false,
832
+ "replacementString" : "",
833
+ "allowInvalid" : false,
834
+ "descrption" : "Filter by type of the request. Values allowed are: @ACCESS_REQUEST@, @ERASURE_REQUEST@. You can pass multiple values by separating them using commas in the API request.",
835
+ "secret" : false,
836
+ "preserveCharsLimit" : 10,
837
+ "split" : ",",
838
+ "trim" : false,
839
+ "internalParam" : false,
840
+ "preserveChars" : "0,5",
841
+ "importUrl" : false,
842
+ "decrypt" : false,
843
+ "entity" : "Include"
844
+ }
845
+ },
846
+ "referenceTicketNumber" : {
847
+ "type" : [ "string", "null", "integer" ],
848
+ "format" : "int32",
849
+ "pattern" : "([0-9]+)"
850
+ },
851
+ "downloadURL" : {
852
+ "type" : [ "string", "null" ],
853
+ "maxLength" : 1000,
854
+ "minLength" : 0
855
+ },
856
+ "sarNumber" : {
857
+ "type" : [ "string", "null", "integer" ],
858
+ "format" : "int32",
859
+ "pattern" : "([0-9]+)"
860
+ },
861
+ "createdTime" : {
862
+ "type" : [ "string", "null" ],
863
+ "maxLength" : 100,
864
+ "minLength" : 0
865
+ },
866
+ "id" : {
867
+ "type" : [ "string", "null", "integer" ],
868
+ "format" : "int64",
869
+ "pattern" : "([0-9]+)"
870
+ },
871
+ "createdById" : {
872
+ "type" : [ "string", "null", "integer" ],
873
+ "format" : "int64",
874
+ "pattern" : "([0-9]+)"
875
+ },
876
+ "status" : {
877
+ "type" : [ "string", "null" ],
878
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
879
+ "maxLength" : 100,
880
+ "minLength" : 0,
881
+ "x-custom-parameters-attributes" : {
882
+ "removeExif" : false,
883
+ "filterMatchedContent" : false,
884
+ "antivirus" : false,
885
+ "replacementString" : "",
886
+ "allowInvalid" : false,
887
+ "descrption" : "Processing status of the request. Values allowed are: @INITIATED@, @INPROGRESS@, @COMPLETED@, @CANCELED@, @EXPORTED@, @PARTIALLY_COMPLETED@, @PARTIALLY_EXPORTED@ and @FAILED@. You can pass multiple values by separating them using commas in the API request.",
888
+ "secret" : false,
889
+ "preserveCharsLimit" : 10,
890
+ "split" : ",",
891
+ "trim" : false,
892
+ "internalParam" : false,
893
+ "preserveChars" : "0,5",
894
+ "importUrl" : false,
895
+ "decrypt" : false,
896
+ "entity" : "Include"
897
+ }
898
+ }
899
+ },
900
+ "required" : [ "contactEmailId", "createdById", "createdTime", "downloadURL", "id", "modifiedById", "modifiedTime", "referenceTicketNumber", "requestType", "sarNumber", "status" ]
901
+ },
902
+ "data" : {
903
+ "type" : [ "null", "array" ],
904
+ "items" : {
905
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/subjectAccessRequestListKeys"
906
+ }
907
+ },
908
+ "ids" : {
909
+ "type" : [ "null", "array" ],
910
+ "items" : {
911
+ "type" : [ "string", "null", "integer" ],
912
+ "format" : "int64",
913
+ "pattern" : "([0-9]+)"
914
+ }
915
+ }
916
+ },
917
+ "responses" : {
918
+ "subjectAccessRequestExportAllKeys" : {
919
+ "description" : "subjectAccessRequestExportAllKeys template definitions",
920
+ "content" : {
921
+ "application/json" : {
922
+ "schema" : {
923
+ "type" : [ "null", "object" ],
924
+ "additionalProperties" : false,
925
+ "properties" : {
926
+ "modifiedTime" : {
927
+ "type" : [ "string", "null" ],
928
+ "maxLength" : 100,
929
+ "minLength" : 0
930
+ },
931
+ "contactEmailId" : {
932
+ "type" : [ "string", "null" ],
933
+ "maxLength" : 255,
934
+ "minLength" : 0,
935
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
936
+ "x-custom-parameters-attributes" : {
937
+ "removeExif" : false,
938
+ "filterMatchedContent" : false,
939
+ "antivirus" : false,
940
+ "replacementString" : "",
941
+ "allowInvalid" : false,
942
+ "descrption" : "Email ID of the user who made the request.",
943
+ "secret" : false,
944
+ "preserveCharsLimit" : 10,
945
+ "trim" : false,
946
+ "internalParam" : false,
947
+ "preserveChars" : "0,5",
948
+ "importUrl" : false,
949
+ "decrypt" : false
950
+ }
951
+ },
952
+ "callBackUrl" : {
953
+ "type" : [ "string", "null" ],
954
+ "maxLength" : 2000,
955
+ "minLength" : 0,
956
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
957
+ },
958
+ "requestType" : {
959
+ "type" : [ "string", "null" ],
960
+ "enum" : [ "ACCESS_REQUEST", "ERASURE_REQUEST" ],
961
+ "maxLength" : 100,
962
+ "minLength" : 0
963
+ },
964
+ "recordType" : {
965
+ "type" : [ "string", "null" ],
966
+ "enum" : [ "ALL", "SPECIFIC" ],
967
+ "maxLength" : 100,
968
+ "minLength" : 0
969
+ },
970
+ "query" : {
971
+ "type" : [ "null", "object" ],
972
+ "additionalProperties" : false
973
+ },
974
+ "module" : {
975
+ "type" : [ "string", "null" ],
976
+ "enum" : [ "allEntities", "contacts", "tickets" ],
977
+ "maxLength" : 100,
978
+ "minLength" : 0,
979
+ "x-custom-parameters-attributes" : {
980
+ "removeExif" : false,
981
+ "filterMatchedContent" : false,
982
+ "antivirus" : false,
983
+ "replacementString" : "",
984
+ "allowInvalid" : false,
985
+ "descrption" : "Name of the modules from which the resources must be fetched. Values allowed are @tickets@ and @contacts@. If you want to fetch resources from both modules, pass the value @allEntities@.",
986
+ "secret" : false,
987
+ "preserveCharsLimit" : 10,
988
+ "trim" : false,
989
+ "internalParam" : false,
990
+ "preserveChars" : "0,5",
991
+ "importUrl" : false,
992
+ "decrypt" : false
993
+ }
994
+ },
995
+ "downloadURL" : {
996
+ "type" : [ "string", "null" ],
997
+ "maxLength" : 1000,
998
+ "minLength" : 0
999
+ },
1000
+ "type" : {
1001
+ "type" : [ "string", "null" ],
1002
+ "enum" : [ "ALL", "SPECIFIC" ],
1003
+ "maxLength" : 100,
1004
+ "minLength" : 0
1005
+ },
1006
+ "modifiedById" : {
1007
+ "type" : [ "string", "null", "integer" ],
1008
+ "format" : "int64",
1009
+ "pattern" : "([0-9]+)"
1010
+ },
1011
+ "referenceTicketNumber" : {
1012
+ "type" : [ "string", "null", "integer" ],
1013
+ "format" : "int32",
1014
+ "pattern" : "([0-9]+)",
1015
+ "x-custom-parameters-attributes" : {
1016
+ "removeExif" : false,
1017
+ "filterMatchedContent" : false,
1018
+ "antivirus" : false,
1019
+ "replacementString" : "",
1020
+ "allowInvalid" : false,
1021
+ "descrption" : "ID of the ticket in which the subject access request was made",
1022
+ "secret" : false,
1023
+ "preserveCharsLimit" : 10,
1024
+ "trim" : false,
1025
+ "internalParam" : false,
1026
+ "preserveChars" : "0,5",
1027
+ "importUrl" : false,
1028
+ "decrypt" : false
1029
+ }
1030
+ },
1031
+ "sarNumber" : {
1032
+ "type" : [ "string", "null", "integer" ],
1033
+ "format" : "int32",
1034
+ "pattern" : "([0-9]+)"
1035
+ },
1036
+ "createdTime" : {
1037
+ "type" : [ "string", "null" ],
1038
+ "maxLength" : 100,
1039
+ "minLength" : 0
1040
+ },
1041
+ "id" : {
1042
+ "type" : [ "string", "null", "integer" ],
1043
+ "format" : "int64",
1044
+ "pattern" : "([0-9]+)"
1045
+ },
1046
+ "createdById" : {
1047
+ "type" : [ "string", "null", "integer" ],
1048
+ "format" : "int64",
1049
+ "pattern" : "([0-9]+)"
1050
+ },
1051
+ "status" : {
1052
+ "type" : [ "string", "null" ],
1053
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
1054
+ "maxLength" : 100,
1055
+ "minLength" : 0
1056
+ }
1057
+ },
1058
+ "required" : [ "callBackUrl", "contactEmailId", "createdById", "createdTime", "downloadURL", "id", "modifiedById", "modifiedTime", "module", "query", "recordType", "referenceTicketNumber", "requestType", "sarNumber", "status", "type" ]
1059
+ },
1060
+ "examples" : {
1061
+ "Valid responses Definitions" : {
1062
+ "value" : {
1063
+ "modifiedTime" : 1603973511890,
1064
+ "contactEmailId" : "jackcarol@zylker.com",
1065
+ "requestType" : "ERASURE_REQUEST",
1066
+ "recordType" : "ALL",
1067
+ "module" : "allEntities",
1068
+ "query" : null,
1069
+ "downloadURL" : null,
1070
+ "modifiedById" : "7000000000247",
1071
+ "referenceTicketNumber" : null,
1072
+ "sarNumber" : "141",
1073
+ "createdTime" : 1603973511890,
1074
+ "id" : "7000000092437",
1075
+ "createdById" : "7000000000247",
1076
+ "status" : "INITIATED"
1077
+ }
1078
+ }
1079
+ }
1080
+ }
1081
+ },
1082
+ "x-custom-response-attributes" : {
1083
+ "disable-safe-headers" : "[]"
1084
+ }
1085
+ },
1086
+ "fieldsAndConditions" : {
1087
+ "description" : "fieldsAndConditions template definitions",
1088
+ "content" : {
1089
+ "application/json" : {
1090
+ "schema" : {
1091
+ "type" : [ "null", "object" ],
1092
+ "additionalProperties" : false,
1093
+ "properties" : {
1094
+ "displayLabel" : {
1095
+ "type" : [ "string", "null" ],
1096
+ "maxLength" : 120,
1097
+ "minLength" : 0,
1098
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1099
+ },
1100
+ "name" : {
1101
+ "type" : [ "string", "null" ],
1102
+ "enum" : [ "tickets" ],
1103
+ "maxLength" : 100,
1104
+ "minLength" : 0
1105
+ },
1106
+ "fieldDetails" : {
1107
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/fieldDetails"
1108
+ }
1109
+ },
1110
+ "required" : [ "displayLabel", "fieldDetails", "name" ]
1111
+ },
1112
+ "examples" : {
1113
+ "Valid responses Definitions" : {
1114
+ "value" : {
1115
+ "displayLabel" : "AllEntities",
1116
+ "name" : "AllEntities",
1117
+ "fieldDetails" : [ {
1118
+ "availableConditions" : [ {
1119
+ "condition" : "is",
1120
+ "i18NCondition" : "is",
1121
+ "value" : [ "${CUSTOM}" ]
1122
+ }, {
1123
+ "condition" : "isn't",
1124
+ "i18NCondition" : "isn't",
1125
+ "value" : [ "${CUSTOM}" ]
1126
+ }, {
1127
+ "condition" : "starts with",
1128
+ "i18NCondition" : "starts with",
1129
+ "value" : [ "${CUSTOM}" ]
1130
+ }, {
1131
+ "condition" : "is empty",
1132
+ "i18NCondition" : "is empty",
1133
+ "value" : [ "${EMPTY}" ]
1134
+ }, {
1135
+ "condition" : "is not empty",
1136
+ "i18NCondition" : "is not empty",
1137
+ "value" : [ "${NOTEMPTY}" ]
1138
+ } ],
1139
+ "fieldLabel" : "Phone",
1140
+ "i18NLabel" : "Phone",
1141
+ "type" : "text"
1142
+ }, {
1143
+ "availableConditions" : [ {
1144
+ "condition" : "is",
1145
+ "i18NCondition" : "is",
1146
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1147
+ }, {
1148
+ "condition" : "isn't",
1149
+ "i18NCondition" : "isn't",
1150
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1151
+ }, {
1152
+ "condition" : "is after",
1153
+ "i18NCondition" : "is after",
1154
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1155
+ }, {
1156
+ "condition" : "is before",
1157
+ "i18NCondition" : "is before",
1158
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1159
+ }, {
1160
+ "condition" : "between",
1161
+ "i18NCondition" : "between",
1162
+ "value" : [ [ "${CURRENTTIME}", "${CUSTOM}" ], [ "${CURRENTTIME}", "${CUSTOM}" ] ]
1163
+ }, {
1164
+ "condition" : "not between",
1165
+ "i18NCondition" : "not between",
1166
+ "value" : [ [ "${CURRENTTIME}", "${CUSTOM}" ], [ "${CURRENTTIME}", "${CUSTOM}" ] ]
1167
+ } ],
1168
+ "fieldLabel" : "Created Time",
1169
+ "i18NLabel" : "Created Time",
1170
+ "type" : "dateTime"
1171
+ }, {
1172
+ "availableConditions" : [ {
1173
+ "condition" : "is",
1174
+ "i18NCondition" : "is",
1175
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1176
+ }, {
1177
+ "condition" : "isn't",
1178
+ "i18NCondition" : "isn't",
1179
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1180
+ }, {
1181
+ "condition" : "is after",
1182
+ "i18NCondition" : "is after",
1183
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1184
+ }, {
1185
+ "condition" : "is before",
1186
+ "i18NCondition" : "is before",
1187
+ "value" : [ "${CURRENTTIME}", "${CUSTOM}" ]
1188
+ }, {
1189
+ "condition" : "between",
1190
+ "i18NCondition" : "between",
1191
+ "value" : [ [ "${CURRENTTIME}", "${CUSTOM}" ], [ "${CURRENTTIME}", "${CUSTOM}" ] ]
1192
+ }, {
1193
+ "condition" : "not between",
1194
+ "i18NCondition" : "not between",
1195
+ "value" : [ [ "${CURRENTTIME}", "${CUSTOM}" ], [ "${CURRENTTIME}", "${CUSTOM}" ] ]
1196
+ } ],
1197
+ "fieldLabel" : "Modified Time",
1198
+ "i18NLabel" : "Modified Time",
1199
+ "type" : "dateTime"
1200
+ } ]
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ },
1206
+ "x-custom-response-attributes" : {
1207
+ "disable-safe-headers" : "[]"
1208
+ }
1209
+ },
1210
+ "getSubjectAccessRequestResponse" : {
1211
+ "description" : "getSubjectAccessRequestResponse template definitions",
1212
+ "content" : {
1213
+ "application/json" : {
1214
+ "schema" : {
1215
+ "allOf" : [ {
1216
+ "type" : "object",
1217
+ "properties" : {
1218
+ "createdBy" : {
1219
+ "type" : [ "null", "object" ],
1220
+ "additionalProperties" : false,
1221
+ "maxProperties" : 5,
1222
+ "minProperties" : 5,
1223
+ "properties" : {
1224
+ "photoURL" : {
1225
+ "type" : [ "string", "null" ],
1226
+ "maxLength" : 200,
1227
+ "minLength" : 0,
1228
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1229
+ },
1230
+ "firstName" : {
1231
+ "type" : [ "string", "null" ],
1232
+ "maxLength" : 50,
1233
+ "minLength" : 0
1234
+ },
1235
+ "lastName" : {
1236
+ "type" : [ "string", "null" ],
1237
+ "maxLength" : 50,
1238
+ "minLength" : 0
1239
+ },
1240
+ "id" : {
1241
+ "type" : [ "string", "null", "integer" ],
1242
+ "format" : "int64",
1243
+ "pattern" : "([0-9]+)"
1244
+ },
1245
+ "email" : {
1246
+ "type" : [ "string", "null" ],
1247
+ "maxLength" : 100,
1248
+ "minLength" : 0,
1249
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1250
+ }
1251
+ },
1252
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1253
+ },
1254
+ "modifiedBy" : {
1255
+ "type" : [ "null", "object" ],
1256
+ "additionalProperties" : false,
1257
+ "maxProperties" : 5,
1258
+ "minProperties" : 5,
1259
+ "properties" : {
1260
+ "photoURL" : {
1261
+ "type" : [ "string", "null" ],
1262
+ "maxLength" : 200,
1263
+ "minLength" : 0,
1264
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1265
+ },
1266
+ "firstName" : {
1267
+ "type" : [ "string", "null" ],
1268
+ "maxLength" : 50,
1269
+ "minLength" : 0
1270
+ },
1271
+ "lastName" : {
1272
+ "type" : [ "string", "null" ],
1273
+ "maxLength" : 50,
1274
+ "minLength" : 0
1275
+ },
1276
+ "id" : {
1277
+ "type" : [ "string", "null", "integer" ],
1278
+ "format" : "int64",
1279
+ "pattern" : "([0-9]+)"
1280
+ },
1281
+ "email" : {
1282
+ "type" : [ "string", "null" ],
1283
+ "maxLength" : 100,
1284
+ "minLength" : 0,
1285
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1286
+ }
1287
+ },
1288
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1289
+ }
1290
+ }
1291
+ }, {
1292
+ "oneOf" : [ {
1293
+ "type" : [ "null", "object" ],
1294
+ "additionalProperties" : false,
1295
+ "properties" : {
1296
+ "modifiedTime" : {
1297
+ "type" : [ "string", "null" ],
1298
+ "maxLength" : 100,
1299
+ "minLength" : 0
1300
+ },
1301
+ "contactEmailId" : {
1302
+ "type" : [ "string", "null" ],
1303
+ "maxLength" : 255,
1304
+ "minLength" : 0,
1305
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1306
+ },
1307
+ "requestType" : {
1308
+ "type" : [ "string", "null" ],
1309
+ "enum" : [ "ACCESS_REQUEST", "ERASURE_REQUEST" ],
1310
+ "maxLength" : 100,
1311
+ "minLength" : 0
1312
+ },
1313
+ "recordType" : {
1314
+ "type" : [ "string", "null" ],
1315
+ "enum" : [ "ALL", "SPECIFIC" ],
1316
+ "maxLength" : 100,
1317
+ "minLength" : 0
1318
+ },
1319
+ "query" : {
1320
+ "type" : [ "null", "object" ],
1321
+ "additionalProperties" : false
1322
+ },
1323
+ "module" : {
1324
+ "type" : [ "string", "null" ],
1325
+ "enum" : [ "allEntities", "contacts", "tickets" ],
1326
+ "maxLength" : 100,
1327
+ "minLength" : 0
1328
+ },
1329
+ "downloadURL" : {
1330
+ "type" : [ "string", "null" ],
1331
+ "maxLength" : 1000,
1332
+ "minLength" : 0
1333
+ },
1334
+ "type" : {
1335
+ "type" : [ "string", "null" ],
1336
+ "enum" : [ "ALL", "SPECIFIC" ],
1337
+ "maxLength" : 100,
1338
+ "minLength" : 0
1339
+ },
1340
+ "modifiedById" : {
1341
+ "type" : [ "string", "null", "integer" ],
1342
+ "format" : "int64",
1343
+ "pattern" : "([0-9]+)"
1344
+ },
1345
+ "referenceTicketNumber" : {
1346
+ "type" : [ "string", "null", "integer" ],
1347
+ "format" : "int32",
1348
+ "pattern" : "([0-9]+)"
1349
+ },
1350
+ "sarNumber" : {
1351
+ "type" : [ "string", "null", "integer" ],
1352
+ "format" : "int32",
1353
+ "pattern" : "([0-9]+)"
1354
+ },
1355
+ "createdTime" : {
1356
+ "type" : [ "string", "null" ],
1357
+ "maxLength" : 100,
1358
+ "minLength" : 0
1359
+ },
1360
+ "id" : {
1361
+ "type" : [ "string", "null", "integer" ],
1362
+ "format" : "int64",
1363
+ "pattern" : "([0-9]+)"
1364
+ },
1365
+ "createdById" : {
1366
+ "type" : [ "string", "null", "integer" ],
1367
+ "format" : "int64",
1368
+ "pattern" : "([0-9]+)"
1369
+ },
1370
+ "status" : {
1371
+ "type" : [ "string", "null" ],
1372
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
1373
+ "maxLength" : 100,
1374
+ "minLength" : 0
1375
+ }
1376
+ },
1377
+ "required" : [ "contactEmailId", "createdById", "createdTime", "downloadURL", "id", "modifiedById", "modifiedTime", "module", "query", "recordType", "referenceTicketNumber", "requestType", "sarNumber", "status", "type" ]
1378
+ }, {
1379
+ "type" : [ "null", "object" ],
1380
+ "additionalProperties" : false,
1381
+ "properties" : {
1382
+ "errorCode" : {
1383
+ "type" : [ "string", "null" ],
1384
+ "enum" : [ "URL_NOT_FOUND", "UNAUTHORIZED", "INVALID_OAUTH", "SCOPE_MISMATCH", "FORBIDDEN", "LICENSE_ACCESS_LIMITED", "METHOD_NOT_ALLOWED", "RESOURCE_SIZE_EXCEEDED", "UNSUPPORTED_MEDIA_TYPE", "INVALID_DATA", "UNPROCESSABLE_ENTITY", "ONLY_LIVECHAT_USER", "INTEGRATION_ADMIN_ERROR", "THRESHOLD_EXCEEDED", "INTERNAL_SERVER_ERROR", "EMPTY_PAYLOAD" ],
1385
+ "maxLength" : 100,
1386
+ "minLength" : 0
1387
+ },
1388
+ "message" : {
1389
+ "type" : [ "string", "null" ],
1390
+ "maxLength" : 255,
1391
+ "minLength" : 0
1392
+ }
1393
+ },
1394
+ "required" : [ "errorCode", "message" ]
1395
+ } ]
1396
+ } ]
1397
+ },
1398
+ "examples" : {
1399
+ "Valid responses Definitions" : {
1400
+ "value" : {
1401
+ "contactEmailId" : "carrol@zylker.com",
1402
+ "requestType" : "ERASURE_REQUEST",
1403
+ "recordType" : "SPECIFIC",
1404
+ "module" : "tickets",
1405
+ "query" : {
1406
+ "criteriaFields" : [ {
1407
+ "condition" : "is before",
1408
+ "field" : {
1409
+ "apiName" : "createdTime",
1410
+ "fieldLabel" : "Created Time"
1411
+ },
1412
+ "value" : {
1413
+ "primitive" : [ {
1414
+ "displayKey" : "${CURRENTTIME}",
1415
+ "key" : "${CURRENTTIME}"
1416
+ } ],
1417
+ "type" : "primitive"
1418
+ }
1419
+ } ],
1420
+ "criteriaPattern" : "1"
1421
+ },
1422
+ "downloadURL" : null,
1423
+ "modifiedById" : "7000000000247",
1424
+ "createdBy" : {
1425
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1426
+ "firstName" : "Nirmal",
1427
+ "lastName" : "Kumar",
1428
+ "id" : "7000000000247",
1429
+ "email" : "nirmal@zylker.com"
1430
+ },
1431
+ "referenceTicketNumber" : null,
1432
+ "sarNumber" : "141",
1433
+ "createdTime" : 1603973511890,
1434
+ "modifiedBy" : {
1435
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1436
+ "firstName" : "Nirmal",
1437
+ "lastName" : "Kumar",
1438
+ "id" : "7000000000247",
1439
+ "email" : "john@zylker.com"
1440
+ },
1441
+ "id" : "7000000092437",
1442
+ "createdById" : "7000000000247",
1443
+ "status" : "INPROGRESS"
1444
+ }
1445
+ }
1446
+ }
1447
+ }
1448
+ },
1449
+ "x-custom-response-attributes" : {
1450
+ "disable-safe-headers" : "[]"
1451
+ }
1452
+ },
1453
+ "getSubjectAccessRequests" : {
1454
+ "description" : "getSubjectAccessRequests template definitions",
1455
+ "content" : {
1456
+ "application/json" : {
1457
+ "schema" : {
1458
+ "allOf" : [ {
1459
+ "type" : "object",
1460
+ "properties" : {
1461
+ "data" : {
1462
+ "type" : "array",
1463
+ "items" : {
1464
+ "type" : "object",
1465
+ "properties" : {
1466
+ "createdBy" : {
1467
+ "type" : [ "null", "object" ],
1468
+ "additionalProperties" : false,
1469
+ "maxProperties" : 5,
1470
+ "minProperties" : 5,
1471
+ "properties" : {
1472
+ "photoURL" : {
1473
+ "type" : [ "string", "null" ],
1474
+ "maxLength" : 200,
1475
+ "minLength" : 0,
1476
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1477
+ },
1478
+ "firstName" : {
1479
+ "type" : [ "string", "null" ],
1480
+ "maxLength" : 50,
1481
+ "minLength" : 0
1482
+ },
1483
+ "lastName" : {
1484
+ "type" : [ "string", "null" ],
1485
+ "maxLength" : 50,
1486
+ "minLength" : 0
1487
+ },
1488
+ "id" : {
1489
+ "type" : [ "string", "null", "integer" ],
1490
+ "format" : "int64",
1491
+ "pattern" : "([0-9]+)"
1492
+ },
1493
+ "email" : {
1494
+ "type" : [ "string", "null" ],
1495
+ "maxLength" : 100,
1496
+ "minLength" : 0,
1497
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1498
+ }
1499
+ },
1500
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1501
+ },
1502
+ "modifiedBy" : {
1503
+ "type" : [ "null", "object" ],
1504
+ "additionalProperties" : false,
1505
+ "maxProperties" : 5,
1506
+ "minProperties" : 5,
1507
+ "properties" : {
1508
+ "photoURL" : {
1509
+ "type" : [ "string", "null" ],
1510
+ "maxLength" : 200,
1511
+ "minLength" : 0,
1512
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1513
+ },
1514
+ "firstName" : {
1515
+ "type" : [ "string", "null" ],
1516
+ "maxLength" : 50,
1517
+ "minLength" : 0
1518
+ },
1519
+ "lastName" : {
1520
+ "type" : [ "string", "null" ],
1521
+ "maxLength" : 50,
1522
+ "minLength" : 0
1523
+ },
1524
+ "id" : {
1525
+ "type" : [ "string", "null", "integer" ],
1526
+ "format" : "int64",
1527
+ "pattern" : "([0-9]+)"
1528
+ },
1529
+ "email" : {
1530
+ "type" : [ "string", "null" ],
1531
+ "maxLength" : 100,
1532
+ "minLength" : 0,
1533
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1534
+ }
1535
+ },
1536
+ "required" : [ "email", "firstName", "id", "lastName", "photoURL" ]
1537
+ }
1538
+ }
1539
+ }
1540
+ }
1541
+ }
1542
+ }, {
1543
+ "type" : [ "null", "object" ],
1544
+ "additionalProperties" : false,
1545
+ "properties" : {
1546
+ "data" : {
1547
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/data"
1548
+ }
1549
+ },
1550
+ "required" : [ "data" ]
1551
+ } ]
1552
+ },
1553
+ "examples" : {
1554
+ "Valid responses Definitions" : {
1555
+ "value" : {
1556
+ "data" : [ {
1557
+ "referencereferenceTicketNumber" : "105",
1558
+ "contactEmailId" : "john@zylker.com",
1559
+ "modifiedById" : "7000000000247",
1560
+ "createdBy" : {
1561
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1562
+ "firstName" : "Jack",
1563
+ "lastName" : "Carol",
1564
+ "id" : "7000000000247",
1565
+ "email" : "jack@zylker.com"
1566
+ },
1567
+ "sarNumber" : "141",
1568
+ "createdTime" : 1603973511890,
1569
+ "modifiedBy" : {
1570
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1571
+ "firstName" : "Jack",
1572
+ "lastName" : "Carol",
1573
+ "id" : "7000000000247",
1574
+ "email" : "jack@zylker.com"
1575
+ },
1576
+ "id" : "7000000092437",
1577
+ "createdById" : "7000000000247",
1578
+ "status" : "COMPLETED"
1579
+ }, {
1580
+ "contactEmailId" : "nirmal@zylker.com",
1581
+ "modifiedById" : "7000000000247",
1582
+ "createdBy" : {
1583
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1584
+ "firstName" : "Jack",
1585
+ "lastName" : "Carol",
1586
+ "id" : "7000000000247",
1587
+ "email" : "jack@zylker.com"
1588
+ },
1589
+ "referenceTicketNumber" : null,
1590
+ "sarNumber" : "140",
1591
+ "createdTime" : 1603973416890,
1592
+ "modifiedBy" : {
1593
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1594
+ "firstName" : "Jack",
1595
+ "lastName" : "Carol",
1596
+ "id" : "7000000000247",
1597
+ "email" : "jack@zylker.com"
1598
+ },
1599
+ "id" : "7000000092243",
1600
+ "createdById" : "7000000000247",
1601
+ "status" : "INITIATED"
1602
+ }, {
1603
+ "contactEmailId" : "mark@zylker.com",
1604
+ "modifiedById" : "7000000000247",
1605
+ "createdBy" : {
1606
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1607
+ "firstName" : "Jack",
1608
+ "lastName" : "Carol",
1609
+ "id" : "7000000000247",
1610
+ "email" : "jack@zylker.com"
1611
+ },
1612
+ "referenceTicketNumber" : "102",
1613
+ "sarNumber" : "139",
1614
+ "createdTime" : 1603973298838,
1615
+ "modifiedBy" : {
1616
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1617
+ "firstName" : "Jack",
1618
+ "lastName" : "Carol",
1619
+ "id" : "7000000000247",
1620
+ "email" : "jack@zylker.com"
1621
+ },
1622
+ "id" : "7000000092049",
1623
+ "createdById" : "7000000000247",
1624
+ "status" : "INPROGRESS"
1625
+ }, {
1626
+ "contactEmailId" : "john@zylker.com",
1627
+ "modifiedById" : "7000000000247",
1628
+ "createdBy" : {
1629
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1630
+ "firstName" : "Jack",
1631
+ "lastName" : "Carol",
1632
+ "id" : "7000000000247",
1633
+ "email" : "jack@zylker.com"
1634
+ },
1635
+ "referenceTicketNumber" : null,
1636
+ "sarNumber" : "138",
1637
+ "createdTime" : 1603972949954,
1638
+ "modifiedBy" : {
1639
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1640
+ "firstName" : "Jack",
1641
+ "lastName" : "Carol",
1642
+ "id" : "7000000000247",
1643
+ "email" : "jack@zylker.com"
1644
+ },
1645
+ "id" : "7000000091353",
1646
+ "createdById" : "7000000000247",
1647
+ "status" : "INPROGRESS"
1648
+ }, {
1649
+ "contactEmailId" : "mark@zylker.com",
1650
+ "modifiedById" : "7000000000247",
1651
+ "createdBy" : {
1652
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1653
+ "firstName" : "Jack",
1654
+ "lastName" : "Carol",
1655
+ "id" : "7000000000247",
1656
+ "email" : "jack@zylker.com"
1657
+ },
1658
+ "referenceTicketNumber" : null,
1659
+ "sarNumber" : "137",
1660
+ "createdTime" : 1603972766592,
1661
+ "modifiedBy" : {
1662
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/7000000000247/photo?orgId=15273347",
1663
+ "firstName" : "Jack",
1664
+ "lastName" : "Carol",
1665
+ "id" : "7000000000247",
1666
+ "email" : "jack@zylker.com"
1667
+ },
1668
+ "id" : "7000000091159",
1669
+ "createdById" : "7000000000247",
1670
+ "status" : "INITIATED"
1671
+ } ]
1672
+ }
1673
+ }
1674
+ }
1675
+ }
1676
+ },
1677
+ "x-custom-response-attributes" : {
1678
+ "disable-safe-headers" : "[]"
1679
+ }
1680
+ },
1681
+ "updateSarResponse" : {
1682
+ "description" : "updateSarResponse template definitions",
1683
+ "content" : {
1684
+ "application/json" : {
1685
+ "schema" : {
1686
+ "oneOf" : [ {
1687
+ "type" : [ "null", "object" ],
1688
+ "additionalProperties" : false,
1689
+ "properties" : {
1690
+ "modifiedTime" : {
1691
+ "type" : [ "string", "null" ],
1692
+ "maxLength" : 100,
1693
+ "minLength" : 0
1694
+ },
1695
+ "contactEmailId" : {
1696
+ "type" : [ "string", "null" ],
1697
+ "maxLength" : 255,
1698
+ "minLength" : 0,
1699
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
1700
+ },
1701
+ "requestType" : {
1702
+ "type" : [ "string", "null" ],
1703
+ "enum" : [ "ACCESS_REQUEST", "ERASURE_REQUEST" ],
1704
+ "maxLength" : 100,
1705
+ "minLength" : 0
1706
+ },
1707
+ "recordType" : {
1708
+ "type" : [ "string", "null" ],
1709
+ "enum" : [ "ALL", "SPECIFIC" ],
1710
+ "maxLength" : 100,
1711
+ "minLength" : 0
1712
+ },
1713
+ "query" : {
1714
+ "type" : [ "null", "object" ],
1715
+ "additionalProperties" : false
1716
+ },
1717
+ "module" : {
1718
+ "type" : [ "string", "null" ],
1719
+ "enum" : [ "allEntities", "contacts", "tickets" ],
1720
+ "maxLength" : 100,
1721
+ "minLength" : 0
1722
+ },
1723
+ "downloadURL" : {
1724
+ "type" : [ "string", "null" ],
1725
+ "maxLength" : 1000,
1726
+ "minLength" : 0
1727
+ },
1728
+ "type" : {
1729
+ "type" : [ "string", "null" ],
1730
+ "enum" : [ "ALL", "SPECIFIC" ],
1731
+ "maxLength" : 100,
1732
+ "minLength" : 0
1733
+ },
1734
+ "modifiedById" : {
1735
+ "type" : [ "string", "null", "integer" ],
1736
+ "format" : "int64",
1737
+ "pattern" : "([0-9]+)"
1738
+ },
1739
+ "referenceTicketNumber" : {
1740
+ "type" : [ "string", "null", "integer" ],
1741
+ "format" : "int32",
1742
+ "pattern" : "([0-9]+)"
1743
+ },
1744
+ "sarNumber" : {
1745
+ "type" : [ "string", "null", "integer" ],
1746
+ "format" : "int32",
1747
+ "pattern" : "([0-9]+)"
1748
+ },
1749
+ "createdTime" : {
1750
+ "type" : [ "string", "null" ],
1751
+ "maxLength" : 100,
1752
+ "minLength" : 0
1753
+ },
1754
+ "id" : {
1755
+ "type" : [ "string", "null", "integer" ],
1756
+ "format" : "int64",
1757
+ "pattern" : "([0-9]+)"
1758
+ },
1759
+ "createdById" : {
1760
+ "type" : [ "string", "null", "integer" ],
1761
+ "format" : "int64",
1762
+ "pattern" : "([0-9]+)"
1763
+ },
1764
+ "status" : {
1765
+ "type" : [ "string", "null" ],
1766
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
1767
+ "maxLength" : 100,
1768
+ "minLength" : 0,
1769
+ "x-custom-parameters-attributes" : {
1770
+ "removeExif" : false,
1771
+ "filterMatchedContent" : false,
1772
+ "antivirus" : false,
1773
+ "replacementString" : "",
1774
+ "allowInvalid" : false,
1775
+ "descrption" : "Processing status of the request. Value allowed is @CANCELED@. ",
1776
+ "secret" : false,
1777
+ "preserveCharsLimit" : 10,
1778
+ "trim" : false,
1779
+ "internalParam" : false,
1780
+ "preserveChars" : "0,5",
1781
+ "importUrl" : false,
1782
+ "decrypt" : false
1783
+ }
1784
+ }
1785
+ },
1786
+ "required" : [ "contactEmailId", "createdById", "createdTime", "downloadURL", "id", "modifiedById", "modifiedTime", "module", "query", "recordType", "referenceTicketNumber", "requestType", "sarNumber", "status", "type" ]
1787
+ }, {
1788
+ "type" : [ "null", "object" ],
1789
+ "additionalProperties" : false,
1790
+ "properties" : {
1791
+ "errorCode" : {
1792
+ "type" : [ "string", "null" ],
1793
+ "enum" : [ "URL_NOT_FOUND", "UNAUTHORIZED", "INVALID_OAUTH", "SCOPE_MISMATCH", "FORBIDDEN", "LICENSE_ACCESS_LIMITED", "METHOD_NOT_ALLOWED", "RESOURCE_SIZE_EXCEEDED", "UNSUPPORTED_MEDIA_TYPE", "INVALID_DATA", "UNPROCESSABLE_ENTITY", "ONLY_LIVECHAT_USER", "INTEGRATION_ADMIN_ERROR", "THRESHOLD_EXCEEDED", "INTERNAL_SERVER_ERROR", "EMPTY_PAYLOAD" ],
1794
+ "maxLength" : 100,
1795
+ "minLength" : 0
1796
+ },
1797
+ "message" : {
1798
+ "type" : [ "string", "null" ],
1799
+ "maxLength" : 255,
1800
+ "minLength" : 0
1801
+ }
1802
+ },
1803
+ "required" : [ "errorCode", "message" ]
1804
+ } ]
1805
+ },
1806
+ "examples" : {
1807
+ "Valid responses Definitions" : {
1808
+ "value" : {
1809
+ "contactEmailId" : "john@zylker.com",
1810
+ "requestType" : "ACCESS_REQUEST",
1811
+ "recordType" : "ALL",
1812
+ "module" : "allEntities",
1813
+ "query" : null,
1814
+ "downloadURL" : null,
1815
+ "modifiedById" : "7000000000247",
1816
+ "referenceTicketNumber" : null,
1817
+ "sarNumber" : "57",
1818
+ "createdTime" : 1603206453795,
1819
+ "id" : "7000000052297",
1820
+ "createdById" : "7000000000247",
1821
+ "status" : "CANCELED"
1822
+ }
1823
+ }
1824
+ }
1825
+ }
1826
+ },
1827
+ "x-custom-response-attributes" : {
1828
+ "disable-safe-headers" : "[]"
1829
+ }
1830
+ },
1831
+ "subjectAccessRequestKeys" : {
1832
+ "description" : "subjectAccessRequestKeys template definitions",
1833
+ "content" : {
1834
+ "application/json" : {
1835
+ "schema" : {
1836
+ "type" : [ "null", "object" ],
1837
+ "additionalProperties" : false,
1838
+ "properties" : {
1839
+ "modifiedTime" : {
1840
+ "type" : [ "string", "null" ],
1841
+ "maxLength" : 100,
1842
+ "minLength" : 0
1843
+ },
1844
+ "contactEmailId" : {
1845
+ "type" : [ "string", "null" ],
1846
+ "maxLength" : 255,
1847
+ "minLength" : 0,
1848
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$",
1849
+ "x-custom-parameters-attributes" : {
1850
+ "removeExif" : false,
1851
+ "filterMatchedContent" : false,
1852
+ "antivirus" : false,
1853
+ "replacementString" : "",
1854
+ "allowInvalid" : false,
1855
+ "descrption" : "Email ID of the user who made the request.",
1856
+ "secret" : false,
1857
+ "preserveCharsLimit" : 10,
1858
+ "trim" : false,
1859
+ "internalParam" : false,
1860
+ "preserveChars" : "0,5",
1861
+ "importUrl" : false,
1862
+ "decrypt" : false
1863
+ }
1864
+ },
1865
+ "requestType" : {
1866
+ "type" : [ "string", "null" ],
1867
+ "enum" : [ "ACCESS_REQUEST", "ERASURE_REQUEST" ],
1868
+ "maxLength" : 100,
1869
+ "minLength" : 0
1870
+ },
1871
+ "recordType" : {
1872
+ "type" : [ "string", "null" ],
1873
+ "enum" : [ "ALL", "SPECIFIC" ],
1874
+ "maxLength" : 100,
1875
+ "minLength" : 0
1876
+ },
1877
+ "query" : {
1878
+ "type" : [ "null", "object" ],
1879
+ "additionalProperties" : false
1880
+ },
1881
+ "module" : {
1882
+ "type" : [ "string", "null" ],
1883
+ "enum" : [ "allEntities", "contacts", "tickets" ],
1884
+ "maxLength" : 100,
1885
+ "minLength" : 0
1886
+ },
1887
+ "downloadURL" : {
1888
+ "type" : [ "string", "null" ],
1889
+ "maxLength" : 1000,
1890
+ "minLength" : 0
1891
+ },
1892
+ "type" : {
1893
+ "type" : [ "string", "null" ],
1894
+ "enum" : [ "ALL", "SPECIFIC" ],
1895
+ "maxLength" : 100,
1896
+ "minLength" : 0
1897
+ },
1898
+ "modifiedById" : {
1899
+ "type" : [ "string", "null", "integer" ],
1900
+ "format" : "int64",
1901
+ "pattern" : "([0-9]+)"
1902
+ },
1903
+ "referenceTicketNumber" : {
1904
+ "type" : [ "string", "null", "integer" ],
1905
+ "format" : "int32",
1906
+ "pattern" : "([0-9]+)",
1907
+ "x-custom-parameters-attributes" : {
1908
+ "removeExif" : false,
1909
+ "filterMatchedContent" : false,
1910
+ "antivirus" : false,
1911
+ "replacementString" : "",
1912
+ "allowInvalid" : false,
1913
+ "descrption" : "ID of the ticket in which the subject access request was made.",
1914
+ "secret" : false,
1915
+ "preserveCharsLimit" : 10,
1916
+ "trim" : false,
1917
+ "internalParam" : false,
1918
+ "preserveChars" : "0,5",
1919
+ "importUrl" : false,
1920
+ "decrypt" : false
1921
+ }
1922
+ },
1923
+ "sarNumber" : {
1924
+ "type" : [ "string", "null", "integer" ],
1925
+ "format" : "int32",
1926
+ "pattern" : "([0-9]+)"
1927
+ },
1928
+ "createdTime" : {
1929
+ "type" : [ "string", "null" ],
1930
+ "maxLength" : 100,
1931
+ "minLength" : 0
1932
+ },
1933
+ "id" : {
1934
+ "type" : [ "string", "null", "integer" ],
1935
+ "format" : "int64",
1936
+ "pattern" : "([0-9]+)"
1937
+ },
1938
+ "createdById" : {
1939
+ "type" : [ "string", "null", "integer" ],
1940
+ "format" : "int64",
1941
+ "pattern" : "([0-9]+)"
1942
+ },
1943
+ "status" : {
1944
+ "type" : [ "string", "null" ],
1945
+ "enum" : [ "FAILED", "INITIATED", "INPROGRESS", "COMPLETED", "CANCELED", "EXPORTED", "PARTIALLY_COMPLETED", "PARTIALLY_EXPORTED" ],
1946
+ "maxLength" : 100,
1947
+ "minLength" : 0
1948
+ }
1949
+ },
1950
+ "required" : [ "contactEmailId", "createdById", "createdTime", "downloadURL", "id", "modifiedById", "modifiedTime", "module", "query", "recordType", "referenceTicketNumber", "requestType", "sarNumber", "status", "type" ]
1951
+ },
1952
+ "examples" : {
1953
+ "Valid responses Definitions" : {
1954
+ "value" : {
1955
+ "modifiedTime" : 1603728618930,
1956
+ "contactEmailId" : "nirmal@zylker.com",
1957
+ "requestType" : "ERASURE_REQUEST",
1958
+ "recordType" : "SPECIFIC",
1959
+ "module" : "tickets",
1960
+ "query" : {
1961
+ "criteriaFields" : [ {
1962
+ "condition" : "is before",
1963
+ "field" : {
1964
+ "apiName" : "createdTime",
1965
+ "fieldLabel" : "Created Time"
1966
+ },
1967
+ "value" : {
1968
+ "primitive" : [ {
1969
+ "displayKey" : "${CURRENTTIME}",
1970
+ "key" : "${CURRENTTIME}"
1971
+ } ],
1972
+ "type" : "primitive"
1973
+ }
1974
+ } ],
1975
+ "criteriaPattern" : "1"
1976
+ },
1977
+ "downloadURL" : "https://download.zoho.com/webdownload?x-service=desk&event-id=d7c93cfe30f48f884b41171390d582f3c0cdb2&x-cli-msg=%7B%22portalname%22%3A%22jordan%22%2C%22inline%22%3A%22false%22%7D",
1978
+ "modifiedById" : "7000000000247",
1979
+ "referenceTicketNumber" : null,
1980
+ "sarNumber" : "91",
1981
+ "createdTime" : 1603728618930,
1982
+ "id" : "7000000075001",
1983
+ "createdById" : "7000000000247",
1984
+ "status" : "COMPLETED"
1985
+ }
1986
+ }
1987
+ }
1988
+ }
1989
+ },
1990
+ "x-custom-response-attributes" : {
1991
+ "disable-safe-headers" : "[]"
1992
+ }
1993
+ },
1994
+ "sarCountResponse" : {
1995
+ "description" : "sarCountResponse template definitions",
1996
+ "content" : {
1997
+ "application/json" : {
1998
+ "schema" : {
1999
+ "type" : [ "null", "object" ],
2000
+ "additionalProperties" : false,
2001
+ "properties" : {
2002
+ "count" : {
2003
+ "type" : [ "string", "null" ],
2004
+ "maxLength" : 100,
2005
+ "minLength" : 0,
2006
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2007
+ }
2008
+ },
2009
+ "required" : [ "count" ]
2010
+ },
2011
+ "examples" : {
2012
+ "Valid responses Definitions" : {
2013
+ "value" : {
2014
+ "count" : "3"
2015
+ }
2016
+ }
2017
+ }
2018
+ }
2019
+ },
2020
+ "x-custom-response-attributes" : {
2021
+ "disable-safe-headers" : "[]"
2022
+ }
2023
+ }
2024
+ },
2025
+ "parameters" : {
2026
+ "sarId" : {
2027
+ "name" : "sarId",
2028
+ "in" : "path",
2029
+ "required" : true,
2030
+ "style" : "simple",
2031
+ "explode" : false,
2032
+ "schema" : {
2033
+ "type" : [ "string", "null", "integer" ],
2034
+ "format" : "int64",
2035
+ "pattern" : "([0-9]+)"
2036
+ }
2037
+ }
2038
+ },
2039
+ "requestBodies" : {
2040
+ "sarExportAll" : {
2041
+ "content" : {
2042
+ "application/json" : {
2043
+ "schema" : {
2044
+ "type" : [ "null", "object" ],
2045
+ "additionalProperties" : false,
2046
+ "properties" : {
2047
+ "fieldConditions" : {
2048
+ "type" : [ "null", "array" ],
2049
+ "items" : {
2050
+ "type" : [ "null", "object" ],
2051
+ "additionalProperties" : false,
2052
+ "maxProperties" : 3,
2053
+ "minProperties" : 3,
2054
+ "properties" : {
2055
+ "condition" : {
2056
+ "type" : [ "string", "null" ],
2057
+ "enum" : [ "is", "starts with" ],
2058
+ "maxLength" : 100,
2059
+ "minLength" : 0,
2060
+ "x-custom-parameters-attributes" : [ ]
2061
+ },
2062
+ "fieldName" : {
2063
+ "type" : [ "string", "null" ],
2064
+ "enum" : [ "All" ],
2065
+ "maxLength" : 100,
2066
+ "minLength" : 0,
2067
+ "x-custom-parameters-attributes" : [ ]
2068
+ },
2069
+ "value" : {
2070
+ "type" : [ "null", "array" ],
2071
+ "items" : {
2072
+ "type" : [ "string", "null" ],
2073
+ "maxLength" : 100,
2074
+ "minLength" : 0,
2075
+ "pattern" : "[a-zA-Z0-9\\_\\-\\+\\?\\!\\.\\P{InBasicLatin}\\(\\)\\s]+",
2076
+ "x-custom-parameters-attributes" : [ ]
2077
+ },
2078
+ "uniqueItems" : false,
2079
+ "x-custom-parameters-attributes" : [ ]
2080
+ }
2081
+ },
2082
+ "required" : [ "condition", "fieldName", "value" ],
2083
+ "x-custom-parameters-attributes" : [ ]
2084
+ },
2085
+ "uniqueItems" : false
2086
+ },
2087
+ "contactEmailId" : {
2088
+ "type" : [ "string", "null" ],
2089
+ "maxLength" : 255,
2090
+ "minLength" : 0,
2091
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2092
+ },
2093
+ "callBackUrl" : {
2094
+ "type" : [ "string", "null" ],
2095
+ "maxLength" : 2000,
2096
+ "minLength" : 0,
2097
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
2098
+ },
2099
+ "module" : {
2100
+ "type" : [ "string", "null" ],
2101
+ "enum" : [ "allEntities", "contacts", "tickets" ],
2102
+ "maxLength" : 100,
2103
+ "minLength" : 0
2104
+ },
2105
+ "referenceTicketNumber" : {
2106
+ "type" : [ "string", "null", "integer" ],
2107
+ "format" : "int32",
2108
+ "pattern" : "([0-9]+)"
2109
+ }
2110
+ },
2111
+ "required" : [ "contactEmailId", "module" ]
2112
+ },
2113
+ "examples" : {
2114
+ "Valid requestBody Definitions" : {
2115
+ "value" : {
2116
+ "fieldConditions" : [ {
2117
+ "condition" : "is",
2118
+ "fieldName" : "Last Name",
2119
+ "value" : [ "carol" ]
2120
+ } ],
2121
+ "contactEmailId" : "jackcarol@zylker.com",
2122
+ "callBackUrl" : "https://test.com",
2123
+ "module" : "contacts"
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2128
+ },
2129
+ "x-custom-request-body-attributes" : {
2130
+ "non-empty" : false,
2131
+ "allow-invalid" : false
2132
+ }
2133
+ },
2134
+ "sarEraseAll" : {
2135
+ "content" : {
2136
+ "application/json" : {
2137
+ "schema" : {
2138
+ "type" : [ "null", "object" ],
2139
+ "additionalProperties" : false,
2140
+ "properties" : {
2141
+ "fieldConditions" : {
2142
+ "type" : [ "null", "array" ],
2143
+ "items" : {
2144
+ "type" : [ "null", "object" ],
2145
+ "additionalProperties" : false,
2146
+ "maxProperties" : 3,
2147
+ "minProperties" : 3,
2148
+ "properties" : {
2149
+ "condition" : {
2150
+ "type" : [ "string", "null" ],
2151
+ "enum" : [ "is", "starts with" ],
2152
+ "maxLength" : 100,
2153
+ "minLength" : 0,
2154
+ "x-custom-parameters-attributes" : [ ]
2155
+ },
2156
+ "fieldName" : {
2157
+ "type" : [ "string", "null" ],
2158
+ "enum" : [ "All" ],
2159
+ "maxLength" : 100,
2160
+ "minLength" : 0,
2161
+ "x-custom-parameters-attributes" : [ ]
2162
+ },
2163
+ "value" : {
2164
+ "type" : [ "null", "array" ],
2165
+ "items" : {
2166
+ "type" : [ "string", "null" ],
2167
+ "maxLength" : 100,
2168
+ "minLength" : 0,
2169
+ "pattern" : "[a-zA-Z0-9\\_\\-\\+\\?\\!\\.\\P{InBasicLatin}\\(\\)\\s]+",
2170
+ "x-custom-parameters-attributes" : [ ]
2171
+ },
2172
+ "uniqueItems" : false,
2173
+ "x-custom-parameters-attributes" : [ ]
2174
+ }
2175
+ },
2176
+ "required" : [ "condition", "fieldName", "value" ],
2177
+ "x-custom-parameters-attributes" : [ ]
2178
+ },
2179
+ "uniqueItems" : false
2180
+ },
2181
+ "contactEmailId" : {
2182
+ "type" : [ "string", "null" ],
2183
+ "maxLength" : 255,
2184
+ "minLength" : 0,
2185
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2186
+ },
2187
+ "module" : {
2188
+ "type" : [ "string", "null" ],
2189
+ "enum" : [ "allEntities", "contacts", "tickets" ],
2190
+ "maxLength" : 100,
2191
+ "minLength" : 0
2192
+ },
2193
+ "referenceTicketNumber" : {
2194
+ "type" : [ "string", "null", "integer" ],
2195
+ "format" : "int32",
2196
+ "pattern" : "([0-9]+)"
2197
+ }
2198
+ },
2199
+ "required" : [ "contactEmailId", "module" ]
2200
+ },
2201
+ "examples" : {
2202
+ "Valid requestBody Definitions" : {
2203
+ "value" : {
2204
+ "fieldConditions" : [ {
2205
+ "condition" : "is",
2206
+ "fieldName" : "Last Name",
2207
+ "value" : [ "carol" ]
2208
+ } ],
2209
+ "contactEmailId" : "jackcarol@zylker.com",
2210
+ "module" : "contact"
2211
+ }
2212
+ }
2213
+ }
2214
+ }
2215
+ },
2216
+ "x-custom-request-body-attributes" : {
2217
+ "non-empty" : false,
2218
+ "allow-invalid" : false
2219
+ }
2220
+ },
2221
+ "updateSarRequest" : {
2222
+ "content" : {
2223
+ "application/json" : {
2224
+ "schema" : {
2225
+ "type" : [ "null", "object" ],
2226
+ "additionalProperties" : false,
2227
+ "properties" : {
2228
+ "status" : {
2229
+ "type" : [ "string", "null" ],
2230
+ "enum" : [ "CANCELED" ],
2231
+ "maxLength" : 100,
2232
+ "minLength" : 0
2233
+ }
2234
+ }
2235
+ },
2236
+ "examples" : {
2237
+ "Valid requestBody Definitions" : {
2238
+ "value" : {
2239
+ "status" : "CANCELED"
2240
+ }
2241
+ }
2242
+ }
2243
+ }
2244
+ },
2245
+ "x-custom-request-body-attributes" : {
2246
+ "non-empty" : false,
2247
+ "allow-invalid" : false
2248
+ }
2249
+ },
2250
+ "sarExport" : {
2251
+ "content" : {
2252
+ "application/json" : {
2253
+ "schema" : {
2254
+ "type" : [ "null", "object" ],
2255
+ "additionalProperties" : false,
2256
+ "properties" : {
2257
+ "contactEmailId" : {
2258
+ "type" : [ "string", "null" ],
2259
+ "maxLength" : 255,
2260
+ "minLength" : 0,
2261
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2262
+ },
2263
+ "referenceTicketNumber" : {
2264
+ "type" : [ "string", "null", "integer" ],
2265
+ "format" : "int32",
2266
+ "pattern" : "([0-9]+)"
2267
+ },
2268
+ "ids" : {
2269
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/ids"
2270
+ }
2271
+ },
2272
+ "required" : [ "contactEmailId", "ids" ]
2273
+ },
2274
+ "examples" : {
2275
+ "Valid requestBody Definitions" : {
2276
+ "value" : {
2277
+ "contactEmailId" : "jackcarol@zylker.com",
2278
+ "ids" : [ "7000000075023" ]
2279
+ }
2280
+ }
2281
+ }
2282
+ }
2283
+ },
2284
+ "x-custom-request-body-attributes" : {
2285
+ "non-empty" : false,
2286
+ "allow-invalid" : false
2287
+ }
2288
+ },
2289
+ "sarCount" : {
2290
+ "content" : {
2291
+ "application/json" : {
2292
+ "schema" : {
2293
+ "type" : [ "null", "object" ],
2294
+ "additionalProperties" : false,
2295
+ "properties" : {
2296
+ "fieldConditions" : {
2297
+ "type" : [ "null", "array" ],
2298
+ "items" : {
2299
+ "type" : [ "null", "object" ],
2300
+ "additionalProperties" : false,
2301
+ "maxProperties" : 3,
2302
+ "minProperties" : 3,
2303
+ "properties" : {
2304
+ "condition" : {
2305
+ "type" : [ "string", "null" ],
2306
+ "enum" : [ "is", "starts with" ],
2307
+ "maxLength" : 100,
2308
+ "minLength" : 0,
2309
+ "x-custom-parameters-attributes" : [ ]
2310
+ },
2311
+ "fieldName" : {
2312
+ "type" : [ "string", "null" ],
2313
+ "enum" : [ "All" ],
2314
+ "maxLength" : 100,
2315
+ "minLength" : 0,
2316
+ "x-custom-parameters-attributes" : [ ]
2317
+ },
2318
+ "value" : {
2319
+ "type" : [ "null", "array" ],
2320
+ "items" : {
2321
+ "type" : [ "string", "null" ],
2322
+ "maxLength" : 100,
2323
+ "minLength" : 0,
2324
+ "pattern" : "[a-zA-Z0-9\\_\\-\\+\\?\\!\\.\\P{InBasicLatin}\\(\\)\\s]+",
2325
+ "x-custom-parameters-attributes" : [ ]
2326
+ },
2327
+ "uniqueItems" : false,
2328
+ "x-custom-parameters-attributes" : [ ]
2329
+ }
2330
+ },
2331
+ "required" : [ "condition", "fieldName", "value" ],
2332
+ "x-custom-parameters-attributes" : [ ]
2333
+ },
2334
+ "uniqueItems" : false
2335
+ },
2336
+ "contactEmailId" : {
2337
+ "type" : [ "string", "null" ],
2338
+ "maxLength" : 255,
2339
+ "minLength" : 0,
2340
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2341
+ },
2342
+ "module" : {
2343
+ "type" : [ "string", "null" ],
2344
+ "enum" : [ "allEntities", "contacts", "tickets" ],
2345
+ "maxLength" : 100,
2346
+ "minLength" : 0
2347
+ }
2348
+ },
2349
+ "required" : [ "contactEmailId", "module" ]
2350
+ },
2351
+ "examples" : {
2352
+ "Valid requestBody Definitions" : {
2353
+ "value" : {
2354
+ "contactEmailId" : "johncarol@zylker.com",
2355
+ "module" : "allEntities"
2356
+ }
2357
+ }
2358
+ }
2359
+ }
2360
+ },
2361
+ "x-custom-request-body-attributes" : {
2362
+ "non-empty" : false,
2363
+ "allow-invalid" : false
2364
+ }
2365
+ },
2366
+ "sarErase_sarExport" : {
2367
+ "content" : {
2368
+ "application/json" : {
2369
+ "schema" : {
2370
+ "type" : [ "null", "object" ],
2371
+ "additionalProperties" : false,
2372
+ "properties" : {
2373
+ "contactEmailId" : {
2374
+ "type" : [ "string", "null" ],
2375
+ "maxLength" : 255,
2376
+ "minLength" : 0,
2377
+ "pattern" : "^[a-zA-Z0-9\\_]([a-zA-Z0-9\\_\\+\\-\\.\\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\\-\\_]*[a-zA-Z0-9])*)[\\.])+[a-zA-Z]{2,22}$"
2378
+ },
2379
+ "referenceTicketNumber" : {
2380
+ "type" : [ "string", "null", "integer" ],
2381
+ "format" : "int32",
2382
+ "pattern" : "([0-9]+)"
2383
+ },
2384
+ "ids" : {
2385
+ "$ref" : "./SubjectAccessRequest.json#/components/schemas/ids"
2386
+ }
2387
+ },
2388
+ "required" : [ "contactEmailId", "ids" ]
2389
+ },
2390
+ "examples" : {
2391
+ "Valid requestBody Definitions" : {
2392
+ "value" : {
2393
+ "contactEmailId" : "jackcarol@zylker.com",
2394
+ "ids" : [ "7000000075023" ]
2395
+ }
2396
+ }
2397
+ }
2398
+ }
2399
+ },
2400
+ "x-custom-request-body-attributes" : {
2401
+ "non-empty" : false,
2402
+ "allow-invalid" : false
2403
+ }
2404
+ }
2405
+ },
2406
+ "securitySchemes" : {
2407
+ "cookie-auth" : {
2408
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2409
+ },
2410
+ "org-oauth" : {
2411
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2412
+ },
2413
+ "iam-oauth2-schema" : {
2414
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2415
+ }
2416
+ }
2417
+ },
2418
+ "x-entity" : "SubjectAccessRequest"
2419
+ }