Versions Compared

Key

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

...

See names for definitions of attributes.

Additionally, the virtual field full_name is included in View operations. This field will hold the display name if set (AR-Name-2), or a language specific rendering if not (AR-Name-3). This field is read only.

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",
  "full_name": "TJ Testington"
}

...