/bff/rss-feed/{feedId}/newsroom-shortlist
Returns Newsroom shortlist items whose source RSS post belongs to the given feed, across all dates. Same item shape as GET /bff/newsroom/shortlist. Ordered by shortlist date DESC, then rank ASC.
RSS FeedgetBffRss-feedByFeedIdNewsroom-shortlist
Parameters
1 path · 1 query
Path · 1
feedIdstringRequiredFeed external ID.
Query · 1
limitstringMaximum number of items (default 10).
Request
GET /bff/rss-feed/{feedId}/newsroom-shortlist
curl -X GET "https://api.bizkithub.com/bff/rss-feed/example_feedId/newsroom-shortlist?limit=example_limit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"rank": 0,
"title": "example_title",
"source": "example_source",
"sourceUrl": "example_sourceUrl",
"feedId": "example_feedId",
"hotnessScore": 0,
"czRelevanceScore": 0,
"cctvFitScore": 0,
"totalScore": 0,
"reason": "example_reason",
"status": "example_status",
"draftId": "example_draftId",
"draftStatus": "example_draftStatus",
"topicType": "example_topicType",
"severity": "example_severity"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.