ClassifyOccupationsForJobDetailsInput
Input Object
Input for the classifyOccupationsForJobDetails query. Gets occupations matching the job details.
Fields
description String
Job description. If description and jobTitle are empty, an error occurs.
jobTitle String
Job title. If description and jobTitle are empty, an error occurs.
companyName String
Company name for the job.
customClassFilter CustomClassFilterInput
Filters the occupations by custom class.
customClasses [ID!]! Required
Filters concepts by custom-class SUIDs.
operation CustomClassFilterOperation
Operator for custom class filtering. Default: AND.
countryCode CountryCode
Two-character country code in ISO 3166-1 alpha-2 format.
languageCode LanguageCode
Two-character language code in ISO 639 format.
includeDeprecated Boolean
Whether to include deprecated TaxonomyConcepts.
Example
{ "description": "abc123", "jobTitle": "abc123", "companyName": "xyz789", "customClassFilter": CustomClassFilterInput, "countryCode": "US", "languageCode": "ja", "includeDeprecated": true}