Resource | HistoryRecords |
---|---|
URL | /api/v2/history_records |
Supported Standard Operations |
|
Attributes
See history_records for definitions of attributes.
Sample Record
{ "person_id": 25, "external_identity_id": null, "action": "EMVE", "comment": "Name edited" "actor_person_id": 177 }
Supported Filters
Viewing all history records without an additional filter is not supported.
View (all)
Additional filters:
external_id
person_id
Example: Obtain Names for the specified Person
GET /registry/api/v2/history_records?person_id=2400
Implementation Notes
- Once created, history records are read only.