You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

Attributes

See names for definitions of attributes.

Sample Record

{    
  "type_id": 168,
  "person_id": 25,
  "external_identity_id": null,
  "source_name_id": null,
  "honorific": null,
  "given": "Test",
  "middle": "J",
  "family": "Testington",
  "suffix": "V",
  "language": null,
  "primary_name": true,
  "display_name": "TJ Testington"
}

Supported Filters

(warning) Viewing all names 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/names?person_id=2400

Implementation Notes

  • No labels