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 SessionDayName | 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": "2024-11-21T09:39:50.435424+00: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": "2024-11-21T09:39:50.435424+00: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" } ] } ]