2.0info: 2.0.8 sara_tic_backend x-senior-domain: tic_arq x-senior-domain-path: tic_arq x-senior-service-path: sara_tic_backend contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/tic_arqsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /sara_tic_backend/queries/healthCheck: post: description: tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object allOf: – #/definitions/recHealthCheckOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object allOf: – #/definitions/recHealthCheckOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportSupportSystems: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfigurationSupportSystems: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportSupportSystemsPredefinedPaths: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportInitialAction: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportContext: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfigurationInitialAction: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportFeedback: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfiguration: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfigurationContext: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfigurationAiConfiguration: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportContextAiAutentication: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportAiAutentication: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportAiConfiguration: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportInteraction: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportSession: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportInteractionType: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportDialog: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportArticle: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportBotConfigurationArticle: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportZendeskProductUser: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/exportResetPassword: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/ellevoOpenTicket: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – ticket properties: baseInformation: type: string description: ticket: type: object allOf: – #/definitions/recOpenTicketEllevo description: responses: 200: description: Ok schema: type: object required: – baseInformation – ticketResponse properties: baseInformation: type: string description: ticketResponse: type: object allOf: – #/definitions/recEllevoOpenTicketResponse description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getNatureAndSeverity: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – pathId properties: baseInformation: type: string description: pathId: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation – nature – severities – ellevoUserInfo properties: baseInformation: type: string description: nature: type: object allOf: – #/definitions/recNature description: severities: type: array items: type: object allOf: – #/definitions/recSeverities minimum: 1 description: ellevoUserInfo: type: object allOf: – #/definitions/recEllevoUserInfo description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getPriorityAndPaths: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – pathInformations properties: baseInformation: type: string description: pathInformations: type: object allOf: – #/definitions/recPathsInformations description: responses: 200: description: Ok schema: type: object required: – baseInformation – priorities – paths properties: baseInformation: type: string description: priorities: type: array items: type: object allOf: – #/definitions/recPriorities minimum: 1 description: paths: type: array items: type: object allOf: – #/definitions/recPaths minimum: 1 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getSupportSystemPredefinedPaths: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation – predefinedPaths properties: baseInformation: type: string description: predefinedPaths: type: array items: type: object allOf: – #/definitions/recSupportSystemPredefinedPaths minimum: 1 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getResetPasswordInfo: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – resetPasswordInfo properties: baseInformation: type: string description: resetPasswordInfo: type: object allOf: – #/definitions/recResetPasswordInfo description: responses: 200: description: Ok schema: type: object required: – baseInformation properties: baseInformation: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/changePassword: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation – changePasswordResponse properties: baseInformation: type: string description: changePasswordResponse: type: object allOf: – #/definitions/recChangePasswordResponse description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/index: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – info properties: info: type: object allOf: – #/definitions/recIndexInfo description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recIndex 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/finishContext: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation properties: baseInformation: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getSoftwaresForDownloadList: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation – softwaresList properties: baseInformation: type: string description: softwaresList: type: array items: type: object allOf: – #/definitions/recSoftwaresList minimum: 1 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/softwareInstallation: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – software properties: baseInformation: type: string description: software: type: object allOf: – #/definitions/recSoftwareInstallation description: responses: 200: description: Ok schema: type: object required: – baseInformation – status properties: baseInformation: type: string description: status: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/feedBackSara: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – feedBackSara properties: baseInformation: type: string description: feedBackSara: type: object allOf: – #/definitions/recFeedback description: responses: 200: description: Ok schema: type: object required: – baseInformation properties: baseInformation: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/sendSmsResetPassword: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation properties: baseInformation: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/checkCodeSmsResetPassword: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – smsCodeSent properties: baseInformation: type: string description: smsCodeSent: type: string description: responses: 200: description: Ok schema: type: object required: – baseInformation properties: baseInformation: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/searchArticle: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – title properties: baseInformation: type: string description: type: string description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recSearchArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/searchDescriptionArticleEllevo: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – title properties: baseInformation: type: string description: type: string description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recSearchDescriptionArticleEllevo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/contextSelection: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation properties: baseInformation: type: string description: message: type: string description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recWattsonReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/responseChat: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – message properties: baseInformation: type: string description: message: type: string description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recWattsonReturn 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/changePasswordADUser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – userInfo properties: baseInformation: type: string description: userInfo: type: object allOf: – #/definitions/recADUserInfo description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recChangePasswordADUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/unlockADUser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – user properties: baseInformation: type: string description: user: type: string description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recUnlockADUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/workGroupApproval: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – data properties: baseInformation: type: string description: data: type: object allOf: – #/definitions/recWorkGroupApprovalInput description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recWorkGroupApprovalOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/setWorkGroupSenior: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – user properties: user: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/getSaraAccessToken: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object properties: accessToken: type: string description: responses: 200: description: Ok schema: type: object required: – saraAccess properties: saraAccess: type: object allOf: – #/definitions/recSaraAccess description: default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/createZendeskUser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – zendeskCreateUserInfos properties: baseInformation: type: string description: zendeskCreateUserInfos: type: object allOf: – #/definitions/recZendeskCreateUserInfos description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recBaseInformationMessageEncrypt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/submitZendeskUserToBPM: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseInformation – data properties: baseInformation: type: string description: data: type: object allOf: – #/definitions/recSendBpmZendeskInput description: responses: 200: description: Ok schema: type: object allOf: – #/definitions/recBaseInformationMessageEncrypt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/zendeskMasterUserApproval: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – name – email – erpClientCode properties: name: type: string description: email: type: string description: erpClientCode: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/encryption: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – data properties: data: type: string format: byte description: responses: 200: description: Ok schema: type: object required: – encryptedData properties: encryptedData: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/decryption: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – encryptedData properties: encryptedData: type: string description: responses: 200: description: Ok schema: type: object required: – data properties: data: type: string format: byte description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importSupportSystems: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfigurationSupportSystems: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importSupportSystemsPredefinedPaths: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importInitialAction: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importContext: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfigurationInitialAction: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importFeedback: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfiguration: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfigurationContext: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfigurationAiConfiguration: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importContextAiAutentication: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importAiAutentication: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importAiConfiguration: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importInteraction: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importSession: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importInteractionType: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importDialog: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importArticle: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importBotConfigurationArticle: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importZendeskProductUser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/actions/importResetPassword: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importSupportSystemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportSupportSystemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationSupportSystemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationSupportSystemsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importSupportSystemsPredefinedPathsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportSupportSystemsPredefinedPathsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importInitialActionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportInitialActionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importContextEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportContextEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationInitialActionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationInitialActionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importFeedbackEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportFeedbackEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationContextEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationContextEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationAiConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationAiConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importContextAiAutenticationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportContextAiAutenticationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importAiAutenticationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportAiAutenticationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importAiConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportAiConfigurationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importInteractionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportInteractionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importSessionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportSessionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importInteractionTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportInteractionTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importDialogEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportDialogEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importArticleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportArticleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importBotConfigurationArticleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportBotConfigurationArticleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importZendeskProductUserEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportZendeskProductUserEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/importResetPasswordEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/events/exportResetPasswordEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystems: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/supportSystems responses: 200: description: The created resource schema: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/supportSystems responses: 200: description: The created resource schema: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystems/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/supportSystems responses: 200: description: Ok schema: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/supportSystems responses: 200: description: Ok schema: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/supportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystems/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/supportSystems responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationSupportSystems: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationSupportSystems responses: 200: description: The created resource schema: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationSupportSystems responses: 200: description: The created resource schema: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationSupportSystems/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationSupportSystems responses: 200: description: Ok schema: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationSupportSystems responses: 200: description: Ok schema: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfigurationSupportSystems 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationSupportSystems/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfigurationSupportSystems responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystemsPredefinedPaths: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/supportSystemsPredefinedPaths responses: 200: description: The created resource schema: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/supportSystemsPredefinedPaths responses: 200: description: The created resource schema: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystemsPredefinedPaths/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/supportSystemsPredefinedPaths responses: 200: description: Ok schema: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/supportSystemsPredefinedPaths responses: 200: description: Ok schema: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/supportSystemsPredefinedPaths 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/supportSystemsPredefinedPaths/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/supportSystemsPredefinedPaths responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/initialAction: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/initialAction responses: 200: description: The created resource schema: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/initialAction responses: 200: description: The created resource schema: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/initialAction/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/initialAction responses: 200: description: Ok schema: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/initialAction responses: 200: description: Ok schema: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/initialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/initialAction/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/initialAction responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/context: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/context responses: 200: description: The created resource schema: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/context responses: 200: description: The created resource schema: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/context/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/context responses: 200: description: Ok schema: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/context responses: 200: description: Ok schema: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/context 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/context/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/context responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationInitialAction: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationInitialAction responses: 200: description: The created resource schema: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationInitialAction responses: 200: description: The created resource schema: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationInitialAction/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationInitialAction responses: 200: description: Ok schema: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationInitialAction responses: 200: description: Ok schema: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfigurationInitialAction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationInitialAction/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfigurationInitialAction responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/feedback: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/feedback responses: 200: description: The created resource schema: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/feedback responses: 200: description: The created resource schema: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/feedback/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/feedback responses: 200: description: Ok schema: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/feedback responses: 200: description: Ok schema: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/feedback 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/feedback/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/feedback responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfiguration: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfiguration responses: 200: description: The created resource schema: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfiguration responses: 200: description: The created resource schema: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfiguration/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfiguration responses: 200: description: Ok schema: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfiguration responses: 200: description: Ok schema: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfiguration/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfiguration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationContext: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationContext responses: 200: description: The created resource schema: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationContext responses: 200: description: The created resource schema: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationContext/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationContext responses: 200: description: Ok schema: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationContext responses: 200: description: Ok schema: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfigurationContext 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationContext/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfigurationContext responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationAiConfiguration: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationAiConfiguration responses: 200: description: The created resource schema: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationAiConfiguration responses: 200: description: The created resource schema: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationAiConfiguration/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationAiConfiguration responses: 200: description: Ok schema: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationAiConfiguration responses: 200: description: Ok schema: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfigurationAiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationAiConfiguration/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfigurationAiConfiguration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/contextAiAutentication: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contextAiAutentication responses: 200: description: The created resource schema: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contextAiAutentication responses: 200: description: The created resource schema: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/contextAiAutentication/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/contextAiAutentication responses: 200: description: Ok schema: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/contextAiAutentication responses: 200: description: Ok schema: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/contextAiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/contextAiAutentication/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/contextAiAutentication responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiAutentication: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/aiAutentication responses: 200: description: The created resource schema: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/aiAutentication responses: 200: description: The created resource schema: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiAutentication/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/aiAutentication responses: 200: description: Ok schema: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/aiAutentication responses: 200: description: Ok schema: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/aiAutentication 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiAutentication/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/aiAutentication responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiConfiguration: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/aiConfiguration responses: 200: description: The created resource schema: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/aiConfiguration responses: 200: description: The created resource schema: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiConfiguration/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/aiConfiguration responses: 200: description: Ok schema: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/aiConfiguration responses: 200: description: Ok schema: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/aiConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/aiConfiguration/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/aiConfiguration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interaction: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/interaction responses: 200: description: The created resource schema: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/interaction responses: 200: description: The created resource schema: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interaction/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/interaction responses: 200: description: Ok schema: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/interaction responses: 200: description: Ok schema: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/interaction 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interaction/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/interaction responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/session: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/session responses: 200: description: The created resource schema: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/session responses: 200: description: The created resource schema: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/session/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/session responses: 200: description: Ok schema: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/session responses: 200: description: Ok schema: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/session 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/session/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/session responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interactionType: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/interactionType responses: 200: description: The created resource schema: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/interactionType responses: 200: description: The created resource schema: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interactionType/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/interactionType responses: 200: description: Ok schema: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/interactionType responses: 200: description: Ok schema: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/interactionType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/interactionType/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/interactionType responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/dialog: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/dialog responses: 200: description: The created resource schema: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/dialog responses: 200: description: The created resource schema: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/dialog/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/dialog responses: 200: description: Ok schema: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/dialog responses: 200: description: Ok schema: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/dialog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/dialog/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/dialog responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/article: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/article responses: 200: description: The created resource schema: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/article responses: 200: description: The created resource schema: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/article/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/article responses: 200: description: Ok schema: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/article responses: 200: description: Ok schema: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/article 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/article/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/article responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationArticle: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationArticle responses: 200: description: The created resource schema: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/botConfigurationArticle responses: 200: description: The created resource schema: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationArticle/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationArticle responses: 200: description: Ok schema: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/botConfigurationArticle responses: 200: description: Ok schema: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/botConfigurationArticle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/botConfigurationArticle/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/botConfigurationArticle responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/zendeskProductUser: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/zendeskProductUser responses: 200: description: The created resource schema: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/zendeskProductUser responses: 200: description: The created resource schema: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/zendeskProductUser/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/zendeskProductUser responses: 200: description: Ok schema: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/zendeskProductUser responses: 200: description: Ok schema: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/zendeskProductUser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/zendeskProductUser/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/zendeskProductUser responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/resetPassword: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/resetPassword responses: 200: description: The created resource schema: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/resetPassword responses: 200: description: The created resource schema: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/resetPassword/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/resetPassword responses: 200: description: Ok schema: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/resetPassword responses: 200: description: Ok schema: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/resetPassword 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /sara_tic_backend/entities/resetPassword/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/resetPassword responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: HealthcheckDTO: description: type: string enum: – UP – DOWN typeInteraction: description: Types of interaction type: string enum: – WELCOME – CONVERSATION – CHANGE_PASSWORD – OPEN_TICKET – UNLOCK_USER – START_CONTEXT – FINISH_CONTEXT – CREATE_FEEDBACK – ACTION typeChat: description: Chat models type: string enum: – GPT – WATTSON userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR recEllevoOpenTicketResponse: description: type: object required: – number – status – expirationDate properties: number: type: string description: status: type: string description: expirationDate: type: string description: recEllevoTicketResponse: description: type: object required: – numero – status – vencimento properties: numero: type: string description: status: type: string description: vencimento: type: string description: recEllevoUserInfo: description: type: object required: – applicantId – clientId – userActive properties: applicantId: type: string description: clientId: type: string description: userActive: type: boolean description: recSeverities: description: type: object required: – severityId – severityDescription – severityDefault properties: severityId: type: string description: severityDescription: type: string description: severityDefault: type: string description: recNature: description: type: object required: – natureId – natureDescription – natureDefault – natureDemandsVersion properties: natureId: type: string description: natureDescription: type: string description: natureDefault: type: string description: natureDemandsVersion: type: string description: recPathsInformations: description: type: object required: – productId – processId – moduleId properties: productId: type: string description: Product identifier processId: type: string description: Process identifier moduleId: type: string description: Module identifier recPriorities: description: type: object required: – id – description properties: id: type: string description: description: type: string description: recPaths: description: type: object required: – productId – processId – moduleId – pathId – description – idRef properties: productId: type: string description: processId: type: string description: moduleId: type: string description: pathId: type: string description: description: type: string description: idRef: type: string description: recEllevoToken: description: type: object required: – access_token – token_type – expires_in properties: access_token: type: string description: access token token_type: type: string description: token type expires_in: type: integer format: int64 description: expires in recSupportSystemPredefinedPaths: description: type: object required: – name – predefinedPath properties: name: type: string description: Path name predefinedPath: type: object allOf: – #/definitions/recPredefinedPaths description: Path recPredefinedPaths: description: type: object required: – productId – processId – moduleId – searchArticle properties: productId: type: string description: Product identifier processId: type: string description: Process identifier moduleId: type: string description: Path information searchArticle: type: boolean description: Search article status recResetPasswordInfo: description: type: object properties: userEmail: type: string description: User email userType: type: string description: User type recUserNamePhoneContact: description: type: object properties: userName: type: string description: User name phone: type: string description: User phone status: type: string description: Status errorType: type: string description: Error type recChangePasswordResponse: description: type: object required: – status properties: status: type: string description: Status errorType: type: string description: Error type recChangePassword: description: type: object properties: userEmail: type: string description: User email userName: type: string description: User name phone: type: string description: User phone smsCode: type: string description: SMS code for password reset expirationDate: type: string format: date-time description: SMS code expiration date newPassword: type: string description: New password confirmPassword: type: string description: Password confirmation status: type: string description: Status errorType: type: string description: Error type recPhoneContact: description: type: object properties: number: type: string description: countryCode: type: string description: phoneContactType: type: string description: localCode: type: string description: recHealthCheckOutput: description: type: object required: – status properties: status: type: string description: recADUserInfo: description: type: object required: – user – newPassword properties: user: type: string description: Username newPassword: type: string description: Password recSoftwareInstallation: description: type: object required: – nomePc – nomePrograma properties: nomePc: type: string description: User name nomePrograma: type: string description: Download name recSoftwaresList: description: Return list of software type: object required: – nomeUsuario – nomeDownload properties: nomeUsuario: type: string description: Username nomeDownload: type: string description: Download name recIndexInfo: description: type: object required: – identifier – fullName – email – tenantDomain – tenantName – userType properties: identifier: type: string description: Bot identifier fullName: type: string description: User name email: type: string description: User e-amil tenantDomain: type: string description: user tenant domain tenantName: type: string description: User tenant name userType: type: string description: User tenant name recIndex: description: type: object required: – thema – initialActions – baseInformation – contexts properties: thema: type: string description: initialActions: type: array items: type: object allOf: – #/definitions/initialAction minimum: 1 description: baseInformation: type: string description: contexts: type: array items: type: object allOf: – #/definitions/recContext minimum: 1 description: recDefaultSms: description: type: object required: – to properties: to: type: string description: text: type: string description: recFeedback: description: Return of the home type: object required: – score – comment – interaction properties: score: type: integer format: int64 description: score given by the user comment: type: string description: comment given by the user interaction: type: string description: interaction id recBaseInformationMessageEncrypt: description: type: object required: – baseInformation – message properties: baseInformation: type: string description: message: type: string description: recWattsonReturn: description: type: object required: – baseInformation – message properties: baseInformation: type: string description: Basic Information article: type: array items: type: object allOf: – #/definitions/recSearchArticleEllevoData description: message: type: array items: type: object allOf: – #/definitions/recWattsonMessagesReturn minimum: 1 description: Messages recSendBpmZendeskInput: description: type: object required: – name – email – erpClientCode – groupName properties: name: type: string description: email: type: string description: erpClientCode: type: string description: groupName: type: string description: recWattsonMessagesReturn: description: type: object required: – options properties: type: type: string description: options: type: array items: type: object allOf: – #/definitions/recWattsonMessagesOptions minimum: 1 description: message: type: string description: recWattsonMessagesOptions: description: type: object properties: type: string description: description: type: string description: recEllevoPath: description: type: object required: – produtoID – processoID – moduloID – caminhoID – descricao – idRef – ativo properties: produtoID: type: string description: processoID: type: string description: moduloID: type: string description: caminhoID: type: string description: descricao: type: string description: idRef: type: string description: ativo: type: boolean description: recChangePasswordADUser: description: type: object required: – baseInformation – status properties: baseInformation: type: string description: status: type: boolean description: recUnlockADUser: description: type: object required: – baseInformation – status properties: baseInformation: type: string description: status: type: boolean description: recWorkGroupApprovalInput: description: type: object required: – user – email properties: user: type: string description: email: type: string description: recWorkGroupApprovalOutput: description: type: object required: – baseInformation – processInstanceID – message properties: baseInformation: type: string description: processInstanceID: type: string description: message: type: string description: recFormData: description: type: object required: – formData – boundary properties: formData: type: string description: boundary: type: string description: recOpenTicketEllevo: description: type: object required: – data properties: data: type: object allOf: – #/definitions/recEllevoData description: files: type: array items: type: object allOf: – #/definitions/recEllevoAttachedFiles description: recEllevoAttachedFiles: description: type: object required: – fileName – mimeType – fileContent properties: fieldName: type: string description: fileName: type: string description: mimeType: type: string description: fileContent: type: string description: recEllevoData: description: type: object properties: productId: type: string description: processId: type: string description: moduleId: type: string description: pathId: type: string description: natureId: type: string description: responsibleId: type: string description: type: string description: description: type: string description: calculateExpiration: type: string description: calculateSla: type: string description: severityId: type: string description: applicantId: type: string description: clientId: type: string description: recInformacoesEllevo: description: type: object properties: originChatBot: type: string description: recSearchArticle: description: type: object required: – baseInformation – data properties: baseInformation: type: string description: data: type: array items: type: object allOf: – #/definitions/recSearchArticleEllevoData minimum: 1 description: recSearchArticleEllevoData: description: type: object required: – bsId – title properties: bsId: type: string description: type: string description: recSearchDescriptionArticleEllevo: description: type: object required: – baseInformation – data properties: baseInformation: type: string description: data: type: array items: type: object allOf: – #/definitions/recSearchDescriptionArticleEllevoData minimum: 1 description: recSearchDescriptionArticleEllevoData: description: type: object required: – bsId – guId – title – proId – procId – pathId – problem – answer properties: bsId: type: string description: guId: type: string description: type: string description: proId: type: string description: procId: type: string description: pathId: type: string description: problem: type: string description: answer: type: string description: recUserInfo: description: User index Record type: object properties: fullName: type: string description: Full name email: type: string description: email tenantDomain: type: string description: First name tenantName: type: string description: Last name photo: type: string description: User photo recArtificialIntelligence: description: type: object required: – aiIdentifier – name properties: aiIdentifier: type: string description: name: type: string description: recResponseChat: description: type: object required: – baseInformation – article – response properties: baseInformation: type: string description: article: type: array items: type: object allOf: – #/definitions/recArticles minimum: 1 description: response: type: array items: type: object allOf: – #/definitions/recResponses minimum: 1 description: recContext: description: type: object required: – contextIdentifier properties: contextIdentifier: type: string description: name: type: string description: description: type: string description: recArticles: description: type: object required: – message – html – url properties: message: type: string description: html: type: string description: url: type: string description: recResponses: description: type: object required: – type – content – context properties: type: type: string description: content: type: string description: context: type: array items: type: object allOf: – #/definitions/recContext minimum: 1 description: recSaraAccess: description: type: object required: – accessToken – userType properties: accessToken: type: string description: userType: type: string description: recZendeskCreateUserInfos: description: type: object required: – name – email – typeUser properties: name: type: string description: email: type: string description: erpClientCode: type: string description: typeUser: type: string description: recBaseInformation: description: type: object required: – identifier – name – user – aiIdentifier – dialog – session – interaction properties: identifier: type: string description: name: type: string description: user: type: object allOf: – #/definitions/recUserInfo description: aiIdentifier: type: string description: dialog: type: string description: session: type: string description: interaction: type: string description: context: type: object allOf: – #/definitions/recContext description: changePassword: type: object allOf: – #/definitions/recChangePassword description: supportSystems: description: type: object required: – id – identifier properties: id: type: string format: uuid description: identifier: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfigurationSupportSystems: description: type: object required: – idBotConfiguration – idSupportSystems – active properties: id: type: string format: uuid description: idBotConfiguration: type: string description: idSupportSystems: type: string description: active: type: boolean description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: supportSystemsPredefinedPaths: description: type: object required: – id – idBotConfigSupportSystems – name – predefinedPath – active properties: id: type: string format: uuid description: idBotConfigSupportSystems: type: string description: name: type: string description: predefinedPath: type: string description: active: type: boolean description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: initialAction: description: type: object required: – componentCall – quest – icon properties: id: type: string format: uuid description: componentCall: type: string description: quest: type: string description: icon: type: string description: level: type: integer format: int64 description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: context: description: type: object required: – contextIdentifier – name – description properties: id: type: string format: uuid description: contextIdentifier: type: string description: name: type: string description: description: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfigurationInitialAction: description: type: object required: – onlyLogon properties: id: type: string format: uuid description: idBotConfiguration: type: string description: idInitialAction: type: string description: onlyLogon: type: boolean description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: feedback: description: type: object required: – idInteraction – score – comment properties: id: type: string format: uuid description: idInteraction: type: string description: score: type: integer format: int64 description: comment: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfiguration: description: type: object required: – identifier properties: id: type: string format: uuid description: identifier: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfigurationContext: description: type: object required: – onlyLogon properties: id: type: string format: uuid description: idBotConfiguration: type: string description: idContext: type: string description: onlyLogon: type: boolean description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfigurationAiConfiguration: description: type: object required: – idAiConfiguration – idBotConfiguration properties: id: type: string format: uuid description: idAiConfiguration: type: string description: idBotConfiguration: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: contextAiAutentication: description: type: object required: – idContext – idAiAutentication properties: id: type: string format: uuid description: idContext: type: string description: idAiAutentication: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: aiAutentication: description: type: object required: – idAiConfiguration – secretName properties: id: type: string format: uuid description: idAiConfiguration: type: string description: secretName: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: aiConfiguration: description: type: object required: – name – identifier properties: id: type: string format: uuid description: name: type: string description: identifier: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: interaction: description: type: object required: – idSession – idInteractionType – input – output – confidence properties: id: type: string format: uuid description: idSession: type: string description: idInteractionType: type: string description: input: type: string description: output: type: string description: confidence: type: number format: double description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: session: description: type: object required: – idDialog properties: id: type: string format: uuid description: idDialog: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: interactionType: description: type: object required: – identifier – name – description properties: id: type: string format: uuid description: identifier: type: string description: name: type: string description: x-i18n: true description: type: string description: x-i18n: true createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: translations: type: object properties: locale: type: object properties: name: type: string description: type: string example: pt-BR: name: Exemplo de texto usando locale pt-BR.description: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale.description: Text example using en-US locale. dialog: description: type: object required: – idBotConfiguration – userLogin properties: id: type: string format: uuid description: idBotConfiguration: type: string description: userLogin: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: article: description: type: object required: – title – problem – solution – flagAttachment – origin – originPath – originId properties: id: type: string format: uuid description: type: string description: problem: type: string description: solution: type: string description: flagAttachment: type: boolean description: origin: type: string description: originPath: type: string description: originId: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: botConfigurationArticle: description: type: object required: – idArticles properties: id: type: string format: uuid description: idArticles: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: zendeskProductUser: description: type: object required: – productName – groupName properties: id: type: string format: uuid description: productName: type: string description: groupName: type: string description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: resetPassword: description: type: object required: – phoneNumber – smsCode – expirationDate properties: id: type: string format: uuid description: phoneNumber: type: string description: smsCode: type: string description: expirationDate: type: string format: date-time description: createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE