GET api/Stream/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
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-06T12:01:56.7969446-07:00"
}