Get Cloud Inv

This is inventory of the dimensional depot.

Similar

Resource

Endpoint

Description

Inventory

getCrateInv

Gets a list of all crate inventories.

Inventory

getStorageInv

Gets a list of all storage inventories.

Inventory

getWorldInv

Gets a list of the world inventory.

Response Body

Name Type Description

  Name

String

Name of the item.

  ClassName

String

Class Name of the item.

  Amount

Integer

Amount of the item.

  MaxAmount

Integer

Stack size of the item.

Example Response

[
  {
    "Name": "Iron Plate",
    "ClassName": "Desc_IronPlate_C",
    "Amount": 164,
    "MaxAmount": 200
  },
  {
    "Name": "Copper Sheet",
    "ClassName": "Desc_CopperSheet_C",
    "Amount": 200,
    "MaxAmount": 200
  }
]