ResourceAd Hoc Attributes
URL/api/v2/ad_hoc_attributes
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See ad_hoc_attributes for definitions of attributes.

Sample Record

{    
  "person_id": null,
  "person_role_id": 2400,
  "external_identity_id": null,
  "source_ad_hoc_attribute_id": null,
  "tag": "flavor",
  "value": "strawberry"
}

Supported Filters

(warning) Viewing all Ad Hoc Attributes without an additional filter is not supported.

View (all)

Additional filters:

Example: Obtain Ad Hoc Attributes for the specified Person

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

Implementation Notes