Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 983 Bytes

Filters.md

File metadata and controls

11 lines (8 loc) · 983 Bytes

DigiKey.Api.Model.Filters

Properties

Name Type Description Notes
TaxonomyIds List<int?> A collection of Taxonomy Ids to filter on. Ids can be found in the initial search response. A a full list ids can be found from the Search Categories endpoint [optional]
ManufacturerIds List<int?> A collection of Manufacturer Ids to filter on. Ids can be found in the initial search response. A a full list ids can be found from the Search Manufactures endpoint [optional]
ParametricFilters List<ParametricFilter> A collection of ParametricFilters. A ParametricFilter consists of a ParameterId and a ValueId. Those Ids can also be found in the Search response. [optional]

[Back to Model list] [Back to API list] [Back to README]