GET api/SocialWallNew/GetFeedTypes
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"Medias": "sample string 3"
},
{
"ID": 1,
"Name": "sample string 2",
"Medias": "sample string 3"
},
{
"ID": 1,
"Name": "sample string 2",
"Medias": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfStreamFeedtype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.DATA.DataCollectorModels">
<StreamFeedtype>
<ID>1</ID>
<Medias>sample string 3</Medias>
<Name>sample string 2</Name>
</StreamFeedtype>
<StreamFeedtype>
<ID>1</ID>
<Medias>sample string 3</Medias>
<Name>sample string 2</Name>
</StreamFeedtype>
<StreamFeedtype>
<ID>1</ID>
<Medias>sample string 3</Medias>
<Name>sample string 2</Name>
</StreamFeedtype>
</ArrayOfStreamFeedtype>