GET api/InterimCommittee/{year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommitteeName| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| OwnerID | string |
String length: inclusive between 0 and 10 |
|
| Description | string |
String length: inclusive between 0 and 100 |
|
| StatAuthority | string |
String length: inclusive between 0 and 50 |
|
| Number | string |
String length: inclusive between 0 and 500 |
|
| Qualifications | string |
String length: inclusive between 0 and 500 |
|
| OtherMembers | string |
String length: inclusive between 0 and 500 |
|
| OnlineComments | boolean |
None. |
|
| CurrentComm | boolean |
None. |
|
| ShortDesc | string |
String length: inclusive between 0 and 50 |
|
| SubCommID | string |
String length: inclusive between 0 and 3 |
Response Formats
application/json, text/json
Sample:
{
"year": 1,
"ownerID": "sample string 2",
"description": "sample string 3",
"statAuthority": "sample string 4",
"number": "sample string 5",
"qualifications": "sample string 6",
"otherMembers": "sample string 7",
"onlineComments": true,
"currentComm": true,
"shortDesc": "sample string 8",
"subCommID": "sample string 9"
}