POST api/TwitterEngine/Get_TwitterEngine_Data

Request Information

URI Parameters

None.

Body Parameters

TwitterSearchModel
NameDescriptionTypeAdditional information
MustTerms

Collection of string

None.

ShouldTerms

Collection of string

None.

MustNotTerms

Collection of string

None.

Handle

Collection of string

None.

PostURL

Collection of string

None.

PhraseMatch

boolean

None.

Operator

string

None.

Author

string

None.

Authors

Collection of string

None.

AuthorId

string

None.

Location

Collection of string

None.

Lang

Collection of string

None.

BlueVerified

integer

None.

Verified

integer

None.

IsRetweet

integer

None.

IsQuote

integer

None.

IsPinned

integer

None.

LimitedActions

string

None.

HasMedia

boolean

None.

HasPoll

boolean

None.

HasCard

boolean

None.

MinViews

integer

None.

MinLikes

integer

None.

MinReplies

integer

None.

MinRetweets

integer

None.

MinQuotes

integer

None.

MinBookmarks

integer

None.

UnixGte

integer

None.

UnixLte

integer

None.

UseUnixDt

boolean

None.

Size

integer

None.

SortField

string

None.

SecondarySort

string

None.

SortOrder

string

None.

SearchAfter

integer

None.

LastTweetId

string

None.

EnableHighlight

boolean

None.

Debug

boolean

None.

Version

string

None.

VOrdeBy

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "MustTerms": [
    "sample string 1",
    "sample string 2"
  ],
  "ShouldTerms": [
    "sample string 1",
    "sample string 2"
  ],
  "MustNotTerms": [
    "sample string 1",
    "sample string 2"
  ],
  "Handle": [
    "sample string 1",
    "sample string 2"
  ],
  "PostURL": [
    "sample string 1",
    "sample string 2"
  ],
  "PhraseMatch": true,
  "Operator": "sample string 2",
  "Author": "sample string 3",
  "Authors": [
    "sample string 1",
    "sample string 2"
  ],
  "AuthorId": "sample string 4",
  "Location": [
    "sample string 1",
    "sample string 2"
  ],
  "Lang": [
    "sample string 1",
    "sample string 2"
  ],
  "BlueVerified": 1,
  "Verified": 1,
  "IsRetweet": 1,
  "IsQuote": 1,
  "IsPinned": 1,
  "LimitedActions": "sample string 5",
  "HasMedia": true,
  "HasPoll": true,
  "HasCard": true,
  "MinViews": 1,
  "MinLikes": 1,
  "MinReplies": 1,
  "MinRetweets": 1,
  "MinQuotes": 1,
  "MinBookmarks": 1,
  "UnixGte": 1,
  "UnixLte": 1,
  "UseUnixDt": true,
  "Size": 1,
  "SortField": "sample string 7",
  "SecondarySort": "sample string 8",
  "SortOrder": "sample string 9",
  "SearchAfter": 1,
  "LastTweetId": "sample string 10",
  "EnableHighlight": true,
  "Debug": true,
  "Version": "sample string 13",
  "VOrdeBy": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.