Examples

Action list

Retrieve a list of inventory items.

$data = array(
    "token" => $token,
    "tokenHash" => $tokenHash,
    "objectType" => "inventoryitems",
    "objectAction" => "list",
);