Versions Compared

Key

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

...

ResourcePronoun Preferences
URL/api/v2/pronouns
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See pronouns for definitions of attributes.

Sample Record

Code Block
{    
  "type_id": 1452,
  "person_id": 2400,
  "external_identity_id": null,
  "source_pronoun_id": null,
  "pronouns": "he/they",
  "language": "en"
}

Supported Filters

(warning) Viewing all Pronouns without an additional filter is not supported.

View (all)

Additional filters:

  • external_id
  • person_id

Example: Obtain Pronouns for the specified Person

Code Block
GET /registry/api/v2/pronouns?person_id=2400

Implementation Notes