We have updated our API Terms of Service. Please review the entire terms before continuing to use the API. Your use of the API means you accept and agree to the updated API Terms of Service found here: https://rescuegroups.org/api-terms-of-service/

Examples

Action list

Retrieve a list of inventory items.

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