GET api/SocialWallNew/GetStreamFilter?StreamID={StreamID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StreamID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StreamFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| StreamID | integer |
None. |
|
| Date | string |
None. |
|
| Engagement | string |
None. |
|
| Timeline | string |
None. |
|
| Sentiment | string |
None. |
|
| Keywords | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StreamID": 1,
"Date": "sample string 2",
"Engagement": "sample string 3",
"Timeline": "sample string 4",
"Sentiment": "sample string 5",
"Keywords": "sample string 6"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.