ResourceAddresses
URL/api/v2/addresses
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See ad_hoc_attributes for definitions of attributes.

Sample Record

{
  "type_id": 120,
  "person_id": null,
  "person_role_id": 1795,
  "external_identity_id": null,
  "source_address_id": null,
  "street": "162 Pineapple Lane",
  "locality": "Salt Lake City",
  "state": "CA",
  "postal_code": "93301"
}

Supported Filters

(warning) Viewing all Addresses without an additional filter is not supported.

View (all)

Additional filters:

Example: Obtain Addresses for the specified Person

GET /registry/api/v2/addresses?person_id=2400

Implementation Notes