Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Attributes

See names

...

for definitions of

...

attributes.

Sample Record

Code Block
{    
  "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"
}

...