Overview
API endpoints for accessing and managing in-game items, their metadata, ownership, segments, and statistics.
OperationCode
| Name | Code | Description |
|---|---|---|
| Add Segment | addSegment | Adds a segment label to the specified inventory item for grouping or categorization. |
| Change Item Statistics | changeItemStatistics | Modifies one or more statistical values associated with the specified inventory item. |
| Get Amount | getAmount | Returns the current quantity of the specified inventory item. |
| Get Avatar | getAvatar | Returns the avatar image or visual representation assigned to the specified item. |
| Get Catalog Id | getCatalogId | Returns the catalog identifier from which the item was created. |
| Get Class Id | getClassId | Executes the GetClassId operation on an inventory item. |
| Get Create Leaderboard | getCreateLeaderboard | Executes the GetCreateLeaderboard operation on an inventory item. |
| Get Custom Data | getCustomData | Executes the GetCustomData operation on an inventory item. |
| Get Display Name | getDisplayName | Executes the GetDisplayName operation on an inventory item. |
| Get Item Data | getItemData | Executes the GetItemData operation on an inventory item. |
| Get Item Information | getItemInformation | Executes the GetItemInformation operation on an inventory item. |
| Get Item Statistics | getItemStatistics | Executes the GetItemStatistics operation on an inventory item. |
| Get Items With Display Name | getItemsWithDisplayName | Executes the GetItemsWithDisplayName operation on an inventory item. |
| Get Items With Segment | getItemsWithSegment | Executes the GetItemsWithSegment operation on an inventory item. |
| Get Items With Tag | getItemsWithTag | Executes the GetItemsWithTag operation on an inventory item. |
| Get Item Type | getItemType | Executes the GetItemType operation on an inventory item. |
| Get Owner | getOwner | Executes the GetOwner operation on an inventory item. |
| Get Remove Status | getRemoveStatus | Executes the GetRemoveStatus operation on an inventory item. |
| Get Segment | getSegment | Executes the GetSegment operation on an inventory item. |
| Get Statistics Leaderboard Around Item | getStatisticsLeaderboardAroundItem | Executes the GetStatisticsLeaderboardAroundItem operation on an inventory item. |
| Get Statistics Leaderboard | getStatisticsLeaderboard | Executes the GetStatisticsLeaderboard operation on an inventory item. |
| Get Statistics Log | getStatisticsLog | Executes the GetStatisticsLog operation on an inventory item. |
| Get Tag | getTag | Executes the GetTag operation on an inventory item. |
| Get Ts Create | getTsCreate | Executes the GetTsCreate operation on an inventory item. |
| Remove Segment | removeSegment | Executes the RemoveSegment operation on an inventory item. |
| Remove Tag | removeTag | Executes the RemoveTag operation on an inventory item. |
| Set Amount | setAmount | Executes the SetAmount operation on an inventory item. |
| Set Avatar | setAvatar | Executes the SetAvatar operation on an inventory item. |
| Set Custom Data | setCustomData | Executes the SetCustomData operation on an inventory item. |
| Set Display Name | setDisplayName | Executes the SetDisplayName operation on an inventory item. |
| Set Item Data | setItemData | Executes the SetItemData operation on an inventory item. |
| Set Owner | setOwner | Executes the SetOwner operation on an inventory item. |
| Set Remove Status | setRemoveStatus | Executes the SetRemoveStatus operation on an inventory item. |
| Set Tag | setTag | Executes the SetTag operation on an inventory item. |