Menu

GetManufacturerComponentsByDescriptiveSearch

Ciiva

API Reference (V1)

Search manufacturer components by description.

GetManufacturerComponentsByDescriptiveSearch

Name Description
Address https://api.ciiva.com/api/65E70374-793C-4BA4-B87D-008474FCD3E9
Accept methods GET, POST

Example:

         Parameters:
        {"15inch TFT display", "2"}

        Return:
        { "ManufacturerComponentID":1014439,
          "ManufacturerName":"NEC",
          "ManufacturerPartNumber":"NL10276BC30-18",
          "ManufacturerNameAlias":[],
          "LifeCycleStatusID":4,
          "LifeCycleStatusName":"EOL"
        },

        { "ManufacturerComponentID":3060022,
          "ManufacturerID":2078,
          "ManufacturerName":"Sharp",
          "ManufacturerPartNumber":"LQ150X1LG55",
          "ManufacturerNameAlias":[],
          "LifeCycleStatusID":5,
          "LifeCycleStatusName":"Obsolete"
        }

Request Object Schema

Object Name: GetManufacturerComponentsByDescriptiveSearch

Property Name Property Type Description Example
Description String Search key words
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.