Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Examples

Action list

Retrieve a list of inventory items.

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