Versions Compared

Key

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

...

The RescueGroups.org HTTP API provides detailed information concerning object properties. The definition for each object can be retrieved using the define action, as shown in the example below.

Code Block
themeEclipse
languagephpthemeEclipse
linenumberstrue
$data = array(
  "token" => $token,
  "tokenHash" => $tokenHash,
  "objectType" => "animals",
  "objectAction" => "define",
);

...