searchOrgPastPurchases

GET https://{{host}}/api/v1/orgs/:org_id/jsi/inventory

This gets all devices purchased from the accounts associated with the Org

Response Parameters

NameTypeDescription
modelstringmodel of the install base inventory
typestringdevice type, ap / switch / gateway
serialstringserial Number of the inventory
skustringserviceable device stock
contract_idstringcontract id
contract_skustringcontract sku
contract_start_timetimestampcontract start time
contract_end_timetimestampcontract end time
warranty_typestringtype of warranty
warranty_start_timetimestampwarranty start time
warranty_end_timetimestampwarranty end time
customer_postringpo number associated with this SKU
order_idstringorder ID associated with this SKU
installed_addressstringaddress where the device is installed. It is a combination of address , region , country , zip
eol_timetimestampend of life time
eos_timetimestampend of support time
distributorstringdistributor name
resellerstringreseller name
shipped_timetimestampShipped date
contract_typestringContract type (Maintenance / Subscription / Premium

Request Params

KeyDatatypeRequiredDescription
limitnumber
modelstring
serialstring

RESPONSES

status: OK

[{"model":"EX4300-48T","type":"switch","serial":"PE3721050223","sku":"EX4300-48T-AFI","contract_id":"68247710","contract_sku":"PAR-SDCE-EX4300T48","contract_start_time":1629331200,"contract_end_time":1708214400,"warranty_type":"Enhanced Hardware Warranty","warranty_start_time":1619395200,"warranty_end_time":2258236800,"customer_po":"4501942932","order_id":"15909647","installed_address":"Address","eol_time":1671062400,"eos_time":1828828800,"distributor":"dist1","reseller":"reseller1"}]