1. Person
Nuevas Apis para Integracion Clientes
  • Portal developer integraciones Trabajando.com
  • Catálogos
  • Raíz
    • JobPosting
      • Gestionar vacantes de empleo
      • Obtiene una oferta JobPosting
      • Crea una oferta JobPosting
      • Actualiza una oferta JobPosting
      • Actualiza estado de una oferta JobPosting
      • Obtiene listado de ofertas JobPosting para un dominio
    • Person
      • Obtiene un candidato Person
        GET
    • Apply
      • Obtiene postulaciones por oferta
  • Schemas
    • ContactPointDTO
    • Answer
    • ApplicationContact
    • DefinedTerm
    • ApplicationQuestion
    • EducationalOccupationalCredential
    • HiringOrganization
    • GeoCoordinates
    • Identifier
    • JobPostingRequest
    • MonetaryAmount
    • OfertaResponse
    • OccupationalExperienceRequirements
    • Place
    • PostalAddress
    • Usuario
    • PotentialAction
    • PropertyValue
    • QuantitativeValue
    • Question
    • JobPostingStatusRequest
    • AtsErrorDTO
    • JobPostingResponse
    • UsuarioUpdateRequest
    • Certification
    • IntegracionExternaUpdateRequest
    • Country
    • Credencial
    • DigitalDocument
    • UsuarioRequest
    • EducationalOrganization
    • ConsumerRequest
    • Evaluation
    • IntegracionExternaRequest
    • Language
    • Occupation
    • Organization
    • PersonResponse
    • Skill
    • SocialMedia
    • JobPostingItem
    • JobPostingListResponse
    • ListItem
    • UsuarioResponse
    • IntegracionExternaResponse
  1. Person

Obtiene un candidato Person

GET
/v2/private/person/{id}
Obtiene los datos de un candidato en formato Schema.org Person.

Solicitud

Parámetros de ruta

Parámetros de Header

Respuestas

🟢200
application/json
Respuesta exitosa
Bodyapplication/json

🟠400
🟠401
🟠404
🟠409
Solicitud Ejemplo de Solicitud
Shell
JavaScript
Java
Swift
curl --location 'https://apidev.demotbj.com/integracion/v2/private/person/61576a26b5c9c92cdee279a4' \
--header 'apiKey: qRQoe511eOgm2ysksxGxDoAFCXG3sfJ6'
Respuesta Ejemplo de Respuesta
200 - Ejemplo de respuesta de persona
{
    "@context": "https://schema.org",
    "@type": "Person",
    "identifier": {
        "@type": "PropertyValue",
        "name": "RUN",
        "value": "21190456-K"
    },
    "name": "John Doe",
    "givenName": "John",
    "familyName": "Doe",
    "email": "john.doe@correo.com",
    "telephone": "+56123123123",
    "gender": "HOMBRE",
    "birthDate": "1988-12-30",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Calle 123",
        "addressLocality": "Santiago",
        "addressRegion": "Metropolitana de Santiago",
        "postalCode": null,
        "addressCountry": "Chile"
    },
    "knowsLanguage": [],
    "alumniOf": [
        {
            "@type": "EducationalOrganization",
            "name": "IP Providencia ( IPP )",
            "description": "Técnico de nivel superior en enfermeria",
            "educationalLevel": "TECNICO_PROFESIONAL_SUPERIOR",
            "credentialCategory": "TITULADO",
            "address": null,
            "startDate": "2009",
            "endDate": "2011"
        }
    ],
    "hasOccupation": [
        {
            "@type": "Occupation",
            "name": "Tens",
            "description": "Servicio de Urgencia Comunal",
            "hiringOrganization": {
                "@type": "Organization",
                "name": "Ilustre Municipalidad de la Granja"
            },
            "estimatedSalary": null,
            "occupationalCategory": null,
            "skills": null,
            "startDate": "2020-04-01",
            "endDate": null,
            "employmentType": "PART_TIME"
        },
        {
            "@type": "Occupation",
            "name": "Tens",
            "description": "Servicio de urgencia",
            "hiringOrganization": {
                "@type": "Organization",
                "name": "Hospital Padre Alberto hurtado"
            },
            "estimatedSalary": null,
            "occupationalCategory": null,
            "skills": null,
            "startDate": "2011-10-01",
            "endDate": "2019-06-30",
            "employmentType": "JORNADA_COMPLETA"
        }
    ],
    "subjectOf": [
        {
            "@type": "DigitalDocument",
            "name": "CURRICULUM_ADICIONAL",
            "url": "https://ejemplo.com/curriculum.pdf",
            "datePublished": "2026-07-23T10:01:44"
        }
    ],
    "evaluations": null,
    "nationality": {
        "@type": "Country",
        "name": "Chilena"
    },
    "maritalStatus": null,
    "profilePictureUrl": null,
    "additionalProperty": [
        {
            "@type": "PropertyValue",
            "name": "drivingLicense",
            "value": [
                "B"
            ]
        }
    ],
    "skills": [
        {
            "@type": "Skill",
            "skillName": "Persona Proactiva",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Amable",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Empatica",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Respetuoso/a",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Alta Capacidad De Trabajo en Equipo",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Alta Responsabilidad",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Ordenado/a",
            "proficiencyLevel": "SIN_NIVEL"
        },
        {
            "@type": "Skill",
            "skillName": "Disciplinado/a",
            "proficiencyLevel": "SIN_NIVEL"
        }
    ],
    "certifications": null,
    "socialMediaProfiles": []
}
Modificado en 2026-08-04 14:57:01
Anterior
Obtiene listado de ofertas JobPosting para un dominio
Siguiente
Obtiene postulaciones por oferta
Built with