Hi,
I have created some page feeds using the template file, and I want to get feed items from PLACEHOLDER_FEED_ITEM_REPORT, but seems this report doesn't support page feed's feed items?
The response is other placeholder types' feed items.
More specifically, I have created a page feed, which has 5 feed items. I didn't add any predicates to the request, but the response doesn't contain any of these feed items.
Here is my report definition:
<?xml version="1.0" encoding="utf-8"?>
<reportDefinition>
<fields>FeedId</fields>
<fields>FeedItemId</fields>
</selector>
</reportDefinition>
URI in the response:
/bigstore/aw3-webapi-report-download/259578638cf588aae-a793-4f24-a81b-8dacbde3cf01/fileId-null-uuid-cf588aae-a793-4f24-a81b-8dacbde3cf01-cid-259578638.tmp.csv.gz
Thanks!