TaxonomyConceptsInput
Input Object
Input for the taxonomyConcepts query. Gets concepts matching one or more filters.
Fields
conceptTypeFilter TaxonomyConceptType
Filters by concept type. If empty, other filters apply. If all filters are empty, an error occurs.
conceptIdFilter [ID!]! Required
Filters concepts by SUID, UUID, or both. If empty, other filters apply. If all filters are empty, an error occurs.
customClassFilter CustomClassFilterInput! Required
Filters concepts by custom class. If empty, other filters apply. If all filters are empty, an error occurs.
customClasses [ID!]! Required
Filters concepts by custom-class SUIDs.
operation CustomClassFilterOperation
Operator for custom class filtering. Default: AND.
global Boolean default:false
Whether to include concepts that do not apply to the country and language codes. Default: false.
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
{ "conceptTypeFilter": "ATTRIBUTE", "conceptIdFilter": ["opaqueId"], "customClassFilter": CustomClassFilterInput, "global": true, "countryCode": "US", "languageCode": "ja", "includeDeprecated": true}