GetFeedRawInput. Based on an array of FeedID, it returns the XML requests with which the feed was generated.

The response fields provided by this API are detailed in the following table:

NameTypeDescription
FeedRawInputSectionEndpoint returns a FeedRawInput for the transmitted feed ID
FeedStringFeed identifier, as passed
RawInputFileSectionThe XML input to the action that triggered the feed creation is returned in this section as an XML file
MimeTypeStringAlways 'text/xml'
FileStringBase64-encoded XML file containing the request that created the feed

Errors:

Error CodeMessage
53E053: Invalid FeedIdList format. Must use array format [1,2] (Invalid FeedIdList format. Must use an array format [1,2])
54E054: Invalid FeedIdList format. Must be an array of FeedIds (Invalid FeedIdList format. Must be an array of FeedIds)
1000No feeds were found
Language