POST api/Syndication/ExecuteSyndicationRefresh

Executes a refresh of syndication data from Salsify and Sitecore. Authorization required.

Request Information

URI Parameters

None.

Body Parameters

RequestExecuteSyndicationRefresh

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<RequestExecuteSyndicationRefresh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/data.hearthnhome.Models.Syndication.Request" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestExecuteSyndicationRefresh'.

Response Information

Resource Description

ResponseExecuteSyndicationRefresh
NameDescriptionTypeAdditional information
ProcessId

string

None.

Duration

string

None.

Summary

string

None.

Success

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProcessId": "sample string 1",
  "Duration": "sample string 2",
  "Summary": "sample string 3",
  "Success": true,
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<ResponseExecuteSyndicationRefresh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/data.hearthnhome.Models.Syndication.Response">
  <Message>sample string 5</Message>
  <Success>true</Success>
  <Duration>sample string 2</Duration>
  <ProcessId>sample string 1</ProcessId>
  <Summary>sample string 3</Summary>
</ResponseExecuteSyndicationRefresh>