GET api/chamberAudio/{year}/{specialSessionValue}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
|
specialSessionValue | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ChamberAudioDtoName | Description | Type | Additional information |
---|---|---|---|
SessionDate | date |
None. |
|
LegislativeYear | integer |
None. |
|
SessionDaynumber | string |
None. |
|
DayoftheWeek | string |
None. |
|
SpecialSessionValue | byte |
None. |
|
ChamberAudioFiles | Collection of MediaFilesDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "sessionDate": "2025-01-15T04:46:33.3170215-07:00", "legislativeYear": 1, "sessionDaynumber": "sample string 1", "dayoftheWeek": "sample string 2", "specialSessionValue": 64, "chamberAudioFiles": [ { "filePath": "sample string 1", "displayOrder": 1, "mimeType": "sample string 2", "timeofDay": "sample string 3", "chamber": "sample string 4", "id": 1, "createdDate": "2025-01-15T04:46:33.3170215-07:00", "modifiedDate": "2025-01-15T04:46:33.3170215-07:00", "alternateID": "c144c895-f9fe-4593-8fa7-ab9daa693dd3" }, { "filePath": "sample string 1", "displayOrder": 1, "mimeType": "sample string 2", "timeofDay": "sample string 3", "chamber": "sample string 4", "id": 1, "createdDate": "2025-01-15T04:46:33.3170215-07:00", "modifiedDate": "2025-01-15T04:46:33.3170215-07:00", "alternateID": "c144c895-f9fe-4593-8fa7-ab9daa693dd3" } ] }