Item REST Endpoints
Devices/Item
Items can be either "badged" or "unbadged". Badged items are devices that are individually tracked and can be installed at service point locations that typically have consumption but are not directly measured and therefore do not have any measuring components. Unbadged items are counted by type and number installed, but are not individually tracked.
- Create Item
- Method: postPath:
/rest/apis/meter/devices/items/
- Delete Item
- Method: deletePath:
/rest/apis/meter/devices/items/{itemId}
- Get Item
- Method: getPath:
/rest/apis/meter/devices/items/{itemId}
- Update Item
- Method: putPath:
/rest/apis/meter/devices/items/{itemId}