Page tree
Skip to end of metadata
Go to start of metadata

ResourceHistoryRecords
URL/api/v2/history_records
Supported Standard Operations
  • Add
  • View (one)
  • View (all)

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

(warning) 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.
  • No labels