2.0info: 1.19.0 profileassessmentsprocessor description: Serviço de carga e sincronia do módulo ProfileAssessments x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: profileassessmentsprocessor contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/hcmsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /profileassessmentsprocessor/queries/healthcheck: post: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/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 /profileassessmentsprocessor/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 /profileassessmentsprocessor/actions/logicUpdated: post: description: Resultado da avaliação de lógica do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookNumericAndTextualScoreDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/ocpUpdated: post: description: Resultado da avaliação de cultura do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookOcpDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/sjtUpdated: post: description: Resultado da avaliação social do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookNumericAndTextualScoreDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/motivationalUpdated: post: description: Resultado da avaliação motivacional do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookNumericAndTextualScoreDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/profilemapUpdated: post: description: Resultado da avaliação de perfil do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookProfileMapDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/matchUpdated: post: description: Resultado da avaliação de Match do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: cpf: type: string description: CPF email: type: string description: E-mail id: type: integer format: int64 description: Id do candidato da Mindsight url: type: string description: URL do candidato da Mindsight matches: type: array items: type: object allOf: – #/definitions/match description: Matches do candidato verification: type: string description: Parâmetro utilizado pela Mindsight no qual indica que a chamada é válida, o output da primitiva deverá ser sempre o mesmo do input responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/externalassessmentsUpdated: post: description: Resultado da avaliação de outros testes do candidato da Mindsight tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/mindsightTestWebhookExternalAssessmentsListDto responses: 200: description: Ok schema: type: object allOf: – #/definitions/verificationResponse default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/jobconvoDiscAssessmentUpdated: post: description: Resultado da avalização DISC da JobConvo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/jobConvoDiscAssessmentsRecord responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/jobconvoMbtiAssessmentUpdated: post: description: Resultado da avalização MBTI da JobConvo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/jobConvoMbtiAssessmentsRecord responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/jobconvoFitAssessmentUpdated: post: description: Resultado da avalização de fit cultural da JobConvo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/jobConvoFitAssessmentsRecord responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/actions/jobconvoCustomAssessmentUpdated: post: description: Resultado da avalização técnica/customizada da JobConvo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/jobConvoCustomAssessmentsRecord responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/signals/indexAllTestResults: post: description: Indexa no elasticsearch todos os resultados de testes dos candidatos tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /profileassessmentsprocessor/signals/sendSuggestedVacanciesInternalCandidates: post: description: Realiza o envio das notificações de vagas sugeridas para os candidatos internos tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericErrordefinitions: healthcheckDTO: description: Status do healthcheck type: string enum: – UP – DOWN userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT match: description: Match do candidato realizado na Mindsight type: object properties: id: type: integer format: int64 description: Id do match na Mindsight url: type: string description: URL de resultado do match na Mindsight function: type: object allOf: – #/definitions/functionMatch description: Função que aconteceu o match na Mindsight value: type: number format: double description: Resultado do match na Mindsight functionMatch: description: Função que aconteceu o match na Mindsight type: object properties: id: type: integer format: int64 description: Id da função na Mindsight name: type: string description: Nome da função na Mindsight url: type: string description: URL da função na Mindsight mindsightTestWebhookGenericDTO: description: Dados enviados pela Mindsight referente à parte genérica dos webhooks de avaliações dos candidatos. discriminator: _discriminator type: object required: – _discriminator properties: id: type: integer format: int64 description: Id da Mindsight url: type: string description: URL de resultado da avaliação da Mindsight person_id: type: integer format: int64 description: Id do candidato na Mindsight person: type: string description: URL de acesso ao candidato na Mindsight has_expired: type: boolean description: Indica se o resultado expirou verification: type: string description: Parâmetro utilizado pela Mindsight no qual indica que a chamada é válida, o output da primitiva deverá ser sempre o mesmo do input _discriminator: type: string description: mindsightTestWebhookNumericScoreDto: description: Dados enviados pela Mindsight referente aos webhooks de avaliações dos candidatos com scores numéricos. allOf: – #/definitions/mindsightTestWebhookGenericDTO – type: object properties: score: type: number format: double description: Resultado numérico da avaliação mindsightTestWebhookNumericAndTextualScoreDto: description: Dados enviados pela Mindsight referente aos webhooks de avaliações dos candidatos com scores numéricos. allOf: – #/definitions/mindsightTestWebhookNumericScoreDto – type: object properties: classification: type: string description: Resultado textual da avaliação mindsightTestWebhookOcpDto: description: Dados enviados pela Mindsight referente aos webhooks de avaliações de cultura dos candidatos. allOf: – #/definitions/mindsightTestWebhookNumericScoreDto – type: object properties: fit: type: string maxLength: 5000 description: Avaliação textual do score do candidato mindsightTestWebhookProfileMapDto: description: Dados enviados pela Mindsight referente ao webhook de teste de perfil. allOf: – #/definitions/mindsightTestWebhookGenericDTO – type: object properties: score: type: array items: type: object allOf: – #/definitions/mindsightProfileWebhookScoreDto description: Resultado da avaliação de perfil mindsightProfileWebhookScoreDto: description: DTO da Mindsight do score do candidato para o webhook de teste de perfil. type: object properties: name: type: string description: Nome da dimensão do perfil avaliada. value: type: number format: double description: Valor numérico do score no teste de perfil. mindsightExternalAssessmentsLabelScoreDto: description: DTO da Mindsight do score do candidato para o webhook de outros testes. type: object properties: label: type: string description: Descrição da dimensão do interesse do candidato avaliada. value: type: number format: double description: Valor numérico do score no teste de perfil. mindsightExternalAssessmentsPrimaryScoresDto: description: DTO da Mindsight dos scores primários do candidato para o webhook de outros testes. type: object properties: entrepreneur: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Empreendedor. realist: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Realista. social: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Social. artistic: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Artístico. investigative: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Investigativo. conventional: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do interesse Convencional. score: type: object allOf: – #/definitions/mindsightExternalAssessmentsLabelScoreDto description: Score do teste Operacional. mindsightTestWebhookExternalAssessmentsDto: description: Dados enviados pela Mindsight referente ao webhook de avaliações de outros testes. allOf: – #/definitions/mindsightTestWebhookGenericDTO – type: object properties: primary_scores: type: object allOf: – #/definitions/mindsightExternalAssessmentsPrimaryScoresDto description: Score primário de outros testes. assessment_key: type: string description: Chave de identificação do tipo de teste. mindsightTestWebhookExternalAssessmentsListDto: description: Dados enviados pela Mindsight referente ao webhook de avaliações de outros testes com a lista de testes enviados. type: object properties: url: type: string description: URL da pessoa na Mindsight. cpf: type: string description: CPF da pessoa. email: type: string description: Email da pessoa. id: type: string description: ID da pessoa na Mindsight. external_assessments: type: array items: type: object allOf: – #/definitions/mindsightTestWebhookExternalAssessmentsDto description: URL da pessoa na Mindsight. verification: type: string description: Parâmetro utilizado pela Mindsight no qual indica que a chamada é válida, o output da primitiva deverá ser sempre o mesmo do input verificationResponse: description: Resposta de verificação type: object properties: verification: type: string description: Parâmetro utilizado pela Mindsight no qual indica que a chamada é válida, o output da primitiva deverá ser sempre o mesmo do input 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/healthcheckDTO description: Status jobConvoGenericAssessmentsRecord: description: Dados básicos enviados pela JobConvo referente ao callback de avaliações discriminator: _discriminator type: object required: – external_id – user – href – _discriminator properties: external_id: type: string description: External Id user: type: object allOf: – #/definitions/jobConvoUserRecord description: Dados da pessoa na JobConvo href: type: string description: Link padrão de download do teste _discriminator: type: string description: jobConvoDiscAssessmentsRecord: description: Dados básicos enviados pela JobConvo referente ao callback de avaliações allOf: – #/definitions/jobConvoGenericAssessmentsRecord – type: object required: – result properties: result: type: object allOf: – #/definitions/jobConvoDiscResultRecord description: Resultado do teste Disc jobConvoDiscResultRecord: description: Record com o resultado do DISC para JobConvo type: object required: – dominance – percentages properties: dominance: type: object allOf: – #/definitions/jobConvoDiscDominanceRecord description: Informações sobre o perfil dominante percentages: type: object allOf: – #/definitions/jobConvoDiscPercentagesRecord description: Informações sobre os percentuais de resultado do DISC jobConvoDiscDominanceRecord: description: Record com os valores relativos a dominancia do teste DISC type: object required: – letter – name properties: letter: type: string description: Inicial do perfil dominante name: type: string description: Nome do perfil dominante jobConvoDiscPercentagesRecord: description: Record com os percentuais completos do resultado DISC type: object required: – D – I – S – C properties: D: type: number format: double description: Resultado percentual do D I: type: number format: double description: Resultado percentual do I S: type: number format: double description: Resultado percentual do S C: type: number format: double description: Resultado percentual do C jobConvoUserRecord: description: Dados do usuário da JobConvo type: object required: – first_name properties: first_name: type: string description: Primeiro Nome last_name: type: string description: Sobrenome email: type: string description: Email do candidato. senior_id: type: string description: ID interno do candidato jobConvoFitAssessmentsRecord: description: Dados básicos enviados pela JobConvo referente ao callback de avaliações Fit allOf: – #/definitions/jobConvoGenericAssessmentsRecord – type: object required: – match properties: match: type: number format: double description: Resultado do teste Fit Cultural jobConvoMbtiAssessmentsRecord: description: Dados básicos enviados pela JobConvo referente ao callback de avaliações MBTI allOf: – #/definitions/jobConvoGenericAssessmentsRecord – type: object required: – usertype – classifications properties: usertype: type: object allOf: – #/definitions/jobConvoMbitUseTypeAssessmentsRecord description: Singla com o tipo do resultado classifications: type: object allOf: – #/definitions/jobConvoMbitClassificationsAssessmentsRecord description: Resultado resumido jobConvoMbitUseTypeAssessmentsRecord: description: Dados referente ao resultado geral do teste MBTI type: object required: – type – label properties: type: type: string description: Resultado geral do teste MBTI label: type: string description: Resultado específico do teste MBTI jobConvoMbitClassificationsAssessmentsRecord: description: Dados referente ao resultado específico do teste MBTI type: object required: – extraverted – introverted – observant – intuitive – thinking – feeling – judging – prospecting properties: extraverted: type: number format: double description: Percentual extrovertido introverted: type: number format: double description: Percentual introvertido observant: type: number format: double description: Percentual observador intuitive: type: number format: double description: Percentual intuitivo thinking: type: number format: double description: Percentual pensativo feeling: type: number format: double description: Percentual sentimental judging: type: number format: double description: Percentual julgador prospecting: type: number format: double description: Percentual explorador jobConvoCustomAssessmentsRecord: description: Dados básicos enviados pela JobConvo referente ao callback de avaliações Customizadas allOf: – #/definitions/jobConvoGenericAssessmentsRecord – type: object required: – percent_correct – content properties: percent_correct: type: number format: double description: Percentual de acerto category: type: object allOf: – #/definitions/jobConvoCustomCategoryAssessmentsRecord description: Categoria do teste content: type: array items: type: object allOf: – #/definitions/jobConvoCustomContentAssessmentsRecord minimum: 1 description: Categoria do teste jobConvoCustomCategoryAssessmentsRecord: description: Dados referentes a categoria das avaliações customizadas type: object required: – pk – name properties: pk: type: integer format: int64 description: Chave da categoria name: type: string description: Nome da categoria jobConvoCustomContentAssessmentsRecord: description: Dados referentes ao resultado das avaliações customizadas type: object required: – type – question – answer – correct properties: essay_id: type: string description: Identificador externo da pergunta type: type: string description: Tipo da pergunta question: type: string description: Pergunta answer: type: string description: Resposta da pergunta correct: type: boolean description: Se a resposta está correta 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. dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE