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

performance_hub

2 views 0 25/07/2025 Atualizado em 29/07/2025 integrador

2.0info: 0.13.0 performance_hub x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: performance_hub 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: /performance_hub/queries/getMyEvaluationsDetails: post: description: Busca os ciclos de avaliação de desempenho tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: page: type: object allOf: – #/definitions/pagination description: Paginação dos dados responses: 200: description: Ok schema: type: object allOf: – #/definitions/evaluationDetailsPaged 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/getPendingAppraisalsCount: post: description: tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – employeeCompetenciesAppraisalByFocusCount – employeePerformanceAppraisalCount – employeeTalentAppraisalCount properties: employeeCompetenciesAppraisalByFocusCount: type: integer format: int64 description: Quantidade pendente de avaliações por competências employeePerformanceAppraisalCount: type: integer format: int64 description: Quantidade pendente de avaliações de resultado employeeTalentAppraisalCount: type: integer format: int64 description: Quantidade pendente de avaliações de potencial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – employeeCompetenciesAppraisalByFocusCount – employeePerformanceAppraisalCount – employeeTalentAppraisalCount properties: employeeCompetenciesAppraisalByFocusCount: type: integer format: int64 description: Quantidade pendente de avaliações por competências employeePerformanceAppraisalCount: type: integer format: int64 description: Quantidade pendente de avaliações de resultado employeeTalentAppraisalCount: type: integer format: int64 description: Quantidade pendente de avaliações de potencial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/queries/exportWorkstationgroup: 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 /performance_hub/queries/exportMovimentation: 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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/queries/exportEmployeeCompetenciesAppraisal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/exportEmployeePerformanceAppraisal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/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 /performance_hub/queries/exportCompetencySkillProficiencyTable: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/exportEmployeeTalentAppraisal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/exportEmployeeCompetenciesAppraisalByFocus: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/exportEmployeeCompetenciesAppraisalResultByCompetencyType: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/queries/exportValidAppraisalByFocus: 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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/actions/importWorkstationgroup: 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 /performance_hub/actions/importMovimentation: 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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/actions/importEmployeeCompetenciesAppraisal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/actions/importEmployeePerformanceAppraisal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/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 /performance_hub/actions/importCompetencySkillProficiencyTable: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/actions/importEmployeeTalentAppraisal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/actions/importEmployeeCompetenciesAppraisalByFocus: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/actions/importEmployeeCompetenciesAppraisalResultByCompetencyType: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/actions/importValidAppraisalByFocus: 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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/events/importWorkstationgroupEvent: 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 /performance_hub/events/exportWorkstationgroupEvent: 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 /performance_hub/events/importMovimentationEvent: 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 /performance_hub/events/exportMovimentationEvent: 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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/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 /performance_hub/events/importEmployeeCompetenciesAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportEmployeeCompetenciesAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/importEmployeePerformanceAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportEmployeePerformanceAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/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 /performance_hub/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 /performance_hub/events/importCompetencySkillProficiencyTableEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportCompetencySkillProficiencyTableEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/importEmployeeTalentAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportEmployeeTalentAppraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/importEmployeeCompetenciesAppraisalByFocusEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportEmployeeCompetenciesAppraisalByFocusEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/importEmployeeCompetenciesAppraisalResultByCompetencyTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/exportEmployeeCompetenciesAppraisalResultByCompetencyTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performance_hub/events/importValidAppraisalByFocusEvent: 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 /performance_hub/events/exportValidAppraisalByFocusEvent: 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 /performance_hub/entities/hierarchy: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/hierarchy responses: 200: description: The created resource schema: #/definitions/hierarchy 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/hierarchy responses: 200: description: The created resource schema: #/definitions/hierarchy 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/hierarchy 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/entities/hierarchy/{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/editHierarchy responses: 200: description: Ok schema: #/definitions/editHierarchy 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/hierarchy responses: 200: description: Ok schema: #/definitions/hierarchy 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/hierarchy 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 /performance_hub/entities/hierarchy/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/hierarchy responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/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 /performance_hub/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 /performance_hub/entities/jobposition: post: 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: 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: 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 /performance_hub/entities/jobposition/{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/editJobposition responses: 200: description: Ok schema: #/definitions/editJobposition 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/jobposition responses: 200: description: Ok schema: #/definitions/jobposition 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/jobposition 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 /performance_hub/entities/jobposition/bulk: post: 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 /performance_hub/entities/company: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/company responses: 200: description: The created resource schema: #/definitions/company 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/company responses: 200: description: The created resource schema: #/definitions/company 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/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performance_hub/entities/company/{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/editCompany responses: 200: description: Ok schema: #/definitions/editCompany 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/company responses: 200: description: Ok schema: #/definitions/company 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/company 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 /performance_hub/entities/company/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/company responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: employeeCompetenciesAppraisalSituation: type: string enum: – BLOCKED – RELEASED – IN_PROGRESS – DONE – CANCELLED – WAITING_APPROVAL description: Situação da avaliação de competências: * `BLOCKED` – Bloqueada * `RELEASED` – Liberada * `IN_PROGRESS` – Em andamento * `DONE` – Concluída * `CANCELLED` – Cancelada * `WAITING_APPROVAL` – Aguardando aprovação employeeTalentAppraisalSituation: type: string enum: – IN_APPRAISAL – DONE description: Situação da avaliação de talentos: * `IN_APPRAISAL` – Avaliação em avaliação * `DONE` – Avaliação finalizada employeeAppraisalCycleStatusType: type: string enum: – OPEN – CLOSED – FUTURE – WAIT – ERROR description: Status do ciclo de avaliação: * `OPEN` – Ciclo aberto * `CLOSED` – Ciclo fechado * `FUTURE` – Ciclo futuro * `WAIT` – Ciclo em espera * `ERROR` – Erro no ciclo directionType: type: string enum: – ASC – DESC description: Tipo de ordenação: * `ASC` – Ascendente * `DESC` – Descendente employeeType: type: string enum: – EMPTY – EMPLOYEE – THIRDPARTY – PARTNER description: Tipo de colaborador: * `EMPTY` – Sem registro * `EMPLOYEE` – Colaborador * `THIRDPARTY` – Terceiro * `PARTNER` – Parceiro employeeCompetenciesAppraisalEvaluationSituation: type: string enum: – NOT_EVALUATED – PARTIAL_EVALUATED – EVALUATED – IN_COMPETENCY_SELECT revisionSituation: type: string enum: – NOT_REVIEWED – IN_REVISION – REVIEWED employeePerformanceAppraisalState: type: string enum: – BLOCKED – IN_DEFINITION – WAITING_GOAL_APPROVAL – IN_APPRAISAL – WAITING_APPRAISAL_APPROVAL – DONE – CANCELED – NOT_ELIGIBLE – WAITING_APPRAISAL_APPROVAL_MANAGER – IN_REVISION – WAITING_GOAL_APPROVAL_REVISION description: Estado da avaliação de resultado: * `BLOCKED` – Bloqueado * `IN_DEFINITION` – Em definição * `WAITING_GOAL_APPROVAL` – Aguardando aprovação das metas * `IN_APPRAISAL` – Em avaliação * `WAITING_APPRAISAL_APPROVAL` – Aguardando aprovação do avaliado * `DONE` – Concluída * `CANCELED` – Cancelada * `NOT_ELIGIBLE` – Não elegível * `WAITING_APPRAISAL_APPROVAL_MANAGER` – Aguardando aprovação do gestor * `IN_REVISION` – Em revisão * `WAITING_GOAL_APPROVAL_REVISION` – Aguardando aprovação das metas revisadas employeeCompetenciesAppraisalFocus: type: string enum: – SELF_EVALUATION – SUBORDINATE – CONSENSUS – PAIR – LEADER – CLIENT – PROVIDER description: Foco da avaliação de competências: * `SELF_EVALUATION` – Autoavaliação * `SUBORDINATE` – Subordinado * `CONSENSUS` – Consenso * `PAIR` – Par * `LEADER` – Líder * `CLIENT` – Cliente * `PROVIDER` – Fornecedor 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 evaluationDetailsPaged: description: Paginador de ciclos de avaliação allOf: – #/definitions/paged – type: object required: – evaluationDetails properties: evaluationDetails: type: array items: type: object allOf: – #/definitions/detailsRecord minimum: 1 description: Lista de ciclos de avaliação detailsRecord: description: Detalhes do ciclo de avaliação type: object required: – id – name – startDate – endDate – competenciesWeight – performanceWeight – status 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 competenciesWeight: type: string description: Peso da avaliação de competências performanceWeight: type: string description: Peso da avaliação de resultados status: type: string allOf: – #/definitions/employeeAppraisalCycleStatusType description: Status do ciclo competencyPerformanceScore: type: object allOf: – #/definitions/competencyPerformanceScore description: Nota de competency x performance competencyScore: type: object allOf: – #/definitions/competencyScore description: Nota de competência performanceScore: type: object allOf: – #/definitions/performanceScore description: Nota de desempenho competencyPerformanceScore: description: type: object required: – status properties: status: type: string description: Status da nota de desempenho color: type: string description: Cor do status result: type: string description: Nota de desempenho competencyScore: description: type: object required: – showLevelOfAchievement – showPercentageOfAchievement properties: id: type: string description: Identificador da avaliação status: type: string description: Status da nota de competência result: type: string description: Nota de competência level: type: string description: Cor do status color: type: string description: Cor do resultado showLevelOfAchievement: type: boolean description: Exibir conceito obtido showPercentageOfAchievement: type: boolean description: Exibir percentual de atingimento performanceScore: description: type: object required: – status – proposeGoalsEvaluator – showLevelOfAchievement – showPercentageOfAchievement properties: id: type: string description: Identificador da avaliação status: type: string allOf: – #/definitions/employeePerformanceAppraisalState description: Status da nota de desempenho result: type: string description: Nota de competência level: type: string description: Cor do status color: type: string description: Cor do resultado proposeGoalsEvaluator: type: boolean description: Permite que o avaliado proponha metas para o gestor showLevelOfAchievement: type: boolean description: Exibir conceito obtido showPercentageOfAchievement: type: boolean description: Exibir percentual de atingimento 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 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: 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 registros por página 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) department: type: object allOf: – #/definitions/department description: Departamento jobposition: type: object allOf: – #/definitions/jobposition description: Cargo employer: type: object allOf: – #/definitions/company description: Filial 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 department: description: Departamento type: object required: – name properties: id: type: string maxLength: 32 description: Id do departamento name: type: string maxLength: 60 description: Nome companyhierarchy: description: Lista de hierarquia por empresa 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 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 editHierarchy: type: object required: – id allOf: – #/definitions/hierarchy hierarchyitem: description: Hierarquia de postos da empresa 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 jobposition: description: Cargo type: object required: – id properties: id: type: string description: Identificador único do cargo name: type: string description: Nome do cargo editJobposition: type: object required: – id allOf: – #/definitions/jobposition workstationgroup: description: Grupo de postos de trabalho type: object required: – id properties: id: type: string description: Identificador único do grupo de posto de trabalho name: type: string description: Nome do grupo de postos de trabalho movimentation: description: Movimentação do colaborador type: object required: – id – employee – newworkstation properties: id: type: string description: Identificador único da movimentação employee: type: object allOf: – #/definitions/employee description: Colaborador da movimentação newworkstation: type: object allOf: – #/definitions/workstation description: Posto person: description: Pessoa. type: object required: – fullName – firstname – lastname – userName properties: id: type: string description: Id da pessoa fullName: type: string description: Nome completo firstname: type: string description: Primeiro nome middlename: type: string description: Segundo nome lastname: type: string description: Último nome userName: type: string description: Nome de usuário 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 workstationgroup: type: object allOf: – #/definitions/workstationgroup description: Grupo de posto de trabalho que este posto pertence hierarchyitens: type: array items: type: object allOf: – #/definitions/hierarchyitem description: hierarquia do cargo e líder 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. editCompany: type: object required: – id allOf: – #/definitions/company employeeAppraisalCycle: description: Ciclo de avaliação type: object required: – name – startDate – endDate – status – ratingScale – competencySkillProficiencyTable – isRealResultCompetencyAppraisal – roundResult – competenciesWeight – performanceWeight – proficiencyTablePerformanceResult – proficiencyTableTalent – performanceAppraisalViewResultAfterDate – competencyAppraisalViewResultAfterDate – proposeGoalsEvaluator – continuousAppraisal – consensusEvaluatedApproval – showLevelOfAchievement – showPercentageOfAchievement 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 ratingScale: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de proficiência (avaliação de resultado) competencySkillProficiencyTable: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de proficiência (avaliação por competência) isRealResultCompetencyAppraisal: type: boolean description: Indica que deve ser realizado o cálculo real do resultado da avaliação de competência roundResult: type: boolean description: Indica se deve ser arrendondado o valor dos resultados das evidências, avaliação por foco e avaliação geral por competência competenciesWeight: type: string description: Peso da avaliação de competências performanceWeight: type: string description: Peso da avaliação de resultados proficiencyTablePerformanceResult: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Referência ao objeto da tabela de escalas de proficiência referente ao resultado de desempenho(competência x resultado). proficiencyTableTalent: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de escalas de proficiência referente a avaliação de potencial performanceAppraisalViewResultAfterDate: type: string format: date description: Data de liberação das notas de desempenho competencyAppraisalViewResultAfterDate: type: string format: date description: Data de liberação das notas de competencia proposeGoalsEvaluator: type: boolean description: Permite que o avaliado proponha metas para o gestor continuousAppraisal: type: boolean description: ciclo continuo consensusEvaluatedApproval: type: boolean description: Avaliação de competências por foco válida showLevelOfAchievement: type: boolean description: Exibir conceito obtido showPercentageOfAchievement: type: boolean description: Exibir percentual de atingimento employeeCompetenciesAppraisal: description: Avaliação de competências type: object required: – id – cycle – evaluationSituation – evaluated – percentageOfAchievement – realResult – levelOfAchievement – conclusionDate – createDate – revisionSituation – competenciesAppraisalsByFocus properties: id: type: string description: Identificador único cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo evaluationSituation: type: string allOf: – #/definitions/employeeCompetenciesAppraisalEvaluationSituation description: Situação da avaliação evaluated: type: object allOf: – #/definitions/employee description: Avaliado percentageOfAchievement: type: string description: Percentual de atingimento realResult: type: string description: Média real levelOfAchievement: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência atingido conclusionDate: type: string format: date description: Data de conclusão createDate: type: string format: date description: Data de criação revisionSituation: type: string allOf: – #/definitions/revisionSituation description: Situação de revisão competenciesAppraisalsByFocus: type: array items: type: object allOf: – #/definitions/employeeCompetenciesAppraisalByFocus minimum: 1 description: Avaliação de competências por foco employeePerformanceAppraisal: description: Avaliação de resultado type: object required: – id – cycle – evaluated – evaluator – state – percentageOfAchievement – competencySkillProficiencyLevel – managementMatrixAchievement – conclusionDate properties: id: type: string description: Identificador único cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo evaluated: type: object allOf: – #/definitions/employee description: Avaliado evaluator: type: object allOf: – #/definitions/employee description: Avaliador state: type: string allOf: – #/definitions/employeePerformanceAppraisalState description: Situação da avaliação revisionExtensionDate: type: string format: date description: Data de prorrogação – Período de revisão definitionExtensionDate: type: string format: date description: Data de prorrogação – Definição de metas monitoringExtensionDate: type: string format: date description: Data de prorrogação – Período de acompanhamento proposalExtensionDate: type: string format: date description: Data de prorrogação – Período de proposição percentageOfAchievement: type: string description: Percentual de atingimento competencySkillProficiencyLevel: type: object allOf: – #/definitions/competencySkillProficiencyLevel description: Nível de proficiência atingido managementMatrixAchievement: type: string description: Resultado da avaliação perante o 9box conclusionDate: type: string format: date description: Data de conclusão competencySkillProficiencyLevel: description: Tabela de nome da proficiência type: object required: – name – competencySkillProficiencyTable – initialValueOfScoreRange – finalValueOfScoreRange – valueOfScore – finalPercentageOfScoreRange – initialPercentageOfScoreRange – color properties: id: type: string maxLength: 32 description: Id da proeficiência name: type: string description: Nome competencySkillProficiencyTable: type: object allOf: – #/definitions/competencySkillProficiencyTable description: Tabela de proficiência initialValueOfScoreRange: type: string description: Valor inicial finalValueOfScoreRange: type: string description: Valor final valueOfScore: type: string description: Pontuação atingida finalPercentageOfScoreRange: type: string description: Final percentage of score range initialPercentageOfScoreRange: type: string description: Initial percentage of score range color: type: string description: Cor competencySkillProficiencyTable: description: Tabela de proficiência type: object required: – name properties: id: type: string maxLength: 32 description: Id da tabela de proficiência name: type: string description: Nome employeeTalentAppraisal: description: Avaliação de potencial type: object required: – id – cycle – evaluated – evaluator – situation properties: id: type: string description: Identificador cycle: type: object allOf: – #/definitions/employeeAppraisalCycle description: Ciclo de avaliação evaluated: type: object allOf: – #/definitions/employee description: Avaliado evaluator: type: object allOf: – #/definitions/employee description: Avaliador situation: type: string allOf: – #/definitions/employeeTalentAppraisalSituation description: Situação da avaliação employeeCompetenciesAppraisalByFocus: description: Avaliação de competências por foco type: object required: – evaluator – evaluated – delegatedevaluator – situation – employeeCompetenciesAppraisal – evaluationExtensionDate – focus properties: id: type: string maxLength: 32 description: Identificador da Avaliação de competências por foco evaluator: type: object allOf: – #/definitions/employee description: Avaliador evaluated: type: object allOf: – #/definitions/employee description: Avaliado delegatedevaluator: type: object allOf: – #/definitions/employee description: Avaliação delegada situation: type: string allOf: – #/definitions/employeeCompetenciesAppraisalSituation description: Situação da avaliação employeeCompetenciesAppraisal: type: object allOf: – #/definitions/employeeCompetenciesAppraisal description: Avaliação de competências evaluationExtensionDate: type: string format: date description: Data extendida da avaliação focus: type: string allOf: – #/definitions/employeeCompetenciesAppraisalFocus description: Foco da avaliação employeeCompetenciesAppraisalResultByCompetencyType: description: Resultados específicos por tipo de competência type: object required: – employeeCompetenciesAppraisalByFocus properties: id: type: string maxLength: 32 description: Identificador resultados específicos por tipo de competência employeeCompetenciesAppraisalByFocus: type: object allOf: – #/definitions/employeeCompetenciesAppraisalByFocus description: Avaliação de competências por foco validAppraisalByFocus: description: type: object properties: id: type: string maxLength: 32 description: Identificador do foco de avaliação válido 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