SkyHive’s Employees API lets you manage employee profiles and match employees to jobs. With this API, you can:
You can create, read, update, or delete employee information using these methods:
An employee ID is a required parameter when invoking getEmployee, updateEmployee, and deleteEmployee. See below for more information.
You can search for employees and match employee skill sets to a job’s required skill sets using these methods:
Employees are referenced by ID, which are created and returned by createEmployee.
The matchEmployeeToJob method compares the following:
The matchEmployeeToJob method returns the following:
These use cases cover possible applications of the Employee API:
Use Case: Creating Employee Profiles
Use Case: Visualizing Employee Career Paths
Use Case: Deciding Whether to Recruit Internally or Externally
Create a new Employee object to add a new employee to your organization.
Created
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA"
}, - "skills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "title": "doctoralDegree"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "hoursPerWeek": 40,
- "benefits": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate"
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- {
- "id": "string",
- "name": "string"
}
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "entityStatus": "none"
}
{- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- {
- "id": "string",
- "name": "string"
}
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string"
}
Update the Employee object to edit details (e.g. job title, skills, and completed trainings).
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA"
}, - "skills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "title": "doctoralDegree"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "hoursPerWeek": 40,
- "benefits": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate"
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- {
- "id": "string",
- "name": "string"
}
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "entityStatus": "none"
}
{- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- {
- "id": "string",
- "name": "string"
}
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string"
}
Patch the Employee object to edit details (e.g. job title, skills, and completed trainings).
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- {
- "id": "string",
- "name": "string"
}
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string"
}
Match Employee to Job compares an employee to a job and returns a quality score. The job is the basis for comparison. The quality score reflects how well the employee satisfies the requirements of the job. The config object in the request body determines how the quality score is calculated. The primary basis for the quality calculation is skills but location can also be used. The default algorithm considers the required skill level in the comparison. However, the job skills typically have a default value of “experienced”, especially external jobs that were parsed from job sites. In this case, it may be more appropriate to use the “basic” algorithm that avoids the quality penalty for employee skills that are generally lower than the default “experienced” level. Many of the settings in the config object are useful as filters on a search and not in this match context.
This API has some value in a use case where a user is browsing the result set of a general job search, for example, and wants to see the quality score for their own employee profile compared to a job. The flow could be like this:
This search is similar to Search Jobs by Employee ID but allows for an unconstrained initial search, without sorting by quality or location.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "config": {
- "title": true,
- "location": true,
- "skills": true,
- "tags": true,
- "visibility": true,
- "nullOrEmptySkills": true,
- "algorithm": "weighted",
- "excludeSponsorship": false,
- "qualityParams": {
- "location": false
}
}
}
{- "normal": {
- "matchingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "missingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}
}, - "desired": {
- "matchingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "missingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}
}
}
Search across internal and external employees using a variety of parameters. Internal employees are the records a PaaS user has added to their instance. External employees are the hundreds of millions professional profiles that come from Internet sites like LinkedIn, Indeed, and Ziprecruiter.
The search parameter “includeExternal” determines whether external employees are searched as well as internal. The “config” object in the request body controls how the search works and how the quality score is calculated. The search may include “title”, “location”, “skills”, “tags”, and other criteria. When “location” and “skills” are true, which is the default, they are used to calculate the quality score. When a search includes “location”, the “location” object is used to obtain the latitude and longitude from a geocoding service. During search, the location is compared to each employee’s location to determine the distance. When the distance is greater than the radius defined in the location object a penalty is applied to the quality score.
The skills defined in the request body are compared against the skills of every employee to determine the quality score. The default “algorithm” also compares the skill level of each skill. When the employee’s skill level is lower than the required skill level of the search a penalty is applied to the quality score. External employees have a default skill level of “experienced” and do not incur a penalty to the quality score when the search uses the default algorithm. Internal employees likely have skills at different skill levels. When searching across internal and external employees using skills, external employees have higher quality scores. To avoid this situation, the “basic” skill algorithm can be used, which ignores skill level in the comparison and calculation of the quality score.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "resultsPerPage": 10,
- "page": 0,
- "skills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "minExperience": 0,
- "jobIds": [
- "string"
], - "jobTitles": [
- "string"
], - "current": true,
- "hiredFrom": "2019-08-24T14:15:22Z",
- "hiredTo": "2019-08-24T14:15:22Z",
- "degree": "string",
- "country": "string",
- "location": {
- "formattedAddress": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "municipality": "string",
- "postcode": "string",
- "country": "string",
- "country3": "string",
- "state": "string",
- "stateShort": "string",
- "locationHandle": "zlGRkTEdwMmUIDM3X9ymrS9wlGOyj/aNow57+P5j2L6qUe7sNI2cgS/SKmxHG/EYMCkmCq8b7s83pMVab6RTBC0pPS6oQSwLKCPln8HB1RuPmP+Q34y9yrHUiw08ZBe7pN7yKhI0IwI3vzwMXSqoaz+lMCfDNbRSniEOtifMEoYnIsIPYN/61+Hb4FzS7mP07+nrl1zfPuDI+lWttxziBhGAbbT30jlMbQ1o2hAMGLJYhl0jTrb6YsL6O7IALkrI3BX4vDOKbiLD2NZIhkSKWM3+RPTMruVxr9A4oNrTzTtZj/ftHU4grr5Nh1lDPBa0+1e9aRZuu9CqP/QTu6K6gg==",
- "radius": 20,
- "longitude": 0,
- "latitude": 0
}, - "companyDetails": {
- "name": "string",
- "current": true
}, - "desiredJobTitles": [
- "string"
], - "university": "string",
- "visibility": [
- "string"
], - "tags": [
- "string"
], - "sortBy": "quality",
- "minMatchPercentage": 20,
- "sponsorshipCountries": [
- "string"
], - "config": {
- "title": true,
- "location": true,
- "skills": true,
- "tags": true,
- "visibility": true,
- "nullOrEmptySkills": true,
- "algorithm": "weighted",
- "excludeSponsorship": false,
- "qualityParams": {
- "location": false
}
}, - "includeExternal": false,
- "source": [
- "string"
], - "sourcesEnum": [
- "linkedin"
], - "entityStatus": "none"
}
{- "total": 0,
- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- { }
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string",
- "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}, - "sourceId": "string",
- "source": "string",
- "sourceUri": "string",
- "locationPoint": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}
}
}
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "resultsPerPage": 10,
- "page": 0,
- "minMatchPercentage": 20,
- "includeExternal": false,
- "radius": 20,
- "config": {
- "title": true,
- "location": true,
- "skills": true,
- "tags": true,
- "visibility": true,
- "nullOrEmptySkills": true,
- "algorithm": "weighted",
- "excludeSponsorship": false,
- "qualityParams": {
- "location": false
}
}, - "ignoreLocation": false,
- "sortBy": "quality"
}
{- "total": 0,
- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- { }
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string",
- "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}, - "sourceId": "string",
- "source": "string",
- "sourceUri": "string",
- "locationPoint": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}
}
}
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "resultsPerPage": 10,
- "page": 0,
- "skills": [
- {
- "level": "experienced",
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "minExperience": 0,
- "jobIds": [
- "string"
], - "jobTitles": [
- "string"
], - "current": true,
- "hiredFrom": "2019-08-24T14:15:22Z",
- "hiredTo": "2019-08-24T14:15:22Z",
- "degree": "string",
- "country": "string",
- "location": {
- "formattedAddress": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "municipality": "string",
- "postcode": "string",
- "country": "string",
- "country3": "string",
- "state": "string",
- "stateShort": "string",
- "locationHandle": "zlGRkTEdwMmUIDM3X9ymrS9wlGOyj/aNow57+P5j2L6qUe7sNI2cgS/SKmxHG/EYMCkmCq8b7s83pMVab6RTBC0pPS6oQSwLKCPln8HB1RuPmP+Q34y9yrHUiw08ZBe7pN7yKhI0IwI3vzwMXSqoaz+lMCfDNbRSniEOtifMEoYnIsIPYN/61+Hb4FzS7mP07+nrl1zfPuDI+lWttxziBhGAbbT30jlMbQ1o2hAMGLJYhl0jTrb6YsL6O7IALkrI3BX4vDOKbiLD2NZIhkSKWM3+RPTMruVxr9A4oNrTzTtZj/ftHU4grr5Nh1lDPBa0+1e9aRZuu9CqP/QTu6K6gg==",
- "radius": 20,
- "longitude": 0,
- "latitude": 0
}, - "companyDetails": {
- "name": "string",
- "current": true
}, - "desiredJobTitles": [
- "string"
], - "university": "string",
- "visibility": [
- "string"
], - "tags": [
- "string"
], - "sortBy": "quality",
- "minMatchPercentage": 20,
- "sponsorshipCountries": [
- "string"
], - "config": {
- "title": true,
- "location": true,
- "skills": true,
- "tags": true,
- "visibility": true,
- "nullOrEmptySkills": true,
- "algorithm": "weighted",
- "excludeSponsorship": false,
- "qualityParams": {
- "location": false
}
}, - "includeExternal": false,
- "source": [
- "string"
], - "sourcesEnum": [
- "linkedin"
], - "entityStatus": "none"
}
{- "total": 0,
- "employeeId": "string",
- "name": {
- "firstname": "Taylor",
- "lastname": "Quick"
}, - "jobTitle": {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}, - "location": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}, - "skills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "experience": [
- {
- "occupation": {
- "titleValue": "Musical artist",
- "title": "Artist",
- "id": "5d2a63c689b2ba5606dab2ed"
}, - "company": "Self-employed",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": true,
- "description": "Told stories in song to millions around the world"
}
], - "studies": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "areaOfStudy": {
- "title": "Computer Engineering",
- "id": "5a72f8a440dbac1fbc0aa06f",
- "definition": "Optional details"
}, - "degree": {
- "id": "string",
- "title": "doctoralDegree",
- "sortOrder": 0,
- "definition": "string"
}, - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "current": false,
- "studyNotCompleted": false
}
], - "expYears": 0,
- "coursesOrCertificates": [
- {
- "institution": {
- "title": "Skyhive University",
- "id": "5a96a64b3ca9442ae001eb95",
- "definition": "Optional details"
}, - "certificate": {
- "id": "6305c2d8b43ee72d96a39a66",
- "title": "Scrum Master"
}, - "issuedDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
], - "licenses": [
- { }
], - "patents": [
- "string"
], - "publications": [
- "string"
], - "hobbies": [
- {
- "id": "string",
- "title": "Traveling",
- "definition": "string"
}
], - "sponsorshipCountries": [
- "string"
], - "preferences": {
- "compensation": {
- "type": "salary",
- "payRate": 1300,
- "currency": "CAD",
- "duration": "hours",
- "quantity": 0,
- "hoursPerWeek": 40,
- "benefits": true,
- "hidden": true,
- "relocate": "willingRelocate"
}, - "remote": "hybrid",
- "relocate": "willingRelocate",
- "isPrivate": true
}, - "desiredLocation": [
- {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string"
}
], - "desiredJobTitles": [
- {
- "id": "string",
- "title": "Software Engineer",
- "definition": "Optional details",
- "originalId": "string"
}
], - "desiredSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "desiredCompany": [
- "string"
], - "trainings": [
- { }
], - "dateStarted": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "avatar": {
- "url": "string",
- "imageHandle": "string"
}, - "enterpriseId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "visibility": [
- "string"
], - "originalId": "string",
- "entityStatus": "none",
- "referenceId": "string",
- "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}, - "sourceId": "string",
- "source": "string",
- "sourceUri": "string",
- "locationPoint": {
- "formattedAddress": "SkyHive, Cowper Street, Palo Alto, CA, USA",
- "addressLine1": "430 Cowper Street",
- "addressLine2": "Suite 250",
- "municipality": "Palo Alto",
- "postcode": "94301",
- "country": "US",
- "country3": "USA",
- "state": "California",
- "stateShort": "CA",
- "locationHandle": "string",
- "location": {
- "latitude": 0,
- "longitude": 0
}
}
}
Update Employee training object using employee and training IDs.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "status": "inprogress"
}
{- "id": [
- {
- "trainingId": "string",
- "employeeId": "string",
- "enterpriseId": "string"
}
], - "status": "inprogress"
}
Compare the skills of an employee to the skills required by a position. The “default” comparison algorithm considers skill level and penalizes a skill match at a lower competency. The “basic” algorithm ignores skill level and only penalizes missing skills in the quality score. The quality score indicates to what extent the employee meets the skill requirements for the position. When the “verbose” query parameter is true, the skill comparison results are broken down into topSkills, partialSkills, fromSkillsMissing, and toSkillsMissing.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "normal": {
- "matchingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "missingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}
}, - "desired": {
- "matchingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "missingSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "quality": 0,
- "breakdown": {
- "skillRelevance": 0,
- "distance": 0,
- "relatedSkills": 0
}
}, - "bNormal": {
- "topSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "partialSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "fromSkillsMissing": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "toSkillsMissing": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
]
}, - "bDesired": {
- "topSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "partialSkills": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "fromSkillsMissing": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
], - "toSkillsMissing": [
- {
- "level": "experienced",
- "isLanguage": true,
- "isTool": true,
- "internal": true,
- "id": "5ab87a70c905f00a7145c59e",
- "title": "Software Development",
- "sortOrder": 0,
- "definition": "string",
- "clearLevelOnly": true,
- "type": "technical",
- "weight": 1,
- "source": "selfset"
}
]
}
}