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