2.0info: 4.10.0 HCM – Careers Manager Recruiter description: HCM – Careers Manager Recruiter x-senior-domain: HCM x-senior-domain-path: hcm x-senior-service-path: careersmanagerrecruiter 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: /careersmanagerrecruiter/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 /careersmanagerrecruiter/queries/getCandidatureSettingsByIdentificationNumber: post: description: Primitiva tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – identificationType – identificationNumber properties: identificationType: type: string description: Tipo de identificador identificationNumber: type: string description: Número de identificação da empresa responses: 200: description: Ok schema: type: object required: – information properties: information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificationType description: Tipo de identificador in: query required: true type: string – name: identificationNumber description: Número de identificação da empresa in: query required: true type: string responses: 200: description: Ok schema: type: object required: – information properties: information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/getProfiles: post: description: Primitiva para retorno dos perfis da empresa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: page: type: integer format: int64 description: Índice da página a ser retornada minimum: 0 maximum: 9999999999999 default: 0 size: type: integer format: int64 description: Quantidade de itens por página minimum: 1 maximum: 200 default: 10 responses: 200: description: Ok schema: type: object allOf: – #/definitions/companyProfileDTOPagedResults 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para retorno dos perfis da empresa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: page description: Índice da página a ser retornada in: query type: integer format: int64 – name: size description: Quantidade de itens por página in: query type: integer format: int64 responses: 200: description: Ok schema: type: object allOf: – #/definitions/companyProfileDTOPagedResults 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/isMultipleCareerPage: post: description: Saber se está liberado para acessar a pagina multipla de carreira tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – enabled properties: enabled: type: boolean description: Status do retorno de habilitado ou não 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Saber se está liberado para acessar a pagina multipla de carreira tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – enabled properties: enabled: type: boolean description: Status do retorno de habilitado ou não 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/domainAvailable: post: description: Retorna se o domínio está disponível tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – domainName properties: domainName: type: string description: Domínio responses: 200: description: Ok schema: type: object required: – domainAvailable properties: domainAvailable: type: boolean description: Domínio disponível 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna se o domínio está disponível tags: – Queries x-senior-visibility: PRIVATE parameters: – name: domainName description: Domínio in: query required: true type: string responses: 200: description: Ok schema: type: object required: – domainAvailable properties: domainAvailable: type: boolean description: Domínio disponível 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/getCompanies: post: description: Busca as empresas que não possuem perfil ativo (rascunho ou publicado) tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – companies properties: companies: type: array items: type: object allOf: – #/definitions/companyDto minimum: 1 description: Lista de empresas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca as empresas que não possuem perfil ativo (rascunho ou publicado) tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – companies properties: companies: type: array items: type: object allOf: – #/definitions/companyDto minimum: 1 description: Lista de empresas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/getProfile: post: description: Busca as informações do perfil da empresa pelo ID tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId properties: profileId: type: string description: Id do perfil responses: 200: description: Ok schema: type: object required: – profile – profileAbout – subdomain – applicationDomain properties: profile: type: object allOf: – #/definitions/companyProfileHeaderDTO description: Dados do perfil da empresa para o cabeçalho da página profileAbout: type: object allOf: – #/definitions/profileAboutGetDTO description: Detalhes do perfil subdomain: type: string description: Domínio applicationDomain: type: string description: Domínio da Aplicação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca as informações do perfil da empresa pelo ID tags: – Queries x-senior-visibility: PRIVATE parameters: – name: profileId description: Id do perfil in: query required: true type: string responses: 200: description: Ok schema: type: object required: – profile – profileAbout – subdomain – applicationDomain properties: profile: type: object allOf: – #/definitions/companyProfileHeaderDTO description: Dados do perfil da empresa para o cabeçalho da página profileAbout: type: object allOf: – #/definitions/profileAboutGetDTO description: Detalhes do perfil subdomain: type: string description: Domínio applicationDomain: type: string description: Domínio da Aplicação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/getCandidatureSettingsByProfile: post: description: Primitiva para listar as configurações de campos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId properties: profileId: type: string description: Identificador único do perfil responses: 200: description: Ok schema: type: object required: – information properties: information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para listar as configurações de campos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: profileId description: Identificador único do perfil in: query required: true type: string responses: 200: description: Ok schema: type: object required: – information properties: information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/isPortalActive: post: description: Primitiva para consultar se a empresa já ativou o Portal de Talentos tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – isActive properties: isActive: type: boolean description: Status de ativação do Portal de Talentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para consultar se a empresa já ativou o Portal de Talentos tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – isActive properties: isActive: type: boolean description: Status de ativação do Portal de Talentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/queries/getUsersWithPermissionsForPortal: post: description: Primitiva para consultar se a empresa cumpre os pré-requisitos para ativar o Portal de Talentos tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – usersWithPermission properties: usersWithPermission: type: array items: type: string minimum: 1 description: Status de ativação do Portal de Talentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para consultar se a empresa cumpre os pré-requisitos para ativar o Portal de Talentos tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – usersWithPermission properties: usersWithPermission: type: array items: type: string minimum: 1 description: Status de ativação do Portal de Talentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/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 /careersmanagerrecruiter/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 /careersmanagerrecruiter/actions/createProfile: post: description: Criação do perfil da empresa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company properties: company: type: object allOf: – #/definitions/companyDto description: Empresa responses: 200: description: Ok schema: type: object required: – profile properties: profile: type: object allOf: – #/definitions/profileDto description: Perfil da Empresa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/publishProfile: post: description: Criação do perfil da empresa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId – subdomain – profileAbout properties: profileId: type: string description: ID do perfil subdomain: type: string description: Domínio profileAbout: type: object allOf: – #/definitions/profileAboutInputDTO description: Detalhes do perfil responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/createProfileDetail: post: description: Criação de detalhes do perfil (tabela profileAbout) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId – profileAbout – subdomain properties: profileId: type: string description: ID do perfil profileAbout: type: object allOf: – #/definitions/profileAboutInputDTO description: Detalhes do perfil subdomain: type: string description: Domínio responses: 200: description: Ok schema: type: object required: – profileAbout – subdomain properties: profileAbout: type: object allOf: – #/definitions/profileAboutDTO description: subdomain: type: string description: Domínio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/updateProfileDetail: post: description: Atualização de detalhes do perfil (tabela profileAbout) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId – profileAbout – subdomain properties: profileId: type: string description: ID do perfil profileAbout: type: object allOf: – #/definitions/profileAboutUpdateInputDTO description: Detalhes do perfil subdomain: type: string description: Domínio responses: 200: description: Ok schema: type: object required: – profileAbout – subdomain properties: profileAbout: type: object allOf: – #/definitions/profileAboutDTO description: subdomain: type: string description: Domínio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/publishVacancy: post: description: Publicação da Vaga tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – vacancy properties: vacancy: type: object allOf: – #/definitions/vacancyDto description: Empresa responses: 200: description: Ok schema: type: object required: – urlVacancy properties: urlVacancy: type: string description: URL da vaga 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/saveCandidatureSettings: post: description: Primitiva para persistir as configurações de campos tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – profileId – information properties: profileId: type: string description: Identificador único do perfil information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos responses: 200: description: Ok schema: type: object required: – candidatureSettings properties: candidatureSettings: type: object allOf: – #/definitions/candidatureSettingsDTO description: Dados básicos da CandidatureSettings 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/activatePortal: post: description: Dispara o sinal para o GRS realizar a ativação do Portal de Talentos, realizando a transferência das vagas do antigo para o novo portal tags: – Actions x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/finishVacancy: post: description: Primitiva para finalizar uma vaga tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/suspendVacancy: post: description: Primitiva para suspender uma vaga tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/suspendVacancyBatch: post: description: Primitiva para suspender um lote de vagas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – vacanciesIds properties: vacanciesIds: type: array items: type: string minimum: 1 description: Lista de ids das vagas (limite máximo de 100 vagas) responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/cancelVacancyBatch: post: description: Primitiva para cancelar um lote de vagas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – vacanciesIds properties: vacanciesIds: type: array items: type: string minimum: 1 description: Lista de ids das vagas (limite máximo de 100 vagas) responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/finishVacancyBatch: post: description: Primitiva para finalizar um lote de vagas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – vacanciesIds properties: vacanciesIds: type: array items: type: string minimum: 1 description: Lista de ids das vagas (limite máximo de 100 vagas) responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/actions/cancelVacancy: post: description: Primitiva para cancelar uma vaga tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/events/publishProfileEvent: post: description: Evento de publicação da página de carreira x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – id – tenant – status – company – about properties: id: type: string description: Id da entidade Profile tenant: type: string description: Informação sobre o sistema gerador do evento status: type: string description: Status da entidade perfil company: type: object allOf: – #/definitions/companyEventPayload description: Informações relacionadas à entidade Company about: type: object allOf: – #/definitions/profileEventPayload description: Informações relacionadas à entidade ProfileAbout responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /careersmanagerrecruiter/events/updateVacancy: post: description: Evento de atualização dos dados da vaga x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – id – jobCode – title – status properties: id: type: string description: ID da vaga jobCode: type: integer format: int64 description: Código da vaga type: string description: Título da vaga status: type: string allOf: – #/definitions/vacancyStatusEnum description: Status da vaga jobModel: type: array items: type: string description: Modelos de trabalho da vaga pcd: type: boolean description: indica se a vaga é para pcd startDate: type: string description: data de publicação da vaga location: type: string description: localização da vaga responses: 200: description: OK default: description: Error response schema: #/definitions/genericErrordefinitions: healthcheckDTO: description: Status do healthcheck type: string enum: – UP – DOWN identificationType: description: Tipo de identificação type: string enum: – CNPJ vacancyStatusEnum: description: Status de publicação da vaga type: string enum: – IN_PROGRESS – CANCELED – CONCLUDED – SUSPENDED profileStatus: description: Status do perfil da empresa type: string enum: – DRAFT – PUBLISHED – DISABLED 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 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 companyProfileDTO: description: Perfil da empresa type: object required: – id – companyName – subdomain – status properties: id: type: string description: Id do perfil companyName: type: string description: Nome da empresa subdomain: type: string description: SubDomínio status: type: string description: Situação do perfil companyProfileDTOPagedResults: description: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/companyProfileDTO minimum: 1 description: Lista de perfis da empresa totalPages: type: integer format: int64 description: total de páginas totalElements: type: integer format: int64 description: total de elementos encontrado companyDto: description: Dados da empresa type: object required: – name – identificationType – identificationNumber properties: id: type: string description: Id da empresa name: type: string description: Nome da empresa identificationType: type: string allOf: – #/definitions/identificationType description: Tipo do identificador identificationNumber: type: string description: Número do identificador city: type: string description: Cidade da empresa state: type: string description: Estado da empresa country: type: string description: País da empresa profileDto: description: Perfil da empresa type: object required: – id – status – company properties: id: type: string description: Id do perfil status: type: string description: Status do perfil company: type: object allOf: – #/definitions/companyDto description: Dados da empresa companyProfileHeaderDTO: description: Dados do perfil da empresa para o cabeçalho da página type: object required: – profileId – company – location – status properties: profileId: type: string description: Identificador único do perfil company: type: string description: Empresa location: type: string description: Localização (Cidade/Estado) status: type: string description: status do perfil profileAboutDTO: description: Detalhes do perfil type: object required: – id – profileId – sector – size – description – coverPicture – profilePicture – website – instagram – facebook – linkedin – x properties: id: type: string description: Identificador único do perfil-sobre profileId: type: string description: Identificador único do perfil sector: type: string description: Área de atuação da empresa size: type: string description: Tamanho da empresa description: type: string description: Texto descritivo sobre a empresa coverPicture: type: object allOf: – #/definitions/imageDto description: Imagem de capa do perfil profilePicture: type: object allOf: – #/definitions/imageDto description: Imagem do perfil website: type: string description: Endereço da página eletrônica da empresa na rede mundial de computadores instagram: type: string description: Endereço da página da empresa no Instagram facebook: type: string description: Endereço da página da empresa no Facebook linkedin: type: string description: Endereço da página da empresa no LinkedIn x: type: string description: Endereço da página da empresa no X (outrora chamado de Twitter) profileAboutGetDTO: description: Detalhes do perfil – Get type: object required: – id – profileId – sector – size – description – coverPicture – profilePicture properties: id: type: string description: Identificador único do perfil-sobre profileId: type: string description: Identificador único do perfil sector: type: string description: Área de atuação da empresa size: type: string description: Tamanho da empresa description: type: string description: Texto descritivo sobre a empresa coverPicture: type: object allOf: – #/definitions/fileDataDTO description: Dados da imagem de capa profilePicture: type: object allOf: – #/definitions/fileDataDTO description: Dados da imagem de perfil website: type: string description: Link para o site da empresa instagram: type: string description: Link para o instagram da empresa facebook: type: string description: Link para o facebook da empresa linkedin: type: string description: Link para o linkedin da empresa x: type: string description: Link para o x (twitter) da empresa profileAboutInputDTO: description: Informações para entrada de detalhes do perfil type: object required: – description properties: sector: type: string description: Área de atuação da empresa size: type: string description: Tamanho da empresa description: type: string description: Texto descritivo sobre a empresa coverPicture: type: object allOf: – #/definitions/image description: Imagem de capa profilePicture: type: object allOf: – #/definitions/image description: Imagem do perfil website: type: string description: Link para o site da empresa instagram: type: string description: Link para o instagram da empresa facebook: type: string description: Link para o facebook da empresa linkedin: type: string description: Link para o linkedin da empresa x: type: string description: Link para o x (twitter) da empresa imageDto: description: Informações da imagem type: object required: – id – size – contentType – extension – fileName – url properties: id: type: string description: Id presente no blob service size: type: number format: double description: Tamanho contentType: type: string description: Tipo de conteúdo extension: type: string description: Extensão fileName: type: string description: Imagem do perfil url: type: string description: URL salvo no S3 profileAboutUpdateInputDTO: description: Informações para entrada de detalhes do perfil type: object required: – id – description properties: id: type: string description: Identificador único do perfil-sobre sector: type: string description: Área de atuação da empresa size: type: string description: Tamanho da empresa description: type: string description: Texto descritivo sobre a empresa coverPicture: type: object allOf: – #/definitions/image description: Dados da imagem de capa profilePicture: type: object allOf: – #/definitions/image description: Dados da imagem de perfil website: type: string description: Link para o site da empresa instagram: type: string description: Link para o instagram da empresa facebook: type: string description: Link para o facebook da empresa linkedin: type: string description: Link para o linkedin da empresa x: type: string description: Link para o x (twitter) da empresa image: description: Dados para trafegar imagens type: object properties: image: type: string description: Imagem para anexar, em Base64. idBlobService: type: string description: Identificador do arquivo type: string description: Versão do arquivo fileName: type: string description: Nome do arquivo locationURI: type: string description: Url de acesso público do arquivo fileDataDTO: description: Dados de um arquivo type: object required: – idBlobservice – size – locationURI properties: idBlobservice: type: string description: Identificador do arquivo size: type: integer format: int64 description: Tamanho do arquivo locationURI: type: string description: Url de acesso público do arquivo name: type: string description: Nome do arquivo pictureDataUpdateOutputDTO: description: Dados da imagem type: object required: – id – size – name – extension – contentType properties: id: type: string description: Identificador do arquivo size: type: integer format: int64 description: Tamanho do arquivo name: type: string description: Nome do arquivo extension: type: string description: Extensão do arquivo contentType: type: string description: Content-type do arquivo vacancyDto: description: type: object required: – id – code – title – positions – company properties: id: type: string description: Identificador do registro code: type: integer format: int64 description: Código type: string description: Título positions: type: integer format: int64 description: Quantidade hiringRegime: type: string description: Regime de Contratação jobModel: type: array items: type: string description: Modalidade de Trabalho experience: type: array items: type: string description: Nível de Experiência pcd: type: boolean description: PCD publication: type: object allOf: – #/definitions/publicationDto description: Publicação salary: type: object allOf: – #/definitions/salaryDto description: Salário about: type: object allOf: – #/definitions/informationDto description: About requirements: type: object allOf: – #/definitions/informationDto description: Requisitos duties: type: object allOf: – #/definitions/informationDto description: Obrigações localization: type: object allOf: – #/definitions/localizationDto description: Localização company: type: object allOf: – #/definitions/companyDto description: Empresa questionnaire: type: string description: Identificador do questionário fieldSettingsConfig: type: object allOf: – #/definitions/fieldSettingsConfigDto description: Configurações da candidatura publicationDto: description: Armazena as informações de publicação type: object properties: startDate: type: string description: Data inicio endDate: type: string description: Data término salaryDto: description: Armazena as informações do salário type: object properties: startRange: type: number format: double description: Faixa Inicial endRange: type: number format: double description: Faixa Final informationDto: description: Armazena as informações diversas type: object properties: description: type: string description: Descrição localizationDto: description: Armazena as informações de localização type: object properties: city: type: string description: Cidade province: type: string description: Província country: type: string description: País companyEventPayload: description: Informações sobre a empresa para uso no payload de evento type: object required: – name – identificationType – identificationNumber – city – state – country properties: name: type: string description: Nome da empresa identificationType: type: string allOf: – #/definitions/identificationType description: Tipo de identificação de acordo com o país identificationNumber: type: string description: Numero de identificação da Empresa city: type: string description: Cidade state: type: string description: Estado country: type: string description: País da empresa profileEventPayload: description: Informações sobre o perfil da empresa para uso no payload de evento type: object required: – description – sector – website – size – coverPicture – profilePicture – socialNetworks properties: description: type: string description: Descrição sector: type: string description: Ramo de atividade da empresa website: type: string description: Link do site da empresa size: type: string description: Tamanho da empresa coverPicture: type: string description: foto de capa em formato Base64 profilePicture: type: string description: foto de perfil em formato Base64 socialNetworks: type: array items: type: object allOf: – #/definitions/socialNetwork minimum: 1 description: Redes sociais da empresa socialNetwork: description: Informações de rede social da empresa type: object required: – name – link properties: name: type: string description: Rede social específica link: type: string description: Link da rede da empresa settingsGroupDTO: description: Grupo do dado, conforme projeto Settings type: object required: – id – enabled – subgroups properties: id: type: string description: Identificador único do grupo name: type: string description: Nome do grupo enabled: type: boolean description: Habilitado pela empresa subgroups: type: array items: type: object allOf: – #/definitions/settingsSubgroupDTO minimum: 1 description: Lista de subgrupos settingsSubgroupDTO: description: Subgrupo do dado, conforme projeto Settings type: object required: – id – enabled – fields properties: id: type: string description: Identificador único do subgrupo name: type: string description: Nome do subgrupo enabled: type: boolean description: Habilitado pela empresa fields: type: array items: type: object allOf: – #/definitions/settingsFieldDTO minimum: 1 description: Lista de campos settingsFieldDTO: description: Campo do dado, conforme projeto Settings type: object required: – id – enabled – required properties: id: type: string description: Identificador único do campo name: type: string description: Nome do campo enabled: type: boolean description: Habilitado pela empresa required: type: boolean description: Requerido pela empresa candidatureSettingsDTO: description: Dados básicos da CandidatureSettings type: object required: – id – profileId – information properties: id: type: string description: Identificador único do registro profileId: type: string description: Identificador único do perfil information: type: object allOf: – #/definitions/settingsInformationDTO description: Configurações de campos/grupos/subgrupos settingsInformationDTO: description: Configurações de campos/subgrupos/grupos (coluna Information) da tabela candidature_settings type: object required: – groups properties: groups: type: array items: type: object allOf: – #/definitions/settingsGroupDTO minimum: 1 description: Lista de grupos fieldSettingsConfigDto: description: type: object properties: groups: type: array items: type: object allOf: – #/definitions/fieldSettingsGroupDto description: Groups fieldSettingsGroupDto: description: type: object properties: id: type: string description: Identificador do registro enabled: type: boolean description: Enabled subgroups: type: array items: type: object allOf: – #/definitions/fieldSettingsSubGroupDto description: SubGroups fieldSettingsSubGroupDto: description: type: object properties: id: type: string description: Identificador do registro enabled: type: boolean description: Enabled fields: type: array items: type: object allOf: – #/definitions/fieldSettingsFieldDto description: Fields fieldSettingsFieldDto: description: type: object properties: id: type: string description: Identificador do registro enabled: type: boolean description: Enabled required: type: boolean description: Required 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