POST api/SocialMonitorNew/GetKeywordsSummary

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "17/10/2024 11:24",
  "EndDate": "17/10/2024 11:24",
  "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>2024-10-17T11:24:00.9221517+01: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>2024-10-17T11:24:00.9221517+01: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": "17/10/2024 11:24",
    "TimesRecorded": 3,
    "Positive": 4,
    "Negative": 5,
    "Neutral": 6,
    "Category": "sample string 7"
  },
  {
    "ID": 1,
    "KeyWord": "sample string 2",
    "AddedOn": "17/10/2024 11:24",
    "TimesRecorded": 3,
    "Positive": 4,
    "Negative": 5,
    "Neutral": 6,
    "Category": "sample string 7"
  },
  {
    "ID": 1,
    "KeyWord": "sample string 2",
    "AddedOn": "17/10/2024 11:24",
    "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>2024-10-17T11:24:00.9377392+01: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>2024-10-17T11:24:00.9377392+01: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>2024-10-17T11:24:00.9377392+01: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>