Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
TYPERESOURCEDESCRIPTION
GET/addressesReturns a list of addresses.
GET/:object_type/:object_id/addressesReturns a list of addresses by a given object.
GET/addresses/countReturns the number of addresses found in system.
GET/addresses/:idReturns an address identified with address_id
PUT/addresses/:idUpdate Updates and return returns an addresses identified by id.
POST/addressesCreates a new address and returns it.
POST/:object_type/:object_id/addressesCreates a new address against a given object and returns it.