About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Schemas
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
      • Retrieve a test
      • Retrieve test settings
      • Update Test Settings
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Bulk Invite
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
    • Report
      • Retrieve candidate test report
      • Retrieve candidate test report in PDF
      • Get Reports By TestId
      • Get All Reports
    • Callback API
      • Process Callbacks
      • Retrieve Invites
    • GDPR
      • GDPR Data Masking Service
    • Users
      • Get all business units
      • Create New User
      • Update User
      • Active/ Inactive User
  • Skills Intelligence API
    • Introduction
    • Authentication
    • Employee
      • List employees
      • Get Employee Skills by employeeId
      • Employee Enrollment
      • Get Employee Certificates
      • Update Employee Status
      • Get Employee Assessment Report
    • JobProfiles
      • Get All JobProfiles
      • Get JobProfile with Skills By JobProfileId
      • Create JobCode
    • Taxonomy
      • Get all Taxonomy Skills
    • CareerPath
      • Get Employee Career Path by employeeId
    • Account
      • Get Multichannel Validation Weightages
  • Schemas
    • RequestBodies
      • Body
    • Schemas
      • AIInferredRating
      • AIInferenceWeightage
      • Country
      • MultichannelValidationWeightage
      • Department
      • MultichannelValidationWeightageResponse
      • DomainModel
      • CreateJobCodeCommand
      • EmployeeJobProfileModel
      • EmployeeHRMSInfo
      • EmployeeCareerPathResponse
      • EmployeeResponseModel
      • EmployeeResponseModelPaginatedList
      • EmployeeJobProfile
      • EmployeeSkill
      • EmployeeSkillProficiencyModel
      • EmployeeJobProfileSkill
      • Grade
      • JobCode
      • JobDescription
      • JobFamily
      • JobProfileModel
      • JobProfileSkill
      • JobProfileSkillSource
      • JobProfileStatus
      • JobProfileTaxonomySkill
      • JobProfilesResponseModel
      • JobProfilesResponseModelPaginatedList
      • JobRoleMetaData
      • Sector
      • SkillClassification
      • SkillClusterModel
      • SkillFramework
      • SkillModel
      • LinkedJobProfile
      • Subdomain
      • TaxonomySkillModel
      • Skill
      • TaxonomySkillModelPaginatedCollection
      • TaxonomySkillTag
      • YearOfExperience
      • RateRoleWeightage
      • UpsertEmployeeRequest
      • RecordState
      • UpsertEmployeeResult
      • UpdateEmployeeStatusRequest
      • UpsertEmployeeSummaryResult
About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Schemas

EmployeeCareerPathResponse

{
    "jobProfile": {
        "jobProfileId": 0,
        "jobProfileName": "string",
        "grade": {
            "id": 0,
            "name": "string"
        },
        "jobProfileSkills": [
            {
                "skill": {
                    "skillId": 0,
                    "skillName": "string",
                    "skillPriority": 0,
                    "skillClassification": {
                        "classificationId": 0,
                        "classificationName": "string"
                    }
                },
                "requiredProficiency": 0
            }
        ]
    },
    "skillMatchScore": 0,
    "skillProficiencyMatchScore": 0,
    "careerPathType": "string",
    "linkedJobProfiles": [
        {
            "jobProfileId": 0,
            "linkedToJobProfileId": 0,
            "jobProfileName": "string",
            "gradeName": "string",
            "departmentName": "string"
        }
    ]
}
Built with