GET api/legislator/leadership/{year}/{chamber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

chamber

string

Required

Body Parameters

None.

Response Information

Resource Description

LegislatorDto
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Name

string

None.

EMail

string

None.

Party

string

None.

District

string

None.

County

string

None.

Remarks

string

None.

LegID

integer

None.

Chamber

string

None.

OccupationDesc

string

None.

CivicOrgs

Collection of CivicOrgsDto

None.

LegEducation

Collection of LegEducationDto

None.

LegLeadership

Collection of LegLeadershipDto

None.

LegCommittees

Collection of LegCommitteesDto

None.

LegCommYears

Collection of LegCommYearsDto

None.

LegBillSponsor

Collection of LegBillSponsorDto

None.

LegSponsorYears

Collection of LegSponsorYearsDto

None.

CityList

Collection of CityListDto

None.

CountyList

Collection of CountyListDto

None.

LegPriorService

Collection of LegPriorServiceDto

None.

DistrictList

Collection of DistrictListDto

None.

OfficesHeld

Collection of OfficesHeldDto

None.

SpouseName

string

None.

NoChildren

string

None.

NoGChildren

string

None.

OccupWeb

string

None.

DOB

string

None.

BirthPlace

string

None.

Religion

string

None.

FirstYrHouse

string

None.

LastYrHouse

string

None.

FirstYrSenate

string

None.

LastYrSenate

string

None.

HouseYears

string

None.

SenateYears

string

None.

Deceased

string

None.

YearDeceased

string

None.

LegPhoto

string

None.

Address

string

None.

City

string

None.

State

string

None.

Zip

string

None.

OnWeb

boolean

None.

Phone

string

None.

AreaCode

string

None.

PhoneType

string

None.

LeadershipPosition

string

None.

LeadershipOrder

integer

None.

CurrentLeadershipPosition

string

None.

LegStatus

string

None.

Response Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "lastName": "sample string 2",
  "name": "sample string 3",
  "eMail": "sample string 4",
  "party": "sample string 5",
  "district": "sample string 6",
  "county": "sample string 7",
  "remarks": "sample string 8",
  "legID": 9,
  "chamber": "sample string 10",
  "occupationDesc": "sample string 11",
  "civicOrgs": [
    {
      "orgname": "sample string 1"
    },
    {
      "orgname": "sample string 1"
    }
  ],
  "legEducation": [
    {
      "schoolName": "sample string 1",
      "gradYear": "sample string 2",
      "degree": "sample string 3"
    },
    {
      "schoolName": "sample string 1",
      "gradYear": "sample string 2",
      "degree": "sample string 3"
    }
  ],
  "legLeadership": [
    {
      "startYear": "sample string 1",
      "endYear": "sample string 2",
      "position": "sample string 3",
      "currentLeader": true
    },
    {
      "startYear": "sample string 1",
      "endYear": "sample string 2",
      "position": "sample string 3",
      "currentLeader": true
    }
  ],
  "legCommittees": [
    {
      "commYear": "sample string 1",
      "chairman": "sample string 2",
      "viceChair": "sample string 3",
      "description": "sample string 4",
      "commCode": "sample string 5",
      "membership": "sample string 6",
      "type": "sample string 7",
      "notes": "sample string 8",
      "alternate": "sample string 9"
    },
    {
      "commYear": "sample string 1",
      "chairman": "sample string 2",
      "viceChair": "sample string 3",
      "description": "sample string 4",
      "commCode": "sample string 5",
      "membership": "sample string 6",
      "type": "sample string 7",
      "notes": "sample string 8",
      "alternate": "sample string 9"
    }
  ],
  "legCommYears": [
    {
      "commYear": "sample string 1"
    },
    {
      "commYear": "sample string 1"
    }
  ],
  "legBillSponsor": [
    {
      "billType": "sample string 1",
      "sponsorType": "sample string 2",
      "year": "sample string 3",
      "billNumber": "sample string 4",
      "catchTitle": "sample string 5"
    },
    {
      "billType": "sample string 1",
      "sponsorType": "sample string 2",
      "year": "sample string 3",
      "billNumber": "sample string 4",
      "catchTitle": "sample string 5"
    }
  ],
  "legSponsorYears": [
    {
      "sponsorYear": "sample string 1"
    },
    {
      "sponsorYear": "sample string 1"
    }
  ],
  "cityList": [
    {
      "cityCode": "sample string 1",
      "cityName": "sample string 2"
    },
    {
      "cityCode": "sample string 1",
      "cityName": "sample string 2"
    }
  ],
  "countyList": [
    {
      "countyCode": "sample string 1",
      "countyName": "sample string 2"
    },
    {
      "countyCode": "sample string 1",
      "countyName": "sample string 2"
    }
  ],
  "legPriorService": [
    {
      "chamber": "sample string 1",
      "startYear": 1,
      "endYear": "sample string 2",
      "district": "sample string 3"
    },
    {
      "chamber": "sample string 1",
      "startYear": 1,
      "endYear": "sample string 2",
      "district": "sample string 3"
    }
  ],
  "districtList": [
    {
      "districtCode": "sample string 1",
      "districtName": "sample string 2",
      "districtCodeName": "sample string 3"
    },
    {
      "districtCode": "sample string 1",
      "districtName": "sample string 2",
      "districtCodeName": "sample string 3"
    }
  ],
  "officesHeld": [
    {
      "office": "sample string 1",
      "startYear": 1,
      "endYear": 1
    },
    {
      "office": "sample string 1",
      "startYear": 1,
      "endYear": 1
    }
  ],
  "spouseName": "sample string 12",
  "noChildren": "sample string 13",
  "noGChildren": "sample string 14",
  "occupWeb": "sample string 15",
  "dob": "sample string 16",
  "birthPlace": "sample string 17",
  "religion": "sample string 18",
  "firstYrHouse": "sample string 19",
  "lastYrHouse": "sample string 20",
  "firstYrSenate": "sample string 21",
  "lastYrSenate": "sample string 22",
  "houseYears": "sample string 23",
  "senateYears": "sample string 24",
  "deceased": "sample string 25",
  "yearDeceased": "sample string 26",
  "legPhoto": "sample string 27",
  "address": "sample string 28",
  "city": "sample string 29",
  "state": "sample string 30",
  "zip": "sample string 31",
  "onWeb": true,
  "phone": "sample string 32",
  "areaCode": "sample string 33",
  "phoneType": "sample string 34",
  "leadershipPosition": "sample string 35",
  "leadershipOrder": 36,
  "currentLeadershipPosition": "sample string 37",
  "legStatus": "sample string 38"
}