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.

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
}

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.