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
      • 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

    PersonResponse

    {
        "@context": "string",
        "@type": "string",
        "identifier": {
            "@type": "string",
            "name": "string",
            "value": {},
            "subjectOf": {},
            "propertyID": "string",
            "valueReference": {}
        },
        "name": "string",
        "givenName": "string",
        "familyName": "string",
        "email": "string",
        "telephone": "string",
        "gender": "string",
        "birthDate": "string",
        "address": {
            "@type": "string",
            "streetAddress": "string",
            "addressLocality": "string",
            "addressRegion": "string",
            "addressCountry": "string",
            "additionalProperty": [
                {
                    "@type": "string",
                    "name": "string",
                    "value": {},
                    "subjectOf": {},
                    "propertyID": "string",
                    "valueReference": {}
                }
            ]
        },
        "knowsLanguage": [
            {
                "@type": "string",
                "name": "string",
                "additionalProperty": {
                    "@type": "string",
                    "name": "string",
                    "value": {},
                    "subjectOf": {},
                    "propertyID": "string",
                    "valueReference": {}
                }
            }
        ],
        "alumniOf": [
            {
                "@type": "string",
                "name": "string",
                "description": "string",
                "educationalLevel": "string",
                "credentialCategory": "string",
                "address": {
                    "@type": "string",
                    "streetAddress": "string",
                    "addressLocality": "string",
                    "addressRegion": "string",
                    "addressCountry": "string",
                    "additionalProperty": [
                        {
                            "@type": "string",
                            "name": "string",
                            "value": {},
                            "subjectOf": {},
                            "propertyID": "string",
                            "valueReference": {}
                        }
                    ]
                },
                "startDate": "string",
                "endDate": "string"
            }
        ],
        "hasOccupation": [
            {
                "@type": "string",
                "name": "string",
                "description": "string",
                "hiringOrganization": {
                    "@type": "string",
                    "name": "string"
                },
                "estimatedSalary": "string",
                "occupationalCategory": "string",
                "skills": [
                    "string"
                ],
                "startDate": "string",
                "endDate": "string",
                "employmentType": "string"
            }
        ],
        "subjectOf": [
            {
                "@type": "string",
                "name": "string",
                "url": "string",
                "datePublished": "string"
            }
        ],
        "evaluations": [
            {
                "@type": "string",
                "evaluationType": "string",
                "score": "string",
                "date": "string",
                "comments": "string"
            }
        ],
        "nationality": {
            "@type": "string",
            "name": "string"
        },
        "maritalStatus": "string",
        "profilePictureUrl": "string",
        "additionalProperty": [
            {
                "@type": "string",
                "name": "string",
                "value": {},
                "subjectOf": {},
                "propertyID": "string",
                "valueReference": {}
            }
        ],
        "skills": [
            {
                "@type": "string",
                "skillName": "string",
                "proficiencyLevel": "string"
            }
        ],
        "certifications": [
            {
                "@type": "string",
                "certificationName": "string",
                "issuingOrganization": "string",
                "issueDate": "string",
                "expirationDate": "string"
            }
        ],
        "socialMediaProfiles": [
            {
                "@type": "string",
                "platform": "string",
                "profileUrl": "string"
            }
        ]
    }
    Built with