LogoLogo
Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
Get supportRequest a Demo
API ReferenceItems

Fetch Item

GET
/api/v3/item/:itemId
GET
/api/v3/item/:itemId
1curl https://app.impiloplatform.com/api/v3/item/42 \
2 -H "Impilo-API-Key: <Impilo-API-Key>"
Try it
200example
1{
2 "deviceIdentifierType": "imei",
3 "dimensions": {
4 "height": 0.75,
5 "length": 1.5,
6 "unit": "in",
7 "width": 1
8 },
9 "id": 791,
10 "itemClass": "glucose",
11 "itemClassType": "bpMonitor",
12 "manufacturer": {
13 "id": 2,
14 "name": "Custom Manufacturer"
15 },
16 "model": "iBloodPressureMonitor123",
17 "name": "Blood Pressure Monitor",
18 "readingType": "bloodGlucose",
19 "size": "large",
20 "sku": "0000001"
21}
This endpoint returns the Item specified by ID in the URL path.

Path parameters

itemIdlongRequired
The ID of the Item to be returned.

Headers

Impilo-API-KeystringRequired

Response

OK
deviceIdentifierTypeenum or null
Allowed values:
dimensionsobject or null
The physical dimensions of this item.
idlong or null
Unique identifier for the item, managed by Impilo.
itemCertificationslist of objects or null
itemClassenum or null
itemClassTypestring or null
The Class Type associated with this item.
manufacturerobject or null
The manufacturer for this item.
modelstring or null

The manufacturer-assigned model for this item.

namestring or null
The name for this item.
orderableboolean or null
Whether an Item is able to be ordered.
readingTypeenum or null
sizeenum or null
Allowed values:
skustring or null

The Impilo-assigned SKU for this item.

Was this page helpful?
Previous

List Items

Next
Built with
The ID of the Item to be returned.
OK