People

Endpoints

Structure:

[
  {
    id: "people/alexander-sample",
    rank: "Bishop",
    title: "Archbishop",
    status: "Active",
    name: "Alexander King Sample",
    display_name: "Archbishop Alexander King Sample",
    deceased: false,
    assignments: [
      {
        title: "Archbishop of Portland, Oregon",
	modifier: "",
	date_appointed: "2013-01-29",
        date_installed: "2013-04-02",
        date_left: null,
        jurisdiction: "regions/ecclesiastical/us/or/portland"
      },
      {
        title: "Bishop of Marquette, Michigan",
	modifier: "",
	date_appointed: "2005-12-13",
        date_installed: "2006-01-25",
        date_left: "2013-04-02",
        jurisdiction: "regions/ecclesiastical/us/mi/marquette"
      }
    ],
    social: {
      facebook: "https://www.facebook.com/bishopalexandersample/",
      twitter: "https://twitter.com/ArchbishpSample"
    },
    events: [
      {
        event: "Born",
        date: "1960-11-07",
        place: "places/us/mt/kalispell"
        region: "regions/secular/us/mt",
        description: ""
      },
      {
        event: "Education completed",
        date: "1978",
        place: "places/us/mi/michigan-technological-university"
        region: "regions/secular/us/mi",
        description: "Masters of Science in Metallurgical Engineering"
      },
      {
        event: "Presbyteral Ordination",
        date: "1990-06-01",
        place: "places/us/mi/marquette/st-peter-cathedral"
        region: "regions/ecclesiastical/us/mi/marquette",
        description: ""
      },
      {
        event: "Episcopal Appointment",
        date: "2005-12-13",
        description: "Appointed 12th Bishop of Marquette Michigan"
      },
      {
        event: "Episcopal Consecration",
        date: "2006-01-25",
        place: "places/us/mi/marquette/st-peter-cathedral"
        region: "regions/ecclesiastical/us/mi/marquette",
        description: "Ordained 12th Bishop of Marquette Michigan"
      },
      {
        event: "Episcopal Appointment",
        date: "2013-01-29",
        description: "Appointed 11th Archbishop of Portland Oregon"
      },
      {
        event: "Episcopal Installation",
        date: "2013-04-02",
        place: "places/us/or/portland/chiles-center-arena"
        region: "regions/ecclesiastical/us/or/portland",
        description: "Installed as 11th Archbishop of Portland Oregon"
      }
    ]
  }
]

Details

The assignments[*].jurisdiction refers to the ID of a regions.

The ranks of persons in the Church include

The titles of persons in the Church include

More details about the Hierarchy of the Catholic Church.

The statuses of persons in the Church include

Assignment modifiers include

Event types for persons include

Notes

Back to homepage.