Menu

GetManufacturerComponentsByPartNumber

Ciiva

API Reference (V1)

Search manufacturer components by manufacturer and/or part number.

At least one of the manufacturer name and manufacturer part number has to be specified. If only manufacturer name is specified, then the query returns all manufacturer components from this manufacturer. If only manufacturer part number is specified, then the query returns all manufacturer components having this part number regardless of the manufacturer.

The parameter ManufacturerName is matched against manufacturer names and aliases in our database.

You can switch between exact match mode and partial match mode by changing the value of the parameter ExactMatch.

GetManufacturerComponentsByPartNumber

Name Description
Address https://api.ciiva.com/api/006F09E5-32A6-4516-A56D-41883DDE9D23
Accept methods GET, POST

Example:

        Parameters:
        {"Microchip Technology", "MCP2515-I/SO", "False", "1"}

        Return:
        { "ManufacturerComponentID":1158556,
          "ManufacturerName":"Microchip Technology",
          "ManufacturerPartNumber":"MCP2515-I/SO",
          "ManufacturerNameAlias":[],
          "LifeCycleStatusID":2,
          "LifeCycleStatusName":"Production"
         }

Request Object Schema

Object Name: GetManufacturerComponentsByPartNumber

Property Name Property Type Description Example
ManufacturerName String Manufacturer name
ManufacturerPartNumber String Manufacturer part number
ExactMatch Boolean Exact match or partial match
Limit Int32 Maximum mumber of records to return; in range [0,100]

Return Object Schema

Object Name: ManufacturerComponent

Property Name Property Type Description Example
Description String Description
ManufacturerComponentId Int64 Manufacturer component id
ManufacturerName String Manufacture name
ManufacturerPartNumber String Manufacture part number
ManufacturerNameAlias List of: String Alternative names of this manufacturer
LifeCycleStatusId Int32 Life cycle status id
LifeCycleStatusName String Life cycle status

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.