GET api/Stream/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
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:46:37.3421756+00:00" }