devices
List devices
List selected data from all devices that match the specified filter and search criteria in a specific sort order. Requires `inventory` permission.
Create new device
Create a new device and return its persistent data. Requires `inventory` permission.
Get device
Return the data of an existing device by **`ID`**. Requires `inventory` permission.
Check if device exists
Check if a device with **`ID`** exists, but do not return its data. Requires `inventory` permission.
Update existing device
Update an existing device by **`ID`** and return its persistent data. Requires `inventory` permission.
Delete device
Permanently delete an existing device by **`ID`**. Requires `inventory` permission.