GET api/Stream
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AudioStreamDtoName | 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": "2024-11-21T09:43:17.8878295+00:00" }