2.0info: 2.7.0 performanceappraisal_processor description: Processo de avaliação de desempenho x-senior-domain: performanceappraisal x-senior-domain-path: performanceappraisal x-senior-service-path: performanceappraisal_processor contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/performanceappraisalsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /performanceappraisal_processor/queries/healthcheck: post: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/heathcheckDTO 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/heathcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportEmployeeappraisalcycle: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportCompetencyskillproficiencytable: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportCollectiveGoalWeightEmployee: 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 /performanceappraisal_processor/queries/exportCollectiveGoalWeight: 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 /performanceappraisal_processor/queries/exportCollectiveGoal: 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 /performanceappraisal_processor/queries/exportCollectiveGoalSet: 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 /performanceappraisal_processor/queries/exportCollectiveGoalCycle: 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 /performanceappraisal_processor/queries/exportEmployeeperformanceappraisal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportCompetencyskillproficiencylevel: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportEmployeeperformancegoal: 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 /performanceappraisal_processor/queries/exportEmployee: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportPerson: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportWorkshift: 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 /performanceappraisal_processor/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 /performanceappraisal_processor/queries/exportBatchProcessControl: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/queries/exportBatchProcessErrorControl: 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 /performanceappraisal_processor/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/calculatePerformanceAppraisalResults: post: description: Calcula o resultado de uma avaliação de resultados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: cycle: type: string description: ID do ciclo de avaliação evaluated: type: string description: ID do avaliado employeePerformanceGoalDTO: type: object allOf: – #/definitions/employeePerformanceGoalDTO description: Informações da meta responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importEmployeeappraisalcycle: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importCompetencyskillproficiencytable: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importCollectiveGoalWeightEmployee: 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 /performanceappraisal_processor/actions/importCollectiveGoalWeight: 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 /performanceappraisal_processor/actions/importCollectiveGoal: 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 /performanceappraisal_processor/actions/importCollectiveGoalSet: 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 /performanceappraisal_processor/actions/importCollectiveGoalCycle: 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 /performanceappraisal_processor/actions/importEmployeeperformanceappraisal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importCompetencyskillproficiencylevel: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importEmployeeperformancegoal: 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 /performanceappraisal_processor/actions/importEmployee: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importPerson: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importWorkshift: 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 /performanceappraisal_processor/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 /performanceappraisal_processor/actions/importBatchProcessControl: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/actions/importBatchProcessErrorControl: 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 /performanceappraisal_processor/signals/calculateOutdatedPerformanceAppraisalResults: post: description: Cria os lotes dos colaboradores (employee) que precisam de recalculo nas avaliações de resultados tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId properties: processId: type: string description: Identificador do processo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/signals/calculateOutdatedPerformanceAppraisalResultsBatch: post: description: Realiza o processamento dos lotes de cálculo das avaliações de resultados tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchId – processId – data properties: batchId: type: string description: Identificador do lote processId: type: string description: Identificador do processo data: type: array items: type: object allOf: – #/definitions/calculationPerformanceAppraisalDataDTO minimum: 1 description: Contrato do conteúdo a ser processado do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importEmployeeappraisalcycleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportEmployeeappraisalcycleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importCompetencyskillproficiencytableEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportCompetencyskillproficiencytableEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importCollectiveGoalWeightEmployeeEvent: 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 /performanceappraisal_processor/events/exportCollectiveGoalWeightEmployeeEvent: 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 /performanceappraisal_processor/events/importCollectiveGoalWeightEvent: 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 /performanceappraisal_processor/events/exportCollectiveGoalWeightEvent: 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 /performanceappraisal_processor/events/importCollectiveGoalEvent: 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 /performanceappraisal_processor/events/exportCollectiveGoalEvent: 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 /performanceappraisal_processor/events/importCollectiveGoalSetEvent: 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 /performanceappraisal_processor/events/exportCollectiveGoalSetEvent: 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 /performanceappraisal_processor/events/importCollectiveGoalCycleEvent: 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 /performanceappraisal_processor/events/exportCollectiveGoalCycleEvent: 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 /performanceappraisal_processor/events/importEmployeeperformanceappraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportEmployeeperformanceappraisalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importCompetencyskillproficiencylevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportCompetencyskillproficiencylevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importEmployeeperformancegoalEvent: 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 /performanceappraisal_processor/events/exportEmployeeperformancegoalEvent: 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 /performanceappraisal_processor/events/importEmployeeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportEmployeeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importPersonEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportPersonEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importWorkshiftEvent: 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 /performanceappraisal_processor/events/exportWorkshiftEvent: 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 /performanceappraisal_processor/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 /performanceappraisal_processor/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 /performanceappraisal_processor/events/importBatchProcessControlEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/exportBatchProcessControlEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/events/importBatchProcessErrorControlEvent: 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 /performanceappraisal_processor/events/exportBatchProcessErrorControlEvent: 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 /performanceappraisal_processor/entities/employeeappraisalcycle: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/employeeappraisalcycle responses: 200: description: The created resource schema: #/definitions/employeeappraisalcycle 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/employeeappraisalcycle responses: 200: description: The created resource schema: #/definitions/employeeappraisalcycle 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/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employeeappraisalcycle/{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/editEmployeeappraisalcycle responses: 200: description: Ok schema: #/definitions/editEmployeeappraisalcycle 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/employeeappraisalcycle responses: 200: description: Ok schema: #/definitions/employeeappraisalcycle 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/employeeappraisalcycle 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 /performanceappraisal_processor/entities/collectiveGoalCycle/{parentId}/cycle: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/employeeappraisalcycle responses: 200: description: The created resource schema: #/definitions/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/employeeappraisalcycle responses: 200: description: The created resource schema: #/definitions/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/collectiveGoalCycle/{parentId}/cycle/{id}: put: 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/editEmployeeappraisalcycle responses: 200: description: Ok schema: #/definitions/editEmployeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: 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/employeeappraisalcycle responses: 200: description: Ok schema: #/definitions/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/employeeappraisalcycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /performanceappraisal_processor/entities/employeeappraisalcycle/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employeeappraisalcycle responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/collectiveGoalWeight/{parentId}/collectiveGoalWeightEmployees: post: 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/collectiveGoalWeightEmployee responses: 200: description: The created resources schema: type: array items: #/definitions/collectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: 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/collectiveGoalWeightEmployee responses: 200: description: The created resources schema: type: array items: #/definitions/collectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/collectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/collectiveGoalWeight/{parentId}/collectiveGoalWeightEmployees/{id}: put: 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/editCollectiveGoalWeightEmployee responses: 200: description: Ok schema: #/definitions/editCollectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: 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/collectiveGoalWeightEmployee responses: 200: description: Ok schema: #/definitions/collectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/collectiveGoalWeightEmployee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /performanceappraisal_processor/entities/collectiveGoal/{parentId}/collectiveGoalWeights: 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/collectiveGoalWeight responses: 200: description: The created resources schema: type: array items: #/definitions/collectiveGoalWeight 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/collectiveGoalWeight responses: 200: description: The created resources schema: type: array items: #/definitions/collectiveGoalWeight 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/collectiveGoalWeight 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/collectiveGoal/{parentId}/collectiveGoalWeights/{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/editCollectiveGoalWeight responses: 200: description: Ok schema: #/definitions/editCollectiveGoalWeight 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/collectiveGoalWeight responses: 200: description: Ok schema: #/definitions/collectiveGoalWeight 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/collectiveGoalWeight 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 /performanceappraisal_processor/entities/collectiveGoalCycle: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/collectiveGoalCycle responses: 200: description: The created resource schema: #/definitions/collectiveGoalCycle 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/collectiveGoalCycle responses: 200: description: The created resource schema: #/definitions/collectiveGoalCycle 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/collectiveGoalCycle 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/collectiveGoalCycle/{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/editCollectiveGoalCycle responses: 200: description: Ok schema: #/definitions/editCollectiveGoalCycle 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/collectiveGoalCycle responses: 200: description: Ok schema: #/definitions/collectiveGoalCycle 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/collectiveGoalCycle 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 /performanceappraisal_processor/entities/collectiveGoalCycle/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/collectiveGoalCycle responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employeeperformanceappraisal: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/employeeperformanceappraisal responses: 200: description: The created resource schema: #/definitions/employeeperformanceappraisal 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/employeeperformanceappraisal responses: 200: description: The created resource schema: #/definitions/employeeperformanceappraisal 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/employeeperformanceappraisal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employeeperformanceappraisal/{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/editEmployeeperformanceappraisal responses: 200: description: Ok schema: #/definitions/editEmployeeperformanceappraisal 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/employeeperformanceappraisal responses: 200: description: Ok schema: #/definitions/employeeperformanceappraisal 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/employeeperformanceappraisal 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 /performanceappraisal_processor/entities/employeeperformanceappraisal/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employeeperformanceappraisal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employeeperformancegoal: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/employeeperformancegoal responses: 200: description: The created resource schema: #/definitions/employeeperformancegoal 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/employeeperformancegoal responses: 200: description: The created resource schema: #/definitions/employeeperformancegoal 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/employeeperformancegoal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employeeperformancegoal/{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/editEmployeeperformancegoal responses: 200: description: Ok schema: #/definitions/editEmployeeperformancegoal 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/employeeperformancegoal responses: 200: description: Ok schema: #/definitions/employeeperformancegoal 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/employeeperformancegoal 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 /performanceappraisal_processor/entities/employeeperformancegoal/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employeeperformancegoal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employee: 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/employee responses: 200: description: The created resource schema: #/definitions/employee 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/employee responses: 200: description: The created resource schema: #/definitions/employee 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/employee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/employee/{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/editEmployee responses: 200: description: Ok schema: #/definitions/editEmployee 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/employee responses: 200: description: Ok schema: #/definitions/employee 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/employee 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 /performanceappraisal_processor/entities/employee/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employee responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/person: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/person responses: 200: description: The created resource schema: #/definitions/person 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/person responses: 200: description: The created resource schema: #/definitions/person 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/person 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/person/{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/editPerson responses: 200: description: Ok schema: #/definitions/editPerson 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/person responses: 200: description: Ok schema: #/definitions/person 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/person 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 /performanceappraisal_processor/entities/person/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/person responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/workshift: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/workshift responses: 200: description: The created resource schema: #/definitions/workshift 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/workshift responses: 200: description: The created resource schema: #/definitions/workshift 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/workshift 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /performanceappraisal_processor/entities/workshift/{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/editWorkshift responses: 200: description: Ok schema: #/definitions/editWorkshift 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/workshift responses: 200: description: Ok schema: #/definitions/workshift 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/workshift 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 /performanceappraisal_processor/entities/workshift/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/workshift responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: heathcheckDTO: type: string enum: – UP – DOWN description: Status do healthcheck: * `UP` – Saudável * `DOWN` – Ruim employeeAppraisalCycleStatus: type: string enum: – OPEN – CLOSED – FUTURE – WAIT – ERROR – EMPTY description: Estado do ciclo: * `OPEN` – Aberto * `CLOSED` – Fechado * `FUTURE` – Futuro * `WAIT` – Em espera * `ERROR` – Com erro * `EMPTY` – Vazio goalsConsiderChangePosition: type: string enum: – ALL_GOALS – CURRENT_JOBPOSITION description: Enum o qual indica quais metas considerar ao trocar de posto/cargo: * `ALL_GOALS` – Todas as metas * `CURRENT_JOBPOSITION` – Metas do cargo atual directionType: type: string enum: – ASC – DESC description: Tipo de ordenação: * `ASC` – Ascendente * `DESC` – Descendente goalDirectionType: type: string enum: – UPWARD – DESC description: Enum com os tipos de direção da meta: * `UPWARD` – Para cima: quanto mais, melhor * `DESC` – Para baixo: quanto menos, melhor measurementFrequencyType: type: string enum: – DAILY – WEEKLY – FORTNIGHTLY – MONTHLY – BIMONTHLY – QUARTERLY – EVERY_FOUR_MONTHS – SEMIANNUAL – YEARLY description: Enumeração com os tipos de frequência de medição: * `DAILY` – Diário * `WEEKLY` – Semanal * `FORTNIGHTLY` – Quinzenal * `MONTHLY` – Mensal * `BIMONTHLY` – Bimestral * `QUARTERLY` – Trimestral * `EVERY_FOUR_MONTHS` – Quadrimestral * `SEMIANNUAL` – Semestral * `YEARLY` – Anual measureUnitType: type: string enum: – PERCENTAGE – UNIT – HOURS – CURRENCY_VALUE description: Enumeração com os tipos de unidades de medida: * `PERCENTAGE` – Percentagem * `UNIT` – Unidade * `HOURS` – Horas * `CURRENCY_VALUE` – Valor monetário resultAccumulationMethodType: type: string enum: – ACCUMULATIVE – MEDIUM – NOT_ACCUMULATIVE description: Enumeração com os tipos de método de acumulação de resultado: * `ACCUMULATIVE` – Soma * `MEDIUM` – Média * `NOT_ACCUMULATIVE` – Último resultado collectiveGoalSetStatus: type: string enum: – DISABLED – ENABLED description: Estado do bloco: * `DISABLED` – Desabilitado * `ENABLED` – Habilitado leaderFilterTypes: type: string enum: – ONLYDIRECTFOLLOWERS – DIRECTEMPLOYEESANDLEADERSHIP – ALLFOLLOWERS – ALLFOLLOWERSANDLEADERSHIP description: Tipo de filtro do peso: * `ONLYDIRECTFOLLOWERS` – Apenas liderados diretos * `DIRECTEMPLOYEESANDLEADERSHIP` – Liderados diretos e liderança * `ALLFOLLOWERS` – Todos os liderados * `ALLFOLLOWERSANDLEADERSHIP` – Todos os liderados e liderança 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 employeePerformanceGoalState: type: string enum: – IN_DEFINITION – ACTIVE – DONE – CANCELED – EVALUATED_DEFINITION – AWAITING_APPROVAL_GOAL_BY_MANAGER description: Estado da meta individual: * `IN_DEFINITION` – Em definição * `ACTIVE` – Ativa * `DONE` – Concluída * `CANCELED` – Cancelada * `EVALUATED_DEFINITION` – Em definição com o avaliado * `AWAITING_APPROVAL_GOAL_BY_MANAGER` – Aguardando aprovação do gestor stepType: type: string enum: – DISTRIBUTE – CALCULATE – DELETE description: Tipo da etapa: * `DISTRIBUTE` – Distribuição * `CALCULATE` – Cálculo * `DELETE` – Exclusão calculateStatus: type: string enum: – OK – ERROR – PENDING description: Status do processo de cálculo da meta: * `OK` – Calculado * `ERROR` – Com erro * `PENDING` – Com pendência 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 checkDTO: description: Retorno status usados de retorno type: object required: – name – status properties: name: type: string description: Nome do status status: type: string allOf: – #/definitions/heathcheckDTO description: Status employeePerformanceGoalDTO: description: Contrato da meta individual type: object properties: goalId: type: string description: Id da meta individual weight: type: number format: double description: Peso da meta percentageOfAchievement: type: number format: double description: Percentual de atingimento calculatePerformanceAppraisalDTO: description: Contrato da avaliação a ser cálculada type: object properties: cycle: type: string description: ID do ciclo de avaliação evaluated: type: string description: ID do avaliado employeePerformanceGoalDTO: type: object allOf: – #/definitions/employeePerformanceGoalDTO description: Informações da meta calculationPerformanceAppraisalDataDTO: description: Contrato do conteúdo do lote que deverá de ser processado type: object required: – weightEmployee properties: weightEmployee: type: string description: Identificador primário do peso da meta por colab employeeappraisalcycle: description: Ciclo de avaliação type: object required: – id – name – startdate – enddate – status – ratingscale – limitperformanceresult – useconsideredpercentage – approveGoalsDepartmental – goalsConsiderChangePosition – dateremove – continuousAppraisal properties: id: type: string description: Identificador único 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/employeeAppraisalCycleStatus description: Status do ciclo ratingscale: type: object allOf: – #/definitions/competencyskillproficiencytable description: Classificação dos resultados limitperformanceresult: type: number format: double description: Valor máximo de atingimento da meta useconsideredpercentage: type: boolean description: Utiliza percentual considerado approveGoalsDepartmental: type: boolean description: Necessita aprovação das metas departamentais pelo avaliado goalsConsiderChangePosition: type: string allOf: – #/definitions/goalsConsiderChangePosition description: Indica quais metas considerar ao trocar de posto/cargo dateremove: type: string format: date description: Data de marcação do ciclo para exclusão continuousAppraisal: type: boolean description: É ciclo contínuo editEmployeeappraisalcycle: type: object required: – id allOf: – #/definitions/employeeappraisalcycle competencyskillproficiencytable: description: Define a tabela de proficiência. type: object properties: id: type: string maxLength: 32 description: Id da tabela name: type: string maxLength: 60 description: Nome da tabela description: type: string maxLength: 300 description: Descrição da tabela collectiveGoalWeightEmployee: description: Peso da meta por colaborador type: object required: – employee – createDate properties: id: type: string maxLength: 32 description: Identificador do peso da meta por colaborador collectiveGoalWeight: type: object allOf: – #/definitions/collectiveGoalWeight description: Peso por meta employee: type: string maxLength: 32 description: Identificador do colaborador. createDate: type: string format: date description: Data de criação removeDate: type: string format: date description: Data de remoção generalResult: type: number format: double description: Peso do último resultado goalHash: type: string description: Hash da meta generalResultPartial: type: number format: double description: Resultado parcial lastUpdateDate: type: string format: date-time description: Data atualização editCollectiveGoalWeightEmployee: type: object required: – id allOf: – #/definitions/collectiveGoalWeightEmployee collectiveGoalWeight: description: Peso da meta type: object required: – name – priority properties: id: type: string maxLength: 32 description: Identificador do peso da meta por colaborador name: type: string description: Nome collectiveGoal: type: object allOf: – #/definitions/collectiveGoal description: Identificador da meta coletiva weight: type: number format: double description: Identificador do peso generalResult: type: number format: double description: Resultado de peso workShift: type: object allOf: – #/definitions/workshift description: Turno de trabalho (escala) leaderFilterType: type: string allOf: – #/definitions/leaderFilterTypes description: Descendentes diretos priority: type: integer format: int64 description: Prioridade collectiveGoalWeightEmployees: type: array items: type: object allOf: – #/definitions/collectiveGoalWeightEmployee description: Peso da meta por colaborador goalHash: type: string description: Hash da meta generalResultPartial: type: number format: double description: Resultado parcial removeDate: type: string format: date-time description: Data de remoção editCollectiveGoalWeight: type: object required: – id allOf: – #/definitions/collectiveGoalWeight collectiveGoal: description: Meta coletiva type: object required: – name – description – termDate – idealValue – collectiveGoalSet – calculateStatus properties: id: type: string maxLength: 32 description: Identificador da meta coletiva name: type: string maxLength: 250 description: Nome da meta coletiva description: type: string maxLength: 4000 description: Descrição da meta coletiva termDate: type: string format: date description: Prazo da meta coletiva publishDate: type: string format: date description: Data de publicação minimumValue: type: number format: double description: Valor mínimo da meta coletiva idealValue: type: number format: double description: Valor ideal da meta coletiva maximumValue: type: number format: double description: Valor máximo da meta coletiva goalResult: type: number format: double description: Resultado da meta coletiva percentageOfAchievement: type: number format: double description: Percentual de atingimento author: type: object allOf: – #/definitions/person description: Autor da meta coletiva interpolation: type: boolean description: Utiliza interpolação default: false tag: type: string maxLength: 32 description: Tag única resultFormula: type: string maxLength: 4000 description: Fórmula de cálculo do resultado da meta percentageOfAchievementFormula: type: string maxLength: 4000 description: Fórmula de cálculo do percentual de atingimento da meta collectiveGoalWeights: type: array items: type: object allOf: – #/definitions/collectiveGoalWeight description: Lista de peso da meta impactsIndividualResult: type: boolean description: Impacta no resultado individual default: false collectiveGoalSet: type: object allOf: – #/definitions/collectiveGoalSet description: Bloco isActive: type: boolean description: Indica se a meta está ativa default: true percentageOfAchievementPartial: type: number format: double description: Percentual de atingimento parcial removeDate: type: string format: date-time description: Data de remoção calculateStatus: type: string allOf: – #/definitions/calculateStatus description: Status do processo de cálculo da meta collectiveGoalSet: description: Bloco de metas type: object required: – name – sequence – status properties: id: type: string maxLength: 32 description: Identificador name: type: string maxLength: 100 description: Nome do bloco description: type: string maxLength: 4000 description: Descrição do bloco cycle: type: object allOf: – #/definitions/employeeappraisalcycle description: Ciclo sequence: type: integer format: int64 description: Sequência status: type: string allOf: – #/definitions/collectiveGoalSetStatus description: Estado collectiveGoals: type: array items: type: object allOf: – #/definitions/collectiveGoal description: Metas compartilhadas weight: type: number format: double description: Identificador do peso do bloco collectiveGoalCycle: description: Ciclos habilitados para metas compartilhadas type: object required: – cycle – enableForCollectiveGoal – useGoalStandardCalculation – useGoalInterpolationCalculation – useNineBox properties: id: type: string maxLength: 32 description: Identificador cycle: type: object allOf: – #/definitions/employeeappraisalcycle description: Ciclo enableForCollectiveGoal: type: boolean description: Está habilitado para utilizar metas compartilhadas? individualGoalWeight: type: number format: double description: Pesos das metas individuais collectiveGoalWeight: type: number format: double description: Pesos das metas compartilhadas useGoalStandardCalculation: type: boolean description: Indica se será utilizado o cálculo padrão useGoalInterpolationCalculation: type: boolean description: Indica se será utilizado o cálculo por interpolação minimumValueInterpolation: type: number format: double description: Valor inicial targetValueInterpolation: type: number format: double description: Valor alvo maximumValueInterpolation: type: number format: double description: Valor máximo useNineBox: type: boolean description: Indicativo se pode impactar na matriz de gestão editCollectiveGoalCycle: type: object required: – id allOf: – #/definitions/collectiveGoalCycle employeeperformanceappraisal: description: Avaliação de resultado type: object required: – id – cycle – evaluated – evaluator – originalevaluator – state – competencyskillproficiencylevel 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 originalevaluator: type: object allOf: – #/definitions/employee description: Avaliador state: type: string allOf: – #/definitions/employeePerformanceAppraisalState description: Situação da avaliação percentageofachievement: type: number format: double description: Resultado da avaliação competencyskillproficiencylevel: type: object allOf: – #/definitions/competencyskillproficiencylevel description: Nível de proficiência managementmatrixachievement: type: number format: double description: Resultado da avaliação perante o 9box calibratedPercentageOfAchievement: type: number format: double description: Percentual de atingimento calibrado originalPercentageOfAchievement: type: number format: double description: Percentual de atingimento original editEmployeeperformanceappraisal: type: object required: – id allOf: – #/definitions/employeeperformanceappraisal competencyskillproficiencylevel: description: Nível de proficiência type: object properties: id: type: string maxLength: 32 description: Id do nível de proficiência level: type: string maxLength: 10 description: Nível do conceito name: type: string maxLength: 60 description: Nome do conceito description: type: string description: Descrição detalhada do conceito initialValueOfScoreRange: type: number format: double description: Valor inicial finalValueOfScoreRange: type: number format: double description: Valor final competencyskillproficiencytable: type: object allOf: – #/definitions/competencyskillproficiencytable description: Referência para a tabela de proficiência (mestre) initialPercentageOfScoreRange: type: number format: double description: Percentual inicial finalPercentageOfScoreRange: type: number format: double description: Percentual final valueOfScore: type: number format: double description: Pontuação do valor icon: type: string maxLength: 32 description: Ícone color: type: string maxLength: 32 description: Cor needJustify: type: boolean description: Necessita adicionar comentário na avaliação ao selecionar este conceito needPdi: type: boolean description: Necessita criar PDI a partir da avaliação por competências ao selecionar este conceito representEntireGoal: type: boolean description: Faixa representa 100% consideredpercentage: type: number format: double description: Percentual considerado employeeperformancegoal: description: Meta individual type: object required: – id – performanceappraisal – state properties: id: type: string description: Identificador único performanceappraisal: type: object allOf: – #/definitions/employeeperformanceappraisal description: Avaliação de resultado weight: type: number format: double description: Peso da meta percentageofachievement: type: number format: double description: Percentual de atingimento state: type: string allOf: – #/definitions/employeePerformanceGoalState description: Situação da meta editEmployeeperformancegoal: type: object required: – id allOf: – #/definitions/employeeperformancegoal employee: description: Colaborador type: object properties: id: type: string maxLength: 32 description: Identificador colaborador person: type: object allOf: – #/definitions/person description: Relacionamento com a pessoa editEmployee: type: object required: – id allOf: – #/definitions/employee person: description: Pessoa type: object required: – firstname – lastname properties: id: type: string maxLength: 32 description: Id da pessoa 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 editPerson: type: object required: – id allOf: – #/definitions/person workshift: description: Turno de trabalho type: object required: – id – description – monthminutes – weekminutes – shift – dsrminutes – code – workshiftType properties: id: type: string description: Identificador único description: type: string description: Descrição monthminutes: type: integer format: int64 description: Minutos do mês weekminutes: type: integer format: int64 description: Minutos da semana shift: type: integer format: int64 description: Turno dsrminutes: type: integer format: int64 description: DSR Minutes code: type: integer format: int64 description: Código workshiftType: type: integer format: int64 description: Tipo de turno editWorkshift: type: object required: – id allOf: – #/definitions/workshift batchProcessLock: description: Define a tabela de log. type: object required: – id – processId – insertDate 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 batchProcessControl: description: Controle de lotes type: object required: – id – process – data properties: id: type: string format: uuid description: Identificador único do controle de lotes process: type: string format: uuid description: Identificador único do processo data: type: string description: Conteúdo do lote batchProcessErrorControl: description: Entidade que representa o controle de erros dos lotes type: object required: – id – process – collectiveGoal – stepType properties: id: type: string format: uuid description: Identificador único do controle de lotes process: type: string format: uuid description: Identificador único do processo collectiveGoal: type: string maxLength: 32 description: Identificador único da meta compartilhada stepType: type: string allOf: – #/definitions/stepType description: Etapa do processo notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string 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