GET api/Stream/Archive/{year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SessionDay| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionDate | date |
None. |
|
| LegislativeYear | integer |
None. |
|
| DayNumber | string |
String length: inclusive between 0 and 5 |
|
| DayOfWeek | string |
String length: inclusive between 0 and 10 |
|
| AudioArchive | Collection of AudioFile |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sessionDate": "2025-11-03T09:33:01.0075577-07:00",
"legislativeYear": 3,
"dayNumber": "sample string 4",
"dayOfWeek": "sample string 5",
"audioArchive": [
{
"id": 1,
"filePath": "sample string 2",
"order": 3,
"mimeType": "sample string 4",
"chamber": "sample string 5",
"timeOfDay": "sample string 6"
},
{
"id": 1,
"filePath": "sample string 2",
"order": 3,
"mimeType": "sample string 4",
"chamber": "sample string 5",
"timeOfDay": "sample string 6"
}
]
},
{
"sessionDate": "2025-11-03T09:33:01.0075577-07:00",
"legislativeYear": 3,
"dayNumber": "sample string 4",
"dayOfWeek": "sample string 5",
"audioArchive": [
{
"id": 1,
"filePath": "sample string 2",
"order": 3,
"mimeType": "sample string 4",
"chamber": "sample string 5",
"timeOfDay": "sample string 6"
},
{
"id": 1,
"filePath": "sample string 2",
"order": 3,
"mimeType": "sample string 4",
"chamber": "sample string 5",
"timeOfDay": "sample string 6"
}
]
}
]