For specified feeds, returns the XML requests originally passed in when the feed was created.

NameTypeDescription
FeedRawInputSectionEndpoint returns one FeedRawInput per passed-in feed ID.
FeedStringThe feed's identifier, as passed in.
RawInputFileSectionThe XML input to the action that caused the feed to be created is returned in this section as an XML file.
MimeTypeStringAlways 'text/xml'.
FileStringbase64 encoded XML file that contains the request that created the feed.

Errors

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