Inventory - Filter Parameters


This API lists hardware manufacturers, software manufactureres, software categories etc , for the all the software, hardware in the computers.It can be used to filter hardware, software in other inventory API.

  • Functionality
  • Retrive Filter parameter list for Inventory module
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/filterparams?customerid={customer_id}

Response Data

 
{
"message_response": {
"filterparams": {
"hardware_type_filter_params": {
"params": [
"Operating System",
"Bios",
"Processor",
"Logical Disk",
"Keyboard",
"Sound Device",
"Video Controller",
"Pointing Device",
"POTS Modem",
"IDE Controller",
"PCMCIA Controller",
"CDROM Drive",
"Disk Drive",
"USB Controller",
"USB Hub",
"Serial Port",
"Desktop Monitor",
"Computer System",
"Network Adapter",
"Printer",
"Battery",
"Physical Memory",
"Memory Slots",
"Parallel Port",
"Mother Board",
"Mapped Logical Disk"
]
},
"os_filter_params": {
"params": [
"Mac OS X",
"Windows 8",
"Windows 7"
]
},
"computer_manufacturer_filter_params": {
"params": [
"Dell ",
"LENOVO"
]
},
"hardware_manufacturer_filter_params": {
"params": [
"Dell ",
"GenuineIntel",
"Unknown",
"Microsoft",
"Alps Electric",
"(Standard disk drives)",
"(Standard USB Host Controller)",
"(Standard monitor types)",
"Intel",
"Intel",
"HP",
"Realtek",
"(Standard system devices)",
"Generic USB xHCI Host Controller",
"HUAWEI Technologies CO.,LTD",
"IDT",
"NVIDIA",
"TSSTcorp DVD-ROM TS-U333B",
"LENOVO",
"Standard AHCI 1.0 Serial ATA Controller",
"(Standard IDE ATA/ATAPI controllers)",
"PLDS DVD-RW DS8A5SH ATA Device",
"LEO",
"OPTIARC DVD RW AD-5970H",
"Intel(R) Corporation",
"Standard SATA AHCI Controller",
"HL-DT-ST DVD+-RW GT80N",
"Foxit Software Inc."
]
},
"software_manufacturer_filter_params": {
"params": [
"Microsoft Corporation",
"XChat Azure version appstore-1.16.5-0-g6c4d1e9, Copyright 2003-2013 Steve Green.",
"Unknown",
"Zoho Docs",
"1.7.1, Copyright © 2003-2012 Dejal Systems, LLC",
"OpenOffice.org 3.3.0 OOO330m20(Build:9567)",
"SeaMonkey 2.38",
"Terminal window application for PPP",
"Intel ",
"SeriousBit",
"Adersoft",
"Intel",
]
},
"category_filter_params": {
"params": [
"Accounting",
"Database",
"Development",
"Driver",
"Game",
"Graphics",
"Internet",
"Multimedia",
"Others"
]
}
}
},
"status": "success",
"message_version": "1.3",
"message_type": "filterparams"
}