| Resource | Ad Hoc Attributes |
|---|---|
| URL | /api/v2/ad_hoc_attributes |
| Supported Standard Operations |
|
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
Viewing all Ad Hoc Attributes without an additional filter is not supported.
View (all)
Additional filters:
external_idperson_idperson_role_id
Example: Obtain Ad Hoc Attributes for the specified Person
GET /registry/api/v2/ad_hoc_attributes?person_id=2400
Implementation Notes
- The record is read only if
source_ad_hoc_attribute_idis not null.