BizKitHub
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

Path parameters

· 1
feedIdstringRequired

Feed external ID.

Exampleexample_feedId

Query parameters

· 1
limitstringOptional

Maximum number of items (default 10).

Exampleexample_limit

Response schema

1 status code documented

200Success
itemsobject[]Required
Each array item:
idstringRequired
shortlistDateDate | string | string | numberRequired
One of 4:
Variant 1
Date
Variant 2
stringdate-time
Variant 3
stringdate
Variant 4
number
ranknumberRequired
titlestringRequired
sourcestringOptional
sourceUrlstringOptional
feedIdstringOptional

External ID of the source RSS feed.

hotnessScorenumberRequired
czRelevanceScorenumberRequired
cctvFitScorenumberRequired
totalScorenumberRequired
reasonstringOptional
statusstringRequired
draftIdstringOptional
draftStatusstringOptional
topicTypestringOptional
severitystringOptional
insertedDateDate | string | string | numberRequired
One of 4:
Variant 1
Date
Variant 2
stringdate-time
Variant 3
stringdate
Variant 4
number
itemCountnumberRequired

Response example

application/json
{
  "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
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key