POST api/app/widget

Request Information

URI Parameters

None.

Body Parameters

WidgetFilterConfig
NameDescriptionTypeAdditional information
AccountKey

string

None.

LocationKey

string

None.

HideLocationInfo

boolean

None.

HideSummary

boolean

None.

HideWriteReview

boolean

None.

HidePlatformAggregation

boolean

None.

HideSourceInfo

boolean

None.

City

string

None.

State

string

None.

IsPositive

string

None.

Ratingfilter

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountKey": "sample string 1",
  "LocationKey": "sample string 2",
  "HideLocationInfo": true,
  "HideSummary": true,
  "HideWriteReview": true,
  "HidePlatformAggregation": true,
  "HideSourceInfo": true,
  "City": "sample string 8",
  "State": "sample string 9",
  "IsPositive": "sample string 10",
  "Ratingfilter": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.