GET api/InterimCommittee/{year}?legislatorName={legislatorName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
|
legislatorName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommitteeMemberShipDtoName | Description | Type | Additional information |
---|---|---|---|
ShortDesc | string |
None. |
|
Description | string |
None. |
|
Year | integer |
None. |
|
CommitteeId | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
IsChairman | boolean |
None. |
|
IsViceChair | boolean |
None. |
|
Chamber | string |
None. |
|
Notes | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "shortDesc": "sample string 1", "description": "sample string 2", "year": 3, "committeeId": "sample string 4", "firstName": "sample string 5", "lastName": "sample string 6", "isChairman": true, "isViceChair": true, "chamber": "sample string 9", "notes": "sample string 10" }