DocsAPI ReferenceRss Feed/bff/rss-feed/{feedId}/newsroom-shortlist
getRss FeedAdmin BFF

/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

2 total
Path · 1
feedIdstringRequired

Feed external ID.

Query · 1
limitstring

Maximum number of items (default 10).

Request

GET /bff/rss-feed/{feedId}/newsroom-shortlist

get
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.

Get API Key