taxonomyAttributesForJobData
Get taxonomy attributes based on job information.
Arguments
input TaxonomyAttributesForJobDataInput! Required
Information from which to extract taxonomy attributes.
Response
Returns TaxonomyAttributesExtractionPayload .Example
Query
query TaxonomyAttributesForJobData($input: TaxonomyAttributesForJobDataInput!) { taxonomyAttributesForJobData(input: $input) { attributes { attribute { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } extractedLocation { documentSectionType begin end } } textContent { text documentSectionType } }}
Variables
{"input": TaxonomyAttributesForJobDataInput}
Response
{ "data": { "taxonomyAttributesForJobData": { "attributes": [MetadataTaxonomyAttribute], "textContent": [MetadataTaxonomyTextContent] } }}