• Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
  • Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
home/APIs Privadas/Gestão de Pessoas (hcm)/management_matrix_processor
Mais pesquisados:Customização, Tutorial, Documentação

management_matrix_processor

2 views 0 25/07/2025 integrador

2.0info: 1.6.0 management_matrix_processor x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: management_matrix_processor 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/hcmsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /management_matrix_processor/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 /management_matrix_processor/queries/exportPerson: 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 /management_matrix_processor/queries/exportCompany: 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 /management_matrix_processor/queries/exportEmployee: 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 /management_matrix_processor/queries/exportCostCenter: 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 /management_matrix_processor/queries/exportUserRole: 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 /management_matrix_processor/queries/exportBatchProcessControl: 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 /management_matrix_processor/queries/exportManagementMatrix: 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 /management_matrix_processor/queries/exportManagementMatrixCycle: 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 /management_matrix_processor/queries/exportManagementMatrixConfiguration: 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 /management_matrix_processor/queries/exportCompetencySkillProficiencyTable: 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 /management_matrix_processor/queries/exportCompetencySkillProficiencyLevel: 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 /management_matrix_processor/queries/exportCompetencyPerformanceSquare: 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 /management_matrix_processor/queries/exportPerformancePotencialSquare: 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 /management_matrix_processor/queries/exportCompetencyTypeSquare: 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 /management_matrix_processor/queries/exportManagementMatrixStructure: 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 /management_matrix_processor/queries/exportManagementMatrixSquare: 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 /management_matrix_processor/queries/exportEmployeeAppraisalCycle: 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 /management_matrix_processor/queries/exportEmployeeCompetenciesAppraisal: 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 /management_matrix_processor/queries/exportEmployeePerformanceAppraisal: 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 /management_matrix_processor/queries/exportHierarchyItem: 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 /management_matrix_processor/queries/exportWorkstation: 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 /management_matrix_processor/queries/exportCompanyHierarchy: 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 /management_matrix_processor/queries/exportHierarchy: 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 /management_matrix_processor/queries/exportTalentPool: 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 /management_matrix_processor/queries/exportTalentPoolEmployee: 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 /management_matrix_processor/queries/exportEmployeeTalentAppraisal: 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 /management_matrix_processor/queries/exportEmployeeCompetenciesAppraisalByFocus: 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 /management_matrix_processor/queries/exportEmployeeCompetenciesAppraisalResultByCompetencyType: 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 /management_matrix_processor/queries/exportEmployeePowerAppraisal: 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 /management_matrix_processor/queries/exportTenantSetting: 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 /management_matrix_processor/queries/exportUserRoleWorkstation: 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 /management_matrix_processor/queries/exportUserRoleCompany: 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 /management_matrix_processor/queries/exportUserRoleCostCenter: 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 /management_matrix_processor/queries/exportMatrixBatchProcessErrorControl: 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 /management_matrix_processor/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 /management_matrix_processor/queries/healthcheck: post: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix_processor/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix_processor/actions/importPerson: 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 /management_matrix_processor/actions/importCompany: 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 /management_matrix_processor/actions/importEmployee: 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 /management_matrix_processor/actions/importCostCenter: 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 /management_matrix_processor/actions/importUserRole: 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 /management_matrix_processor/actions/importBatchProcessControl: 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 /management_matrix_processor/actions/importManagementMatrix: 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 /management_matrix_processor/actions/importManagementMatrixCycle: 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 /management_matrix_processor/actions/importManagementMatrixConfiguration: 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 /management_matrix_processor/actions/importCompetencySkillProficiencyTable: 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 /management_matrix_processor/actions/importCompetencySkillProficiencyLevel: 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 /management_matrix_processor/actions/importCompetencyPerformanceSquare: 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 /management_matrix_processor/actions/importPerformancePotencialSquare: 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 /management_matrix_processor/actions/importCompetencyTypeSquare: 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 /management_matrix_processor/actions/importManagementMatrixStructure: 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 /management_matrix_processor/actions/importManagementMatrixSquare: 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 /management_matrix_processor/actions/importEmployeeAppraisalCycle: 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 /management_matrix_processor/actions/importEmployeeCompetenciesAppraisal: 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 /management_matrix_processor/actions/importEmployeePerformanceAppraisal: 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 /management_matrix_processor/actions/importHierarchyItem: 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 /management_matrix_processor/actions/importWorkstation: 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 /management_matrix_processor/actions/importCompanyHierarchy: 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 /management_matrix_processor/actions/importHierarchy: 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 /management_matrix_processor/actions/importTalentPool: 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 /management_matrix_processor/actions/importTalentPoolEmployee: 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 /management_matrix_processor/actions/importEmployeeTalentAppraisal: 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 /management_matrix_processor/actions/importEmployeeCompetenciesAppraisalByFocus: 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 /management_matrix_processor/actions/importEmployeeCompetenciesAppraisalResultByCompetencyType: 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 /management_matrix_processor/actions/importEmployeePowerAppraisal: 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 /management_matrix_processor/actions/importTenantSetting: 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 /management_matrix_processor/actions/importUserRoleWorkstation: 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 /management_matrix_processor/actions/importUserRoleCompany: 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 /management_matrix_processor/actions/importUserRoleCostCenter: 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 /management_matrix_processor/actions/importMatrixBatchProcessErrorControl: 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 /management_matrix_processor/signals/generateMatrixSquareManager: post: description: Criar os lotes de geração dos dados da matriz de gestão para um dado ciclo e tipo de matriz (papél Gestor) tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – cycleId – matrixType – isDirect properties: processId: type: string description: ID do processo cycleId: type: string description: ID do ciclo matrixType: type: string description: Tipo da matriz de gestão isDirect: type: boolean description: Indica se devem ser considerados somente os colaboradores diretos ou não employeeIds: type: array items: type: string description: IDs dos colaboradores responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /management_matrix_processor/signals/generateMatrixSquareHR: post: description: Criar os lotes de geração dos dados da matriz de gestão para um dado ciclo e tipo de matriz (papél RH) tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – cycleId – matrixType properties: processId: type: string description: ID do processo cycleId: type: string description: ID do ciclo matrixType: type: string description: Tipo da matriz de gestão talentPoolIds: type: array items: type: string description: IDs dos grupos de pessoas employeeIds: type: array items: type: string description: IDs dos colaboradores responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /management_matrix_processor/signals/generateMatrixSquareBatch: post: description: Signal responsável pela execução dos lotes de geração dos dados da matriz de gestão para um dado ciclo e tipo de matriz tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchId – processId – matrixType – data – isHR properties: batchId: type: string description: Identificador do lote processId: type: string description: Identificador do processo matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão data: type: array items: type: object allOf: – #/definitions/managementMatrixGenerateDTO minimum: 1 description: Lista de DTO contendo os dados para a geração da matriz de gestão isHR: type: boolean description: Indica se o usuário responsável por disparar a geração é RH maintenanceBatch: type: boolean description: Indica se irá enviar uma notificação ao finalizar o processo default: false responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /management_matrix_processor/signals/generateMatrixSquareEvaluated: post: description: Gera os dados da matriz de gestão de um avaliado tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – cycleId – employeeId – evaluationType properties: cycleId: type: string description: ID do ciclo employeeId: type: string description: ID do colaboradore evaluationType: type: string allOf: – #/definitions/evaluationType description: Tipo de avaliação que está sendo alterada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /management_matrix_processor/signals/generateMatrixSquareMaintenance: post: description: Realiza a manunteção dos dados de gestão de uma lista de avaliados tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – cycleId – employeeIds – maintenanceType properties: cycleId: type: string description: ID do ciclo employeeIds: type: array items: type: string minimum: 1 description: IDs dos colaboradores maintenanceType: type: string allOf: – #/definitions/maintenanceType description: Tipo de manutenção responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /management_matrix_processor/events/importPersonEvent: 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 /management_matrix_processor/events/exportPersonEvent: 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 /management_matrix_processor/events/importCompanyEvent: 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 /management_matrix_processor/events/exportCompanyEvent: 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 /management_matrix_processor/events/importEmployeeEvent: 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 /management_matrix_processor/events/exportEmployeeEvent: 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 /management_matrix_processor/events/importCostCenterEvent: 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 /management_matrix_processor/events/exportCostCenterEvent: 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 /management_matrix_processor/events/importUserRoleEvent: 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 /management_matrix_processor/events/exportUserRoleEvent: 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 /management_matrix_processor/events/importBatchProcessControlEvent: 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 /management_matrix_processor/events/exportBatchProcessControlEvent: 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 /management_matrix_processor/events/importManagementMatrixEvent: 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 /management_matrix_processor/events/exportManagementMatrixEvent: 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 /management_matrix_processor/events/importManagementMatrixCycleEvent: 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 /management_matrix_processor/events/exportManagementMatrixCycleEvent: 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 /management_matrix_processor/events/importManagementMatrixConfigurationEvent: 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 /management_matrix_processor/events/exportManagementMatrixConfigurationEvent: 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 /management_matrix_processor/events/importCompetencySkillProficiencyTableEvent: 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 /management_matrix_processor/events/exportCompetencySkillProficiencyTableEvent: 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 /management_matrix_processor/events/importCompetencySkillProficiencyLevelEvent: 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 /management_matrix_processor/events/exportCompetencySkillProficiencyLevelEvent: 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 /management_matrix_processor/events/importCompetencyPerformanceSquareEvent: 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 /management_matrix_processor/events/exportCompetencyPerformanceSquareEvent: 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 /management_matrix_processor/events/importPerformancePotencialSquareEvent: 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 /management_matrix_processor/events/exportPerformancePotencialSquareEvent: 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 /management_matrix_processor/events/importCompetencyTypeSquareEvent: 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 /management_matrix_processor/events/exportCompetencyTypeSquareEvent: 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 /management_matrix_processor/events/importManagementMatrixStructureEvent: 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 /management_matrix_processor/events/exportManagementMatrixStructureEvent: 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 /management_matrix_processor/events/importManagementMatrixSquareEvent: 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 /management_matrix_processor/events/exportManagementMatrixSquareEvent: 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 /management_matrix_processor/events/importEmployeeAppraisalCycleEvent: 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 /management_matrix_processor/events/exportEmployeeAppraisalCycleEvent: 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 /management_matrix_processor/events/importEmployeeCompetenciesAppraisalEvent: 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 /management_matrix_processor/events/exportEmployeeCompetenciesAppraisalEvent: 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 /management_matrix_processor/events/importEmployeePerformanceAppraisalEvent: 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 /management_matrix_processor/events/exportEmployeePerformanceAppraisalEvent: 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 /management_matrix_processor/events/importHierarchyItemEvent: 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 /management_matrix_processor/events/exportHierarchyItemEvent: 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 /management_matrix_processor/events/importWorkstationEvent: 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 /management_matrix_processor/events/exportWorkstationEvent: 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 /management_matrix_processor/events/importCompanyHierarchyEvent: 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 /management_matrix_processor/events/exportCompanyHierarchyEvent: 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 /management_matrix_processor/events/importHierarchyEvent: 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 /management_matrix_processor/events/exportHierarchyEvent: 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 /management_matrix_processor/events/importTalentPoolEvent: 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 /management_matrix_processor/events/exportTalentPoolEvent: 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 /management_matrix_processor/events/importTalentPoolEmployeeEvent: 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 /management_matrix_processor/events/exportTalentPoolEmployeeEvent: 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 /management_matrix_processor/events/importEmployeeTalentAppraisalEvent: 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 /management_matrix_processor/events/exportEmployeeTalentAppraisalEvent: 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 /management_matrix_processor/events/importEmployeeCompetenciesAppraisalByFocusEvent: 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 /management_matrix_processor/events/exportEmployeeCompetenciesAppraisalByFocusEvent: 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 /management_matrix_processor/events/importEmployeeCompetenciesAppraisalResultByCompetencyTypeEvent: 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 /management_matrix_processor/events/exportEmployeeCompetenciesAppraisalResultByCompetencyTypeEvent: 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 /management_matrix_processor/events/importEmployeePowerAppraisalEvent: 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 /management_matrix_processor/events/exportEmployeePowerAppraisalEvent: 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 /management_matrix_processor/events/importTenantSettingEvent: 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 /management_matrix_processor/events/exportTenantSettingEvent: 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 /management_matrix_processor/events/importUserRoleWorkstationEvent: 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 /management_matrix_processor/events/exportUserRoleWorkstationEvent: 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 /management_matrix_processor/events/importUserRoleCompanyEvent: 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 /management_matrix_processor/events/exportUserRoleCompanyEvent: 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 /management_matrix_processor/events/importUserRoleCostCenterEvent: 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 /management_matrix_processor/events/exportUserRoleCostCenterEvent: 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 /management_matrix_processor/events/importMatrixBatchProcessErrorControlEvent: 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 /management_matrix_processor/events/exportMatrixBatchProcessErrorControlEvent: 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 /management_matrix_processor/entities/workstation/{parentId}/hierarchyItens: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/hierarchyItem responses: 200: description: The created resources schema: type: array items: #/definitions/hierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/hierarchyItem responses: 200: description: The created resources schema: type: array items: #/definitions/hierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/hierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix_processor/entities/workstation/{parentId}/hierarchyItens/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editHierarchyItem responses: 200: description: Ok schema: #/definitions/editHierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/hierarchyItem responses: 200: description: Ok schema: #/definitions/hierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/hierarchyItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: employeeType: type: string enum: – EMPTY – EMPLOYEE – THIRDPARTY – PARTNER description: Tipo de colaborador: * `EMPTY` – Sem registro * `EMPLOYEE` – Colaborador * `THIRDPARTY` – Terceiro * `PARTNER` – Parceiro directionType: type: string enum: – ASC – DESC description: Tipo de ordenação: * `ASC` – Ascendente * `DESC` – Descendente matrixType: type: string enum: – COMPETENCYPERFORMANCE – PERFORMANCEPOTENCIAL – DASHBOARD_TYPE – COMPETENCYTYPE description: Tipos da matriz de gestão: * `COMPETENCYPERFORMANCE` – Competência X Resultado * `PERFORMANCEPOTENCIAL` – Desempenho X Potencial * `DASHBOARD_TYPE` – Utilizado pelo remuneração * `COMPETENCYTYPE` – Tipos de competências competenciesAppraisalSituation: type: string enum: – NOT_EVALUATED – PARTIAL_EVALUATED – EVALUATED – IN_COMPETENCY_SELECT description: Situação da avaliação por competência: * `NOT_EVALUATED` – Não avaliado * `PARTIAL_EVALUATED` – Avaliado Parcialmente * `EVALUATED` – Avaliado Totalmente * `IN_COMPETENCY_SELECT` – Está selecionando as competências employeePerformanceAppraisalState: type: string enum: – BLOCKED – IN_DEFINITION – WAITING_GOAL_APPROVAL – IN_APPRAISAL – WAITING_APPRAISAL_APPROVAL – DONE – CANCELED – NOT_ELIGIBLE – WAITING_APPRAISAL_APPROVAL_MANAGER – IN_REVISION – WAITING_GOAL_APPROVAL_REVISION description: Estado da avaliação de resultado: * `BLOCKED` – Bloqueado * `IN_DEFINITION` – Em definição * `WAITING_GOAL_APPROVAL` – Aguardando aprovação das metas * `IN_APPRAISAL` – Em avaliação * `WAITING_APPRAISAL_APPROVAL` – Aguardando aprovação do avaliado * `DONE` – Concluída * `CANCELED` – Cancelada * `NOT_ELIGIBLE` – Não elegível * `WAITING_APPRAISAL_APPROVAL_MANAGER` – Aguardando aprovação do gestor * `IN_REVISION` – Em revisão * `WAITING_GOAL_APPROVAL_REVISION` – Aguardando aprovação das metas revisadas employeeTalentAppraisalSituation: type: string enum: – IN_APPRAISAL – DONE description: Situação da avaliação de talento: * `IN_APPRAISAL` – Em avaliação * `DONE` – Concluída managementMatrixAxis: type: string enum: – X – Y description: Eixo da matriz: * `X` – Eixo X * `Y` – Eixo Y scopeType: type: string enum: – COMPANY_SCOPE – BRANCH_SCOPE – COSTCENTER_SCOPE description: Tipo de abrangência: * `COMPANY_SCOPE` – Escopo por empresa * `BRANCH_SCOPE` – Escopo por filial * `COSTCENTER_SCOPE` – Escopo por centro de custo evaluationType: type: string enum: – COMPETENCY – PERFORMANCE – TALENT description: Tipo de avaliação: * `COMPETENCY` – Avaliação por competência * `PERFORMANCE` – Avaliação de resultado * `TALENT` – Avaliação de potencial maintenanceType: type: string enum: – COMPETENCY – PERFORMANCE – TALENT description: Tipo de manutenção: * `COMPETENCY` – Avaliação por competência * `PERFORMANCE` – Avaliação de resultado * `TALENT` – Avaliação de potencial userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error healthcheckDTO: type: string enum: – UP – DOWN description: Status do healthcheck: * `UP` – Saudável * `DOWN` – Ruim managementMatrixGenerateDTO: description: DTO contendo os dados para a geração da matriz de gestão type: object required: – employeeAppraisalCycle – employee properties: employeeAppraisalCycle: type: string description: Identificador do ciclo employee: type: string description: Identificador do colaborador axisCompetencyTypeResultData: description: Objeto representando os resultados por tipo de competência no eixo. type: object required: – axisGeneralAchievement – competencyTypesResults properties: axisGeneralAchievement: type: string description: Atingimento geral obtido pelo colaborador no eixo competencyTypesResults: type: string description: Resultados obtidos para os tipos de competências competencyTypeResultData: description: Objeto representando o resultado por tipo de competência type: object required: – competencyTypeName – competencyTypeAchievement properties: competencyTypeName: type: string description: Nome do tipo de competência competencyTypeAchievement: type: string description: Atingimento obtido para o tipo de competência person: description: Pessoa. type: object required: – firstName – lastName – fullName properties: id: type: string description: Id da pessoa firstName: type: string description: Primeiro nome middleName: type: string description: Segundo nome lastName: type: string description: Último nome fullName: type: string description: Nome completo userName: type: string description: Nome de usuário thumbnailAttachment: type: string maxLength: 32 description: Identificador do anexo que contém o thumbnail da foto da pessoa attachment: type: string maxLength: 32 description: Identificador do anexo que contém a foto da pessoa company: description: Empresa type: object required: – id properties: id: type: string description: Identificador único da empresa companyName: type: string description: Nome da empresa headQuarter: type: string description: Empresa a qual a filial está ligada code: type: integer format: int64 description: Código da empresa tradingName: type: string description: Nome fantasia. employee: description: Colaborador. type: object required: – costCenter properties: id: type: string description: Id do colaborador person: type: object allOf: – #/definitions/person description: Relacionamento com a pessoa hireDate: type: string format: date description: Data de admissão dismissalDate: type: string format: date description: Data de demissão do colaborador (Se for o caso) employer: type: object allOf: – #/definitions/company description: Relacionamento com a empresa companyNumber: type: integer format: int64 description: Número da empresa registerNumber: type: integer format: int64 description: Número de registro do contrato employeeType: type: string allOf: – #/definitions/employeeType description: Tipo de colaborador costCenter: type: object allOf: – #/definitions/costCenter description: Centro de custo costCenter: description: Centro de custo type: object required: – name – code – company properties: id: type: string maxLength: 32 description: Id do centro de custo name: type: string maxLength: 60 description: Nome code: type: string maxLength: 32 description: Código company: type: object allOf: – #/definitions/company description: Empresa vinculada userRole: description: Papéis do usuário type: object properties: id: type: string maxLength: 32 description: Id papel batchProcessControl: description: Controle de lotes type: object required: – id – process – data properties: id: type: string format: uuid description: Identificador único do controle de lotes process: type: string format: uuid description: Identificador único do processo data: type: string description: Conteúdo do lote managementMatrix: description: Matriz de gestão type: object required: – name properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome managementMatrixCycle: description: Configuração da matriz de gestão no ciclo type: object required: – cycle – managementMatrix properties: id: type: string format: uuid description: Identificador cycle: type: string maxLength: 32 description: Ciclo managementMatrix: type: object allOf: – #/definitions/managementMatrix description: Matriz de gestão useCompetencyPerformance: type: boolean description: Tipo da matriz (Competência X Resultado) default: false usePerformancePotential: type: boolean description: Tipo da matriz (Desempenho X Potencial) default: false useCompetencyType: type: boolean description: Tipo da matriz (Tipo de competência) default: false managementMatrixConfiguration: description: Configuração da matriz conforme o tipo type: object properties: id: type: string maxLength: 32 description: Identificador matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão managementMatrix: type: object allOf: – #/definitions/managementMatrix description: Matriz de gestão inverseAxis: type: boolean description: Configuração dos eixos da matriz competencySkillProficiencyTable: description: type: object required: – name properties: id: type: string maxLength: 32 description: Id da tabela de proficiência name: type: string description: Nome competencySkillProficiencyLevel: description: Define um nível para classificar a proeficiência do colaborador type: object required: – name – competencySkillProficiencyTable – initialValueOfScoreRange – finalValueOfScoreRange – valueOfScore – finalPercentageOfScoreRange – initialPercentageOfScoreRange properties: id: type: string maxLength: 32 description: Id da proeficiência name: type: string description: Nome competencySkillProficiencyTable: type: string description: Tabela de proficiência initialValueOfScoreRange: type: string description: Valor inicial finalValueOfScoreRange: type: string description: Valor final valueOfScore: type: string description: Pontuação atingida finalPercentageOfScoreRange: type: string description: Final percentage of score range initialPercentageOfScoreRange: type: string description: Initial percentage of score range competencyPerformanceSquare: description: Informações das avaliações de competência e resultado (Competência X Resultado), posição na matriz de gestão e quadrante type: object required: – employee – cycle properties: id: type: string format: uuid description: Identificador employee: type: string maxLength: 32 description: Colaborador cycle: type: string maxLength: 32 description: Ciclo competencyPercentageOfAchievement: type: string description: Média do percentual das avaliações de competência performancePercentageOfAchievement: type: string description: Média do percentual das avaliações de resultado competencySkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Atingimento da avaliação de competência na escala de proficiência performanceSkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Atingimento da avaliação de resultados na escala de proficiência performanceRealResult: type: string description: Resultado real da avaliação de resultados, valor calculado square: type: string description: Quadrante coordinateXAxis: type: string description: Posição do colab na matriz, eixo X coordinateYAxis: type: string description: Posição do colab na matriz, eixo Y performancePotencialSquare: description: Informações das avaliações de desempenho e potencial (Desempenho X Potencial), posição na matriz de gestão e quadrante type: object required: – employee – cycle properties: id: type: string format: uuid description: Identificador employee: type: object allOf: – #/definitions/employee description: Colaborador cycle: type: string maxLength: 32 description: Ciclo potencialPercentageOfAchievement: type: string description: Média dos resultados das avaliações de potêncial performancePercentageOfAchievement: type: string description: Representa a média do resultado das avaliações de Competência e Resultado, valor calculado potencialSkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Atingimento na escala de proficiência da avaliação de potencial performanceSkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Representa o atingimento na escala de proficiência das avaliações de Competência e Resultado, valor calculado square: type: string maxLength: 32 description: Quadrante coordinateXAxis: type: string description: Posição do colab na matriz, eixo X coordinateYAxis: type: string description: Posição do colab na matriz, eixo Y competencyTypeSquare: description: Informações dos tipos de competência considerando a avaliação de competência, posição na matriz de gestão e quadrante type: object required: – employee – cycle properties: id: type: string format: uuid description: Identificador employee: type: string maxLength: 32 description: Colaborador cycle: type: string maxLength: 32 description: Ciclo horizontalOfAchievement: type: string description: Atingimento horizontal em percentual verticalOfAchievement: type: string description: Atingimento vertical em percentual horizontalSkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Atingimento, horizontal na escala de proficiência verticalSkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Atingimento, vertical na escala de proficiência horizontalCompetencyTypeResults: type: string maxLength: 255 description: Resultado dos tipos de competência considerando a avaliação de competência, horizontal verticalCompetencyTypeResults: type: string maxLength: 255 description: Resultado dos tipos de competência considerando a avaliação de competência, vertical square: type: string maxLength: 32 description: Quadrante coordinateXAxis: type: string description: Posição do colab na matriz, eixo X coordinateYAxis: type: string description: Posição do colab na matriz, eixo Y managementMatrixStructure: description: Estrutura matriz de gestão type: object required: – initialRange – finalRange – sequence properties: id: type: string maxLength: 32 description: Id estrutura 9box initialRange: type: string description: Range inicial finalRange: type: string description: Range final sequence: type: integer format: int64 description: Sequência managementMatrixSquare: description: Quadrante da matriz de gestão type: object required: – name – managementMatrixConfiguration – matrixRow – matrixColumn properties: id: type: string maxLength: 32 description: Identificador name: type: string maxLength: 200 description: Nome managementMatrixConfiguration: type: object allOf: – #/definitions/managementMatrixConfiguration description: Configuração da matriz de gestão matrixRow: type: object allOf: – #/definitions/managementMatrixStructure description: Linha matrixColumn: type: object allOf: – #/definitions/managementMatrixStructure description: Coluna employeeAppraisalCycle: description: Ciclo de avaliação type: object required: – ratingScale – competencySkillProficiencyTable – isRealResultCompetencyAppraisal – roundResult – competenciesWeight – performanceWeight – proficiencyTablePerformanceResult – proficiencyTableTalent properties: id: type: string description: Identificador ratingScale: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de proficiência (avaliação de resultado) competencySkillProficiencyTable: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de proficiência (avaliação por competência) isRealResultCompetencyAppraisal: type: boolean description: Indica que deve ser realizado o cálculo real do resultado da avaliação de competência roundResult: type: boolean description: Indica se deve ser arrendondado o valor dos resultados das evidências, avaliação por foco e avaliação geral por competência competenciesWeight: type: string description: Peso da avaliação de competências performanceWeight: type: string description: Peso da avaliação de resultados proficiencyTablePerformanceResult: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Referência ao objeto da tabela de escalas de proficiência referente ao resultado de desempenho(competência x resultado). proficiencyTableTalent: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de escalas de proficiência referente a avaliação de potencial employeeCompetenciesAppraisal: description: Avaliação por competência type: object required: – id – cycle – situation – evaluated – percentageOfAchievement – realResult – levelOfAchievement – conclusionDate properties: id: type: string description: Identificador único cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo situation: type: string allOf: – #/definitions/competenciesAppraisalSituation description: Situação da avaliação evaluated: type: object allOf: – #/definitions/employee description: Avaliado percentageOfAchievement: type: string description: Percentual de atingimento realResult: type: string description: Média real levelOfAchievement: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência atingido conclusionDate: type: string format: date description: Data de conclusão employeePerformanceAppraisal: description: Avaliação de resultado type: object required: – id – cycle – evaluated – state – percentageOfAchievement – competencySkillProficiencyLevel – managementMatrixAchievement properties: id: type: string description: Identificador único cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo evaluated: type: object allOf: – #/definitions/employee description: Avaliado state: type: string allOf: – #/definitions/employeePerformanceAppraisalState description: Situação da avaliação percentageOfAchievement: type: string description: Percentual de atingimento competencySkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência atingido managementMatrixAchievement: type: string description: Resultado da avaliação perante o 9box hierarchyItem: description: Tabela da hierarquia do cargo e líder imediato type: object required: – hierarchy – parent – position properties: id: type: string maxLength: 32 description: Identificador da hierarquia hierarchy: type: string description: Hierarquia workstation: type: object allOf: – #/definitions/workstation description: Identificador do grupo de trabalho parent: type: object allOf: – #/definitions/hierarchyItem description: Identificador do líder imediato position: type: string description: Posicão editHierarchyItem: type: object required: – id allOf: – #/definitions/hierarchyItem workstation: description: Tabela do grupo de trabalho type: object required: – company – occupant properties: id: type: string maxLength: 32 description: ID do grupo de trabalho company: type: string description: Empresa ligada ao grupo de trabalho occupant: type: object allOf: – #/definitions/employee description: Empregado alocado no posto de trabalho hierarchyItens: type: array items: type: object allOf: – #/definitions/hierarchyItem description: hierarquia do cargo e líder companyHierarchy: description: Histórico de projetos type: object required: – company – hierarchy – startdate properties: id: type: string maxLength: 32 description: Identificador do hierarquia da empresa company: type: string description: Empresa hierarchy: type: string description: Hierarquia startdate: type: string format: date description: Data de início hierarchy: description: Cadastro da hierarquia type: object required: – name properties: id: type: string maxLength: 32 description: Identificador name: type: string description: talentPool: description: Grupo de talentos. type: object properties: id: type: string description: Identificador único do grupo de talentos. talentPoolEmployee: description: Realiza a ligação entre um colaborador e um grupo de talentos. type: object required: – talentPool – employee properties: id: type: string description: Identificador único da ligação entre um colaborador e um grupo de talentos talentPool: type: object allOf: – #/definitions/talentPool description: Identificador do grupo de talentos. employee: type: object allOf: – #/definitions/employee description: Identificador do colaborador. exclusionDate: type: string format: date-time description: Data em que o colaborador foi removido do grupo. employeeTalentAppraisal: description: Avaliação de talento de um colaborador type: object required: – cycle – evaluated – percentageOfAchievement – levelOfAchievement – situation properties: id: type: string maxLength: 32 description: Identificador da avaliação de talento de um colaborador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo evaluated: type: object allOf: – #/definitions/employee description: Avaliado percentageOfAchievement: type: string description: Percentual de atingimento levelOfAchievement: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência atingido situation: type: string allOf: – #/definitions/employeeTalentAppraisalSituation description: Situação da avaliação employeeCompetenciesAppraisalByFocus: description: Avaliação de competências por foco type: object required: – employeeCompetenciesAppraisal properties: id: type: string maxLength: 32 description: Identificador da Avaliação de competências por foco employeeCompetenciesAppraisal: type: object allOf: – #/definitions/employeeCompetenciesAppraisal description: Avaliação por competência employeeCompetenciesAppraisalResultByCompetencyType: description: Resultados específicos por tipo de competência type: object required: – employeeCompetenciesAppraisalByFocus properties: id: type: string maxLength: 32 description: Identificador resultados específicos por tipo de competência employeeCompetenciesAppraisalByFocus: type: object allOf: – #/definitions/employeeCompetenciesAppraisalByFocus description: Avaliação de competências por foco employeePowerAppraisal: description: Avaliação de desempenho do colaborador type: object required: – cycle – employee – percentageOfAchievement – proficiencyLevel properties: id: type: string maxLength: 32 description: Identificador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo employee: type: object allOf: – #/definitions/employee description: Colaborador percentageOfAchievement: type: string description: Percentual de atingimento da avaliação proficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência alcançado na avaliação tenantSetting: description: Configurações do tenant type: object required: – scopeType properties: id: type: string maxLength: 32 description: Id tenant scopeType: type: string allOf: – #/definitions/scopeType description: Tipo de abrangência userRoleWorkstation: description: Papéis vinculados ao colaborador type: object required: – employee properties: id: type: string maxLength: 32 description: Id do papel employee: type: object allOf: – #/definitions/employee description: Colaborador vinculado userRoleCompany: description: Papéis vinculados a empresa type: object required: – company properties: id: type: string maxLength: 32 description: Id do papel company: type: object allOf: – #/definitions/company description: Empresa vinculada userRoleCostCenter: description: Papéis vinculados a centros de custo type: object required: – costCenter properties: id: type: string maxLength: 32 description: Id do papel costCenter: type: object allOf: – #/definitions/costCenter description: Centro de custo vinculado matrixBatchProcessErrorControl: description: Controle de erros de lotes type: object required: – id – process – employee – cycle – matrixType properties: id: type: string format: uuid description: Identificador único do controle de lotes process: type: string format: uuid description: Identificador único do processo employee: type: string maxLength: 32 description: Identificador do colaborador cycle: type: string maxLength: 32 description: Identificador do ciclo matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão insertDate: type: string format: date description: Data de inserção 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 checkDTO: description: Retorno status usados de retorno type: object required: – status – name properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status name: type: string description: Status genericError: properties: message: type: string description: Messaging describing the error. reason: type: string enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage

Este artigo foi útil para você?

Sim  Não
Leave A Comment Cancelar resposta

Você precisa fazer o login para publicar um comentário.

© 2022 Senior. Todos os direitos reservados.
Mais pesquisados:Customização, Tutorial, Documentação