POST api/SocialMonitorNew/GetKeywordsSummary
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"StartDate": "02/11/2025 20:08",
"EndDate": "02/11/2025 20:08",
"Channels": "sample string 2",
"Pages": "sample string 3",
"ShowWithKeyWordOnly": true,
"KeyWord": "sample string 4",
"UserID": "sample string 5",
"LoggedUserID": 6,
"MatchKeywords": true,
"IsForSummary": true,
"IsForStats": true
}
application/xml, text/xml
Sample:
<SocialDataInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.ViewModels"> <Channels>sample string 2</Channels> <CustomerCode>sample string 1</CustomerCode> <EndDate>2025-11-02T20:08:39.7650564+00:00</EndDate> <IsForStats>true</IsForStats> <IsForSummary>true</IsForSummary> <KeyWord>sample string 4</KeyWord> <LoggedUserID>6</LoggedUserID> <MatchKeywords>true</MatchKeywords> <Pages>sample string 3</Pages> <ShowWithKeyWordOnly>true</ShowWithKeyWordOnly> <StartDate>2025-11-02T20:08:39.7650564+00:00</StartDate> <UserID>sample string 5</UserID> </SocialDataInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": 1,
"KeyWord": "sample string 2",
"AddedOn": "02/11/2025 20:08",
"TimesRecorded": 3,
"Positive": 4,
"Negative": 5,
"Neutral": 6,
"Category": "sample string 7"
},
{
"ID": 1,
"KeyWord": "sample string 2",
"AddedOn": "02/11/2025 20:08",
"TimesRecorded": 3,
"Positive": 4,
"Negative": 5,
"Neutral": 6,
"Category": "sample string 7"
},
{
"ID": 1,
"KeyWord": "sample string 2",
"AddedOn": "02/11/2025 20:08",
"TimesRecorded": 3,
"Positive": 4,
"Negative": 5,
"Neutral": 6,
"Category": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeyword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.Data.ViewModels">
<Keyword>
<AddedOn>2025-11-02T20:08:39.7806989+00:00</AddedOn>
<Category>sample string 7</Category>
<ID>1</ID>
<KeyWord>sample string 2</KeyWord>
<Negative>5</Negative>
<Neutral>6</Neutral>
<Positive>4</Positive>
<TimesRecorded>3</TimesRecorded>
</Keyword>
<Keyword>
<AddedOn>2025-11-02T20:08:39.7806989+00:00</AddedOn>
<Category>sample string 7</Category>
<ID>1</ID>
<KeyWord>sample string 2</KeyWord>
<Negative>5</Negative>
<Neutral>6</Neutral>
<Positive>4</Positive>
<TimesRecorded>3</TimesRecorded>
</Keyword>
<Keyword>
<AddedOn>2025-11-02T20:08:39.7806989+00:00</AddedOn>
<Category>sample string 7</Category>
<ID>1</ID>
<KeyWord>sample string 2</KeyWord>
<Negative>5</Negative>
<Neutral>6</Neutral>
<Positive>4</Positive>
<TimesRecorded>3</TimesRecorded>
</Keyword>
</ArrayOfKeyword>