GetInventory Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetInventory() method retrieves a list of items from an entity's inventory.
| Overload | Description |
|---|---|
| GetInventory(Int32,Nullable<Boolean>,String,Nullable<DateTime>) | The GetInventory() method retrieves a list of items from an entity's inventory. For this overload of the method, the entity is identified by its entity ID. |
| GetInventory(String,String,Nullable<Boolean>,String,Nullable<DateTime>) | The GetInventory() method retrieves a list of items from an entity's inventory. For this overload of the method, the entity is identified by its entity name and site name. |