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

JobProfileModel

{
    "jobProfileId": 0,
    "jobProfileName": "string",
    "jobCode": {
        "id": 0,
        "name": "string"
    },
    "jobRole": {
        "id": 0,
        "name": "string",
        "skillFramework": 1,
        "jobFamily": {
            "id": 0,
            "name": "string"
        },
        "sector": {
            "id": 0,
            "name": "string"
        }
    },
    "location": {
        "id": 0,
        "name": "string"
    },
    "status": 1,
    "jobDescription": {
        "description": "string",
        "explanation": "string"
    },
    "grade": {
        "id": 0,
        "name": "string"
    },
    "department": {
        "id": 0,
        "name": "string"
    },
    "publishedOn": "2019-08-24T14:15:22Z",
    "isAssigned": true,
    "yearOfExperience": {
        "from": 0,
        "to": 0
    },
    "jobProfileTaxonomySkills": [
        {
            "jobProfileSkillId": 0,
            "taxonomySkillId": 0,
            "skillId": 0,
            "skillName": "string",
            "description": "string",
            "explanation": "string",
            "jobProfileSkillSource": 1,
            "skillClassification": {
                "classificationId": 0,
                "classificationName": "string"
            },
            "priority": 0,
            "proficiency": 0,
            "action": 0
        }
    ]
}
Built with