• 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
Mais pesquisados:Customização, Tutorial, Documentação

management_matrix

0 views 0 25/07/2025 integrador

2.0info: 1.17.0 management_matrix x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: management_matrix 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/queries/getMatrixSquareEmployeesPaged: post: description: Listagem colaboradores nos quadrantes tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – isDirectDescendants – filter – page properties: isDirectDescendants: type: boolean description: Indica se o colaborador é um liderado direto ou indireto filter: type: object allOf: – #/definitions/matrixSquareFilterDTO description: Filtro dos colaboradores nos quadrantes page: type: object allOf: – #/definitions/pagination description: Paginação dos dados responses: 200: description: Ok schema: type: object allOf: – #/definitions/competencyperformancesquareList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getHRMatrixSquareEmployeesPaged: post: description: Listagem colaboradores nos quadrantes (RH) tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filter – page properties: isDirectDescendants: type: boolean description: Indica se o colaborador é um liderado direto ou indireto filter: type: object allOf: – #/definitions/matrixSquareFilterDTO description: Filtro dos colaboradores nos quadrantes page: type: object allOf: – #/definitions/pagination description: Paginação dos dados responses: 200: description: Ok schema: type: object allOf: – #/definitions/competencyperformancesquareList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getPerformancePotencialSquares: post: description: Retorna as matrizes de performance x potencial filtradas pelo ciclo e params informados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleID properties: cycleID: type: string description: ID do ciclo employeeIds: type: array items: type: string description: Filtro dos colaboradores talentPoolIds: type: array items: type: string description: Filtro dos grupos de pessoas costCenterIds: type: array items: type: string description: Filtro dos centros de custo restrictedCostCenterIds: type: array items: type: string description: Filtro dos centos de custo restritos ao usuário logado responses: 200: description: Ok schema: type: object allOf: – #/definitions/performancePotencialSquareDTOList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getAxisCompetencyTypeManagementMatrixConfigurations: post: description: Retorna as configurações da matriz de gestão por competência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId properties: cycleId: type: string description: Id do ciclo responses: 200: description: Ok schema: type: object required: – horizontalAxisCompetencyTypeList – verticalAxisCompetencyTypeList – horizontalAxisDescription – verticalAxisDescription properties: horizontalAxisCompetencyTypeList: type: array items: type: object allOf: – #/definitions/competencytype minimum: 1 description: Lista do contrato dos tipos de competências que estão vinculadas ao eixo horizontal verticalAxisCompetencyTypeList: type: array items: type: object allOf: – #/definitions/competencytype minimum: 1 description: Lista do contrato dos tipos de competências que estão vinculadas ao eixo vertical horizontalAxisDescription: type: string description: Descrição do eixo horizontal verticalAxisDescription: type: string description: Descrição do eixo vertical 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna as configurações da matriz de gestão por competência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: cycleId description: Id do ciclo in: query required: true type: string responses: 200: description: Ok schema: type: object required: – horizontalAxisCompetencyTypeList – verticalAxisCompetencyTypeList – horizontalAxisDescription – verticalAxisDescription properties: horizontalAxisCompetencyTypeList: type: array items: type: object allOf: – #/definitions/competencytype minimum: 1 description: Lista do contrato dos tipos de competências que estão vinculadas ao eixo horizontal verticalAxisCompetencyTypeList: type: array items: type: object allOf: – #/definitions/competencytype minimum: 1 description: Lista do contrato dos tipos de competências que estão vinculadas ao eixo vertical horizontalAxisDescription: type: string description: Descrição do eixo horizontal verticalAxisDescription: type: string description: Descrição do eixo vertical 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getEmployeesByProcessErrorControl: post: description: Retorna uma lista paginada de DTOs dos colaboradores que ocorreram erro na geração dos dados da matriz tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: processId: type: string description: Identificador do processo page: type: object allOf: – #/definitions/pagination description: Paginação responses: 200: description: Ok schema: type: object allOf: – #/definitions/employeesByProcessErrorControlList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getEmployeesByNameAndCode: post: description: Busca os colaboradores pelo nome ou código tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: name: type: string description: Nome do colaborador registerNumber: type: integer format: int64 description: Código do colaborador isRH: type: boolean description: Indica se o usuário possui papel de RH page: type: object allOf: – #/definitions/pagination description: Paginação orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação responses: 200: description: Ok schema: type: object allOf: – #/definitions/employeePagedList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getCostCentersByNameAndCode: post: description: Busca os centros de custo pelo nome ou código tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: name: type: string maxLength: 255 description: Nome do centro de custo code: type: string maxLength: 32 description: Código do centro de custo isRH: type: boolean description: Indica se o usuário possui papel de RH default: false page: type: object allOf: – #/definitions/pagination description: Paginação orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação responses: 200: description: Ok schema: type: object allOf: – #/definitions/costCenterPagedList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getManagementMatrixSquare: post: description: Retorna os quadrantes da matriz de gestão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId – matrixType – page properties: cycleId: type: string maxLength: 32 description: Identificador do ciclo matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão name: type: string maxLength: 200 description: Nome do quadrante page: type: object allOf: – #/definitions/pagination description: Paginação orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixSquareRecordPaged 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getManagementMatricesByName: post: description: Busca as matrizes de gestão através do nome da matriz tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: name: type: string description: Nome da matriz de gestão responses: 200: description: Ok schema: type: object required: – managementMatrices properties: managementMatrices: type: array items: type: object allOf: – #/definitions/managementMatrixDTO minimum: 1 description: Matrizes de gestão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca as matrizes de gestão através do nome da matriz tags: – Queries x-senior-visibility: PRIVATE parameters: – name: name description: Nome da matriz de gestão in: query type: string responses: 200: description: Ok schema: type: object required: – managementMatrices properties: managementMatrices: type: array items: type: object allOf: – #/definitions/managementMatrixDTO minimum: 1 description: Matrizes de gestão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getManagementMatrixCycle: post: description: Retorna as configurações da matriz de gestão no ciclo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId properties: cycleId: type: string maxLength: 32 description: Identificador do ciclo responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixCycleRecord 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna as configurações da matriz de gestão no ciclo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: cycleId description: Identificador do ciclo in: query required: true type: string maxLength: 32 responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixCycleRecord 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/verifyIfHasBatchProcessLock: post: description: Verifica se existem registros na tabela de lock do processo em lotes tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Possui registros? 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verifica se existem registros na tabela de lock do processo em lotes tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Possui registros? 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getCyclesDetailsByName: post: description: Retorna os ciclos de avaliação através do nome do ciclo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: id: type: string description: Identificador do ciclo name: type: string description: Nome do ciclo page: type: object allOf: – #/definitions/pagination description: Paginação orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação responses: 200: description: Ok schema: type: object allOf: – #/definitions/cycleDetailsRecordPaged 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/listManagementMatrix: post: description: Lista as matrizes de gestão de forma paginada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: name: type: string description: Nome da matriz de gestão page: type: object allOf: – #/definitions/pagination description: Paginação responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixPagedList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/searchCompany: post: description: Retorna uma lista para o autocomplete de empresas e/ou filiais tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyType – page properties: name: type: string description: Nome da empresa code: type: string description: Código da empresa companyType: type: string allOf: – #/definitions/companyType description: Tipo de empresa isRH: type: boolean description: Indica se o colaborador logado possui papel RH page: type: object allOf: – #/definitions/pagination description: Paginação dos dados orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação dos campos responses: 200: description: Ok schema: type: object allOf: – #/definitions/companyPagedList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getCompetencyPerformanceSquare: post: description: Retorna lista de colaboradores da matriz de Resultado x Competência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId properties: cycleId: type: string description: ID do ciclo employeeIds: type: array items: type: string description: Filtro dos colaboradores talentPoolIds: type: array items: type: string description: Filtro dos grupos de pessoas costCenterIds: type: array items: type: string description: Filtro dos centros de custo restrictedCostCenterIds: type: array items: type: string description: Filtro dos centros de custo restritos ao usuário logado responses: 200: description: Ok schema: type: object allOf: – #/definitions/competencyPerformanceSquareEmployeeList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getManagersByNameAndCode: post: description: Retorna os gestores através do nome ou código informado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: name: type: string description: Nome do gestor registerNumber: type: integer format: int64 description: Código do gestor isRH: type: boolean description: Indica se o usuário possui papel de RH page: type: object allOf: – #/definitions/pagination description: Paginação orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenação responses: 200: description: Ok schema: type: object allOf: – #/definitions/employeePagedList 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getCompetencyTypeSquares: post: description: Retorna os colaboradores da matriz de gestão por tipo de competência. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId properties: cycleId: type: string description: Identificador do ciclo employeeIds: type: array items: type: string description: Filtro dos colaboradores talentPoolIds: type: array items: type: string description: Filtro dos grupos de pessoas costCenterIds: type: array items: type: string description: Filtro dos centros de custo restrictedCostCenterIds: type: array items: type: string description: Filtro dos centros de custo restritos ao usuário logado responses: 200: description: Ok schema: type: object required: – competencyTypeSquares properties: competencyTypeSquares: type: array items: type: object allOf: – #/definitions/competencyTypeSquareRecord minimum: 1 description: Colaboradores da matriz de gestão por tipo de competência 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/queries/getManagementMatrixConfiguration: post: description: Retorna uma configuração, suas estruturas e quadrantes referentes a uma matriz de gestão conforme o ID e o tipo de matriz tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – matrixId – matrixType properties: matrixId: type: string description: ID da matriz matrixType: type: string allOf: – #/definitions/matrixType description: Tipo de matriz responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixConfigurationMap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna uma configuração, suas estruturas e quadrantes referentes a uma matriz de gestão conforme o ID e o tipo de matriz tags: – Queries x-senior-visibility: PRIVATE parameters: – name: matrixId description: ID da matriz in: query required: true type: string – name: matrixType description: Tipo de matriz in: query required: true type: string allOf: – #/definitions/matrixType responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixConfigurationMap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/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/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/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/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/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/queries/exportJobposition: 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/queries/exportDepartment: 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/queries/exportBatchProcessLock: 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/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/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/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/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/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/queries/exportManagementMatrixMovimentation: 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/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/queries/exportAxisCompetencyTypeManagementMatrixCycle: 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/queries/exportAxisDescriptionCompetencyTypeManagementMatrixCycle: 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/queries/exportCompetencytype: 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/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/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/actions/createEditOrDeleteManagementMatrixCycle: post: description: Salva as configurações da matriz de gestão para o ciclo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: id: type: string description: Identificador da configuração da matriz de gestão cycleId: type: string description: Identificador do ciclo managementMatrixId: type: string description: Identificador da matriz de gestão useCompetencyPerformance: type: boolean description: Competencias x resultado usePerformancePotential: type: boolean description: Desempenho x potencial useCompetencyType: type: boolean description: Tipos de competência responses: 200: description: Ok schema: type: object properties: managementMatrixCycle: type: object allOf: – #/definitions/managementMatrixCycleDTO description: Configuração da matriz de gestão, nulo se deletado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/actions/duplicateManagementMatrix: post: description: Duplica uma matriz de gestão e suas configurações tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – name properties: id: type: string description: ID da matriz de gestão que será duplicada name: type: string description: Nome da matriz de gestão responses: 200: description: Ok schema: type: object required: – managementMatrix – managementMatrixConfigurationList – managementMatrixSquareList properties: managementMatrix: type: object allOf: – #/definitions/managementMatrix description: Matriz de gestão duplicada managementMatrixConfigurationList: type: array items: type: object allOf: – #/definitions/managementMatrixConfiguration minimum: 1 description: Configurações da Matriz de gestão duplicada managementMatrixSquareList: type: array items: type: object allOf: – #/definitions/managementMatrixSquareRecord minimum: 1 description: Quadrantes da Matriz de gestão duplicada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/actions/createManagementMatrix: post: description: Cria uma matriz de gestão e suas configurações tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – managementMatrixConfigurationMap properties: managementMatrixConfigurationMap: type: object allOf: – #/definitions/managementMatrixConfigurationMap description: Mapa da matriz de gestão responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixConfigurationMap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/actions/createOrEditAxisCompetencyTypeManagementMatrixConfigurations: post: description: Cria ou atualiza as configurações da matriz de gestão por competência tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cycleId properties: cycleId: type: string description: Id do ciclo horizontalAxisDescription: type: string description: Descrição do eixo horizontal verticalAxisDescription: type: string description: Descrição do eixo vertical horizontalAxisCompetencyTypeIds: type: array items: type: string description: Lista dos ids dos tipos de competência do eixo horizontal verticalAxisCompetencyTypeIds: type: array items: type: string description: Lista dos ids dos tipos de competência do eixo vertical responses: 200: description: Ok schema: type: object allOf: – #/definitions/axisCompetencyTypeManagementMatrixConfigurationsDTO 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/actions/editManagementMatrixConfiguration: post: description: Edita uma configuração referente a uma matriz de gestão tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – managementMatrixConfigurationMap properties: managementMatrixConfigurationMap: type: object allOf: – #/definitions/managementMatrixConfigurationMap description: Dto que representa as configurações da matriz de gestão responses: 200: description: Ok schema: type: object allOf: – #/definitions/managementMatrixConfigurationMap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/actions/removeManagementMatrix: post: description: Exclui uma matriz de gestão e suas configurações tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID da matriz de gestão responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/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/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/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/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/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/actions/importJobposition: 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/actions/importDepartment: 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/actions/importBatchProcessLock: 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/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/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/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/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/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/actions/importManagementMatrixMovimentation: 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/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/actions/importAxisCompetencyTypeManagementMatrixCycle: 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/actions/importAxisDescriptionCompetencyTypeManagementMatrixCycle: 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/actions/importCompetencytype: 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/signals/generateMatrixSquareHR: post: description: Gera os 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: – cycleId – matrixType properties: 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/signals/generateMatrixSquareManager: post: description: Gera os 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: – cycleId – matrixType – isDirect properties: 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/signals/finishGenerateMatrixSquareProcess: post: description: Finaliza o processo de geração dos dados da matriz de gestão tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – matrixType – isHR properties: processId: type: string description: ID do processo matrixType: type: string allOf: – #/definitions/matrixType description: Tipo 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/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/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/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/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/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/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/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/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/events/importJobpositionEvent: 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/events/exportJobpositionEvent: 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/events/importDepartmentEvent: 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/events/exportDepartmentEvent: 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/events/importBatchProcessLockEvent: 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/events/exportBatchProcessLockEvent: 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/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/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/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/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/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/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/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/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/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/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/events/importManagementMatrixMovimentationEvent: 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/events/exportManagementMatrixMovimentationEvent: 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/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/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/events/importAxisCompetencyTypeManagementMatrixCycleEvent: 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/events/exportAxisCompetencyTypeManagementMatrixCycleEvent: 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/events/importAxisDescriptionCompetencyTypeManagementMatrixCycleEvent: 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/events/exportAxisDescriptionCompetencyTypeManagementMatrixCycleEvent: 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/events/importCompetencytypeEvent: 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/events/exportCompetencytypeEvent: 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/entities/jobposition: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/jobposition responses: 200: description: The created resource schema: #/definitions/jobposition 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: entity in: body required: true schema: type: object allOf: – #/definitions/jobposition responses: 200: description: The created resource schema: #/definitions/jobposition 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: 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/jobposition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/jobposition/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editJobposition responses: 200: description: Ok schema: #/definitions/editJobposition 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: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/jobposition responses: 200: description: Ok schema: #/definitions/jobposition 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: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/jobposition 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: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/jobposition/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobposition responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/department: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/department responses: 200: description: The created resource schema: #/definitions/department 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: entity in: body required: true schema: type: object allOf: – #/definitions/department responses: 200: description: The created resource schema: #/definitions/department 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: 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/department 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/department/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editDepartment responses: 200: description: Ok schema: #/definitions/editDepartment 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: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/department responses: 200: description: Ok schema: #/definitions/department 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: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/department 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: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/department/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/department responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/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/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 /management_matrix/entities/talentPool: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/talentPool responses: 200: description: The created resource schema: #/definitions/talentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/talentPool responses: 200: description: The created resource schema: #/definitions/talentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: 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/talentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/talentPool/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editTalentPool responses: 200: description: Ok schema: #/definitions/editTalentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/talentPool responses: 200: description: Ok schema: #/definitions/talentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/talentPool 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /management_matrix/entities/talentPool/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/talentPool responses: 200: description: The bulk creation has created resources 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 groupType: type: string enum: – PERSON – TALENT description: Tipo do grupo de pessoas: * `PERSON` – Tipo pessoa * `TALENT` – Tipo talento groupVisibility: type: string enum: – PRIVATE – PUBLIC description: Tipos de visibilidade dos grupos de pessoas: * `PRIVATE` – Visibilidade privada * `PUBLIC` – Visibilidade pública employeeAppraisalCycleStatusType: type: string enum: – OPEN – CLOSED – FUTURE – WAIT – ERROR 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 processType: type: string enum: – COLLECTIVE_GOAL – MANAGEMENT_MATRIX description: Tipo de processo: * `COLLECTIVE_GOAL` – Metas compartilhadas * `MANAGEMENT_MATRIX` – Matriz de gestão companyType: type: string enum: – HEADQUARTER – BRANCH description: Tipo de empresa: * `HEADQUARTER` – Matriz * `BRANCH` – Filial managementMatrixAxis: type: string enum: – H – V description: Representação dos eixos da matriz de gestão por tipos de competências: * `H` – Eixo horizontal * `V` – Eixo vertical 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 ordination: description: Dados da ordenação type: object required: – field properties: field: type: string description: Campo que será ordenado order: type: string allOf: – #/definitions/directionType description: Tipo da ordenação axisCompetencyTypeManagementMatrixConfigurationsDTO: description: Contrato das configurações da matriz de gestão por competência type: object required: – axisDescriptionCompetencyTypeManagementMatrixCycleId – axisCompetencyTypeManagementMatrixCycleId properties: axisDescriptionCompetencyTypeManagementMatrixCycleId: type: string description: Id da descrição dos eixos das configurações da matriz de gestão por competência axisCompetencyTypeManagementMatrixCycleId: type: array items: type: string minimum: 1 description: Lista de Ids dos tipos de competência das configurações da matriz de gestão por competência competencyPerformanceSquareEmployeeList: description: type: object required: – employees properties: employees: type: array items: type: object allOf: – #/definitions/competencyPerformanceSquareEmployee minimum: 1 description: Lista de colaboradores employeePagedList: description: Contrato da lista de colaboradores (paginado) allOf: – #/definitions/paged – type: object required: – employeeList properties: employeeList: type: array items: type: object allOf: – #/definitions/employeeDTO minimum: 1 description: Lista de colaboradores employeeDTO: description: Contrato do colaborador type: object required: – id – registerNumber – name – personId properties: id: type: string description: ID do colaborador registerNumber: type: integer format: int64 description: Código do colaborador name: type: string description: Nome completo do colaborador personId: type: string description: ID da pessoa managementMatrixSquareRecord: description: Contrato do quadrante type: object required: – matrixrow – matrixcolumn – matrixconfiguration properties: id: type: string maxLength: 32 description: Identificador name: type: string maxLength: 200 description: Nome color: type: string maxLength: 50 description: Cor description: type: string maxLength: 1000 description: Descrição matrixrow: type: object allOf: – #/definitions/managementMatrixStructure description: Id linha matrixcolumn: type: object allOf: – #/definitions/managementMatrixStructure description: Id coluna middlexaxis: type: number format: double description: Coordernada eixo x middleyaxis: type: number format: double description: Coordernada eixo y matrixconfiguration: type: object allOf: – #/definitions/managementMatrixConfiguration description: Configuração da matriz de gestão managementMatrixSquareRecordPaged: description: Contrato dos quadrantes paginado allOf: – #/definitions/paged – type: object required: – managementMatrixSquareRecordList properties: managementMatrixSquareRecordList: type: array items: type: object allOf: – #/definitions/managementMatrixSquareRecord minimum: 1 description: Contrato dos quadrantes managementMatrixDTO: description: Contrato da matriz de gestão type: object required: – id – name properties: id: type: string maxLength: 36 description: Identificador name: type: string maxLength: 255 description: Nome managementMatrixCycleRecord: description: Contrato da configuração da matriz de gestão no ciclo type: object required: – id – managementMatrixDTO – useCompetencyPerformance – usePerformancePotential – useCompetencyType properties: id: type: string maxLength: 36 description: Identificador managementMatrixDTO: type: object allOf: – #/definitions/managementMatrixDTO description: Contrato da matriz de gestão useCompetencyPerformance: type: boolean description: Tipo da matriz (Competência X Resultado) usePerformancePotential: type: boolean description: Tipo da matriz (Desempenho X Potencial) useCompetencyType: type: boolean description: Tipo da matriz (Tipo de competência) managementMatrixCycleDTO: description: Configuração da matriz de gestão type: object required: – id – cycle – managementMatrix properties: id: type: string maxLength: 32 description: Identificador da configuração da matriz de gestão cycle: type: string maxLength: 32 description: Identificador do ciclo managementMatrix: type: object allOf: – #/definitions/managementMatrix description: Identificador da matriz de gestão useCompetencyPerformance: type: boolean description: Competencias x resultado usePerformancePotential: type: boolean description: Desempenho x potencial useCompetencyType: type: boolean description: Tipos de competência costCenterPagedList: description: Contrato da lista de centros de custo (paginado) allOf: – #/definitions/paged – type: object required: – costCenterList properties: costCenterList: type: array items: type: object allOf: – #/definitions/costCenterDTO minimum: 1 description: Lista de centros de custo costCenterDTO: description: contrato do centro de custo type: object required: – name – code properties: id: type: string maxLength: 32 description: ID do centro de custo name: type: string maxLength: 255 description: Nome code: type: string maxLength: 32 description: Código cycleDetailsRecord: description: Contrato do ciclo com a configuração da matriz de gestão type: object required: – id – name – startDate – endDate – status – managementMatrixCycle properties: id: type: string description: Identificadr do ciclo name: type: string description: Nome do ciclo startDate: type: string format: date description: Data de início endDate: type: string format: date description: Data de fim status: type: string allOf: – #/definitions/employeeAppraisalCycleStatusType description: Status do ciclo managementMatrixCycle: type: object allOf: – #/definitions/managementMatrixCycleRecord description: Configuração da matriz de gestão cycleDetailsRecordPaged: description: Contrato do ciclo com a configuração da matriz de gestão paginado allOf: – #/definitions/paged – type: object required: – cyclesDetailsRecordList properties: cyclesDetailsRecordList: type: array items: type: object allOf: – #/definitions/cycleDetailsRecord minimum: 1 description: Contrato dos ciclos com a configuração da matriz de gestão companyPagedList: description: Dto contendo a lista de empresas/filiais para o autocomplete allOf: – #/definitions/paged – type: object required: – companyList properties: companyList: type: array items: type: object allOf: – #/definitions/company minimum: 1 description: Lista de empresas/filiais performancePotencialSquareDTOList: description: DTO contedo a lista de resultados da matriz de tipo Desempenho x Potencial type: object required: – performancePotencialSquareList properties: performancePotencialSquareList: type: array items: type: object allOf: – #/definitions/performancePotencialSquareDTO minimum: 1 description: Lista de DTO contendo os resultados da matriz de tipo Desempenho x Potencial performancePotencialSquareDTO: description: Dto contendo o resultado da matriz de tipo Desempenho x Potencial type: object required: – id – employee – cycle – potencialPercentageOfAchievement – performancePercentageOfAchievement – potencialSkillProficiencyLevel – performanceSkillProficencyLevel – square – coordinateXAxis – coordinateYAxis properties: id: type: string maxLength: 32 description: ID do resultado da matriz de tipo Desempenho x Potencial employee: type: string maxLength: 32 description: ID do colaborador cycle: type: string maxLength: 32 description: ID do ciclo potencialPercentageOfAchievement: type: string description: Atingimento do eixo de potencial performancePercentageOfAchievement: type: string description: Atingimento do eixo de desempenho potencialSkillProficiencyLevel: type: string maxLength: 32 description: ID do nível de proficiência obtido no eixo de potencial performanceSkillProficencyLevel: type: string maxLength: 32 description: ID do nível de proficiência obtido no eixo de desempenho square: type: string maxLength: 32 description: ID do quadrante da matriz de gestão no qual o colaborador está posicionado coordinateXAxis: type: number format: double description: Coordenada da posição do colaborador no eixo X coordinateYAxis: type: number format: double description: Coordenada da posição do colaborador no eixo Y competencyTypeSquareRecord: description: Contrato dos colaboradores da matriz de gestão por tipo de competência type: object required: – id – employee – cycle – horizontalOfAchievement – verticalOfAchievement – horizontalProficiencyLevel – verticalProficiencyLevel – square – coordinateXAxis – coordinateYAxis – horizontalCompetencyTypeResults – verticalCompetencyTypeResults properties: id: type: string description: ID do resultado da matriz de tipo Por tipo de competência employee: type: string description: ID do colaborador cycle: type: string description: ID do ciclo horizontalOfAchievement: type: string description: Atingimento do eixo horizontal verticalOfAchievement: type: string description: Atingimento do eixo vertical horizontalProficiencyLevel: type: string description: ID do nível de proficiência obtido no eixo horizontal verticalProficiencyLevel: type: string description: ID do nível de proficiência obtido no eixo vertical square: type: string description: ID do quadrante da matriz de gestão no qual o colaborador está posicionado coordinateXAxis: type: string description: Coordenada da posição do colaborador no eixo horizontal coordinateYAxis: type: string description: Coordenada da posição do colaborador no eixo vertical horizontalCompetencyTypeResults: type: array items: type: object allOf: – #/definitions/axisCompetencyTypeResultRecord minimum: 1 description: Resultados por tipo de competência no eixo horizontal verticalCompetencyTypeResults: type: array items: type: object allOf: – #/definitions/axisCompetencyTypeResultRecord minimum: 1 description: Resultados por tipo de competência no eixo vertical axisCompetencyTypeResultRecord: description: Contrato para o tipo de competência no eixo type: object required: – competencyTypeName – competencyTypeAchievement properties: competencyTypeName: type: string description: Nome do tipo de competência competencyTypeAchievement: type: string description: Resultado obtido para o tipo de competência managementMatrixConfigurationMap: description: Dto que representa uma configuração da matrix de gestão type: object required: – managementMatrixConfiguration – managementMatrixSquareList – managementMatrixStructureList properties: managementMatrixConfiguration: type: object allOf: – #/definitions/managementMatrixConfiguration description: Configuração da matriz conforme o tipo managementMatrix: type: object allOf: – #/definitions/editManagementMatrixDTO description: Contrato da matriz de gestão para editManagementMatrix managementMatrixSquareList: type: array items: type: object allOf: – #/definitions/managementMatrixSquareRecord minimum: 1 description: Contrato do quadrante managementMatrixStructureList: type: array items: type: object allOf: – #/definitions/managementMatrixStructureDTO minimum: 1 description: Estrutura da matriz de gestão editManagementMatrixDTO: description: Contrato da matriz de gestão para editManagementMatrix type: object required: – name properties: id: type: string maxLength: 36 description: Identificador da matriz de gestão name: type: string maxLength: 255 description: Nome matrixSquareFilterDTO: description: Filtro para busca de colaboradores nos quadrantes type: object required: – cycleId – matrixType properties: cycleId: type: string description: Identificador do ciclo companyId: type: string description: Identificador da empresa managerId: type: string description: Identificador do gestor talentPoolId: type: string description: Identificador do grupo de talentos branchId: type: string description: Identificador da filial costcenterId: type: array items: type: string description: Identificador do centro de custos departmentId: type: array items: type: string description: Identificador do departamento jobPositionId: type: array items: type: string description: Identificador do cargo employeeIds: type: array items: type: string description: Identificadores dos colaboradores squareId: type: string description: Identificador do quadrante da matriz de gestão matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão competencyperformancesquareList: description: Lista paginada de DTO dos colaboradores nos quadrantes allOf: – #/definitions/paged – type: object required: – competencyperformancesquareList properties: competencyperformancesquareList: type: array items: type: object allOf: – #/definitions/competencyPerformanceSquareDTO minimum: 1 description: Lista de DTO dos colaboradores nos quadrantes managementMatrixPagedList: description: Lista paginada de DTO das matrizes de gestão allOf: – #/definitions/paged – type: object required: – managementMatrixPagedList properties: managementMatrixPagedList: type: array items: type: object allOf: – #/definitions/managementMatrixDTO minimum: 1 description: Lista de DTO das matrizes de gestão competencyPerformanceSquareEmployee: description: DTO dos colaboradores nos quadrantes type: object required: – id – employee – cycle – competencyPercentageOfAchievement – performancePercentageOfAchievement – realResult – competencySkillProficiencyLevel – performanceSkillProficiencyLevel – square – coordinateXAxis – coordinateYAxis properties: id: type: string description: ID do resultado da matriz de tipo Resultado x Competência employee: type: string description: ID do colaborador cycle: type: string description: ID do ciclo competencyPercentageOfAchievement: type: string description: Atingimento do eixo de competência performancePercentageOfAchievement: type: string description: Atingimento do eixo de resultado realResult: type: string description: Resultado real da avaliação de resultado competencySkillProficiencyLevel: type: string description: Nível de proficiência obtido no eixo de competência performanceSkillProficiencyLevel: type: string description: Nível de proficiência obtido no eixo de resultado square: type: string description: ID do quadrante da matriz de gestão no qual o colaborador está posicionado coordinateXAxis: type: string description: Coordenada da posição do colaborador no eixo X coordinateYAxis: type: string description: Coordenada da posição do colaborador no eixo Y competencyPerformanceSquareDTO: description: DTO dos colaboradores nos quadrantes type: object required: – id – employee – competencyskillproficiencylevel – competencyPercentageOfAchievement – performanceskillproficiencylevel – performancePercentageOfAchievement – potencialproficiencylevel – potencialPercentageOfAchievement – performanceproficiencylevel – performancePercentageofAchievement – horizontalproficiencylevel – horizontalOfAchievement – verticalproficiencylevel – verticalOfAchievement – square – squareMovimentation properties: id: type: string maxLength: 32 description: Identificador do competencyPerformanceSquare employee: type: object allOf: – #/definitions/employeeDTOtoMatrix description: DTO de colaborador competencyskillproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de competência na escala de proficiência competencyPercentageOfAchievement: type: string description: Percentual de atingimento da avaliação de competência na escala de proficiência performanceskillproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de resultado na escala de proficiência performancePercentageOfAchievement: type: string description: Percentual de atingimento da avaliação de resultado na escala de proficiência potencialproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de potencial na escala de proficiência potencialPercentageOfAchievement: type: string description: Percentual de atingimento da avaliação de potencial na escala de proficiência performanceproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de Competência e Resultado na escala de proficiência performancePercentageofAchievement: type: string description: Percentual de atingimento da avaliação de Competência e Resultado na escala de proficiência horizontalproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de Competência e Resultado na escala horizontal horizontalOfAchievement: type: string description: Percentual de atingimento da avaliação de Competência e Resultado na escala horizontal verticalproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevelDTOtoMatrix description: DTO da avaliação de Competência e Resultado na escala vertical verticalOfAchievement: type: string description: Percentual de atingimento da avaliação de Competência e Resultado na escala vertical square: type: object allOf: – #/definitions/managementmatrixsquareDTOtoMatrix description: DTO do quadrante squareMovimentation: type: object allOf: – #/definitions/squareMovimentationDTO description: DTO de movimentação dos colaboradores nos quadrantes squareMovimentationDTO: description: DTO de movimentação dos colaboradores nos quadrantes type: object required: – id – name properties: id: type: string maxLength: 32 description: Identificador do managementSquare name: type: string description: Nome employeeDTOtoMatrix: description: DTO de colaborador type: object required: – id – fullname – jobposition properties: id: type: string maxLength: 32 description: Identificador fullname: type: string description: Nome completo jobposition: type: object allOf: – #/definitions/jobpositionDTOtoMatrix description: DTO do cargo jobpositionDTOtoMatrix: description: DTO do cargo type: object required: – id – name – code properties: id: type: string maxLength: 32 description: Identificador name: type: string description: Nome tipo competência code: type: string description: Código do cargo competencyskillproficiencylevelDTOtoMatrix: description: DTO da classificação da proeficiência do colaborador type: object required: – id – name properties: id: type: string maxLength: 32 description: Identificador name: type: string description: Nome managementmatrixsquareDTOtoMatrix: description: DTO do quadrante type: object required: – id – name properties: id: type: string maxLength: 32 description: Identificador name: type: string description: Nome pagination: description: Dados da paginação type: object required: – offset – size properties: offset: type: integer format: int64 description: Página de inicio size: type: integer format: int64 description: Quantidade de páginas paged: description: Retorno paginado discriminator: _discriminator type: object required: – totalElements – numberPages – _discriminator properties: totalElements: type: integer format: int64 description: Indica quantos registros foram encontrados numberPages: type: integer format: int64 description: Indica o número de páginas da consulta (incluindo a atual) _discriminator: type: string description: managementMatrixStructureDTO: description: Estrutura da matriz de gestão type: object required: – type – initialrange – finalrange – label – sequence properties: id: type: string maxLength: 32 description: Id estrutura 9box type: type: integer format: int64 description: Indica se é linha ou coluna initialrange: type: number format: double description: Range inicial finalrange: type: number format: double description: Range final label: type: string maxLength: 60 description: Título sequence: type: integer format: int64 description: Sequência employeesByProcessErrorControlList: description: Lista paginada de DTOs dos colaboradores que ocorreram erro na geração dos dados da matriz allOf: – #/definitions/paged – type: object required: – employeesByProcessErrorControlList properties: employeesByProcessErrorControlList: type: array items: type: object allOf: – #/definitions/employeeByProcessErrorControlDTO minimum: 1 description: Lista de DTOs dos colaboradores que ocorreram erro na geração dos dados da matriz employeeByProcessErrorControlDTO: description: DTO referente ao colaborador que ocorreu erro na geração dos dados da matriz type: object required: – errorId – employeeId – employeeName – insertDate properties: errorId: type: string description: Identificador do registro de erro employeeId: type: string description: Identificador do colaborador employeeName: type: string description: Nome do colaborador insertDate: type: string format: date-time description: Data de inserção do erro na tabela 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. hierarchy: description: Hierarquia type: object required: – id – name – description properties: id: type: string description: Identificador único da hierarquia name: type: string description: Nome da hierarquia description: type: string description: Descrição da hierarquia employee: description: Colaborador type: object 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 department: type: object allOf: – #/definitions/department description: Departamento jobposition: type: object allOf: – #/definitions/jobposition description: Cargo jobposition: description: Cargo type: object required: – name properties: id: type: string maxLength: 32 description: Id do Cargo name: type: string maxLength: 60 description: Nome tipo competência code: type: string description: Código do cargo editJobposition: type: object required: – id allOf: – #/definitions/jobposition department: description: Departamento type: object required: – name properties: id: type: string maxLength: 32 description: Id do departamento name: type: string maxLength: 60 description: Nome editDepartment: type: object required: – id allOf: – #/definitions/department employeeAppraisalCycle: description: Ciclo de avaliação type: object required: – name – startDate – endDate – status properties: id: type: string description: Identificador name: type: string description: Nome startDate: type: string format: date description: Data de início endDate: type: string format: date description: Data de fim status: type: string allOf: – #/definitions/employeeAppraisalCycleStatusType description: Status do ciclo 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: object allOf: – #/definitions/employeeAppraisalCycle 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 required: – inverseaxis 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: Eixo invertido competencyskillproficiencylevel: description: Define um nível para classificar a proeficiência do colaborador type: object required: – name properties: id: type: string maxLength: 32 description: Id da proeficiência name: type: string description: Nome competencyPerformanceSquare: description: Informações das avaliações de competência e resultado (Competência X Resultado),\nposição na matriz de gestão e quadrante type: object required: – employee – cycle – square properties: id: type: string format: uuid description: Identificador employee: type: object allOf: – #/definitions/employee description: Colaborador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle 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: object allOf: – #/definitions/managementMatrixSquare 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),\nposição na matriz de gestão e quadrante type: object required: – employee – cycle – potencialSkillProficiencyLevel – performanceSkillProficiencyLevel – square properties: id: type: string format: uuid description: Identificador employee: type: object allOf: – #/definitions/employee description: Colaborador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle 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: object allOf: – #/definitions/managementMatrixSquare 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,\nposição na matriz de gestão e quadrante type: object required: – employee – cycle – horizontalSkillProficiencyLevel – verticalSkillProficiencyLevel – square properties: id: type: string format: uuid description: Identificador employee: type: object allOf: – #/definitions/employee description: Colaborador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle 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: object allOf: – #/definitions/managementMatrixSquare 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 managementMatrixSquare: description: Quadrante da matriz de gestão type: object required: – name – color – description – matrixconfiguration – middlexaxis – middleyaxis – matrixrow – matrixcolumn properties: id: type: string maxLength: 32 description: Identificador name: type: string maxLength: 200 description: Nome color: type: string maxLength: 50 description: Cor description: type: string maxLength: 1000 description: Descrição matrixconfiguration: type: object allOf: – #/definitions/managementMatrixConfiguration description: Configuração da matriz de gestão middlexaxis: type: number format: double description: Coordernada eixo x middleyaxis: type: number format: double description: Coordernada eixo y matrixrow: type: object allOf: – #/definitions/managementMatrixStructure description: Id linha matrixcolumn: type: object allOf: – #/definitions/managementMatrixStructure description: Id coluna managementMatrixStructure: description: Estruturas 9box type: object required: – type – initialrange – finalrange – label – sequence properties: id: type: string maxLength: 32 description: Id estrutura 9box type: type: integer format: int64 description: Indica se é linha ou coluna initialrange: type: number format: double description: Range inicial finalrange: type: number format: double description: Range final label: type: string maxLength: 60 description: Título sequence: type: integer format: int64 description: Sequência tenantSetting: description: Configurações do tenant type: object required: – scopeType – emailNotificationUrl properties: id: type: string maxLength: 32 description: Id tenant scopeType: type: string allOf: – #/definitions/scopeType description: Tipo de abrangência emailNotificationUrl: type: string description: Url de notificação por email userRole: description: Papéis do usuário type: object properties: id: type: string maxLength: 32 description: Id papel 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 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 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 batchProcessLock: description: Lock do processo em lotes type: object required: – id – processId – insertDate – processType properties: id: type: string format: uuid description: ID do lock processId: type: string format: uuid description: ID do processo insertDate: type: string format: date-time description: Data da inserção do lock processType: type: string allOf: – #/definitions/processType description: Tipo de processo 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: object allOf: – #/definitions/hierarchy 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: object allOf: – #/definitions/company 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: object allOf: – #/definitions/company description: Empresa hierarchy: type: object allOf: – #/definitions/hierarchy description: Hierarquia startdate: type: string format: date description: Data de início talentPool: description: Grupo de talentos type: object properties: id: type: string maxLength: 32 description: Id do grupo de talentos name: type: string maxLength: 255 description: Nome groupType: type: string allOf: – #/definitions/groupType description: Tipo de grupo groupVisibility: type: string allOf: – #/definitions/groupVisibility description: Tipo de visibilidade dos grupos editTalentPool: type: object required: – id allOf: – #/definitions/talentPool talentPoolEmployee: description: Relacionamento entre o colaborador e o grupo type: object required: – employee – talentPool – exclusionDate properties: id: type: string maxLength: 32 description: Id employee: type: object allOf: – #/definitions/employee description: Colaborador talentPool: type: object allOf: – #/definitions/talentPool description: Grupo exclusionDate: type: string format: date description: Data de remoção managementMatrixMovimentation: description: Movimentação do quadrante da matriz de gestão type: object required: – employee – type – alterationDate – commentary – square – author properties: id: type: string maxLength: 32 description: Id cycle: type: string maxLength: 32 description: Ciclo employee: type: object allOf: – #/definitions/employee description: Colaborador type: type: string allOf: – #/definitions/matrixType description: Tipo da matriz alterationDate: type: string format: date description: Data de alteração commentary: type: string description: Comentário square: type: object allOf: – #/definitions/managementMatrixSquare description: Quadrante da matriz de gestão author: type: object allOf: – #/definitions/employee description: Autor matrixBatchProcessErrorControl: description: Registro de erros durante o processo de geração dos dados da matriz type: object required: – id – process – cycle – employee – matrixType – insertDate properties: id: type: string format: uuid description: Identificador do registro de erro process: type: string format: uuid description: Identificador do processo cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo employee: type: object allOf: – #/definitions/employee description: Identificador do colaborador matrixType: type: string allOf: – #/definitions/matrixType description: Tipo da matriz de gestão insertDate: type: string format: date-time description: Data do erro axisCompetencyTypeManagementMatrixCycle: description: Entidade de definição dos tipos de competências que serão\nutilizadas nos eixos da matriz de gestão por tipo de competência type: object required: – id – cycle – axis – competencyType properties: id: type: string maxLength: 32 description: Identificador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo axis: type: string description: Eixo da matriz de gestão (ManagementMatrixAxis) competencyType: type: object allOf: – #/definitions/competencytype description: Tipo de competência axisDescriptionCompetencyTypeManagementMatrixCycle: description: Descrição dos eixos da matriz de gestão por tipos de competências type: object required: – id – cycle – horizontalAxisDescription – verticalAxisDescription properties: id: type: string maxLength: 32 description: Identificador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo horizontalAxisDescription: type: string description: Descrição do eixo horizontal verticalAxisDescription: type: string description: Descrição do eixo vertical competencytype: description: Tipos de competência type: object required: – name properties: id: type: string maxLength: 32 description: Id do tipo de competência, obrigatório para requisição PUT description: type: string maxLength: 2000 description: Descrição do tipo de competência name: type: string maxLength: 60 description: Nome do tipo de competência languagetype: type: boolean description: Informa se o tipo de competência é do tipo linguagem default: false leadershiptype: type: boolean description: Informa se o tipo de competência é do tipo liderança default: false canbeusedonpdi: type: boolean description: Informa se pode ser usada no PDI default: false canbeusedonfeedback: type: boolean description: Informa se pode ser usada no feedback default: false quiz: type: boolean description: Informa se o tipo de competência é do tipo questionário default: false canBeUsedOnPublicProfile: type: boolean description: Pode ser usado no perfil do colaborador default: false 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