GET api/Stream
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AudioStreamDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StreamName | string |
None. |
|
| Path | string |
None. |
|
| IsActive | boolean |
None. |
|
| AudioType | string |
None. |
|
| AsOfDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"streamName": "sample string 1",
"path": "sample string 2",
"isActive": true,
"audioType": "sample string 4",
"asOfDate": "2025-12-06T11:59:36.2338475-07:00"
}