Parameters
1 query
Query parameters
· 1idstringRequiredFeed external ID.
a1b2c3d4Returns full detail of a single RSS feed including post statistics.
1 query
idstringRequiredFeed external ID.
a1b2c3d41 status code documented
idstringRequiredFeed external ID.
urlstringRequiredRSS feed URL.
titlestringOptionalFeed title.
descriptionstringOptionalFeed description.
activebooleanRequiredWhether this feed is active for the organisation.
lastFetchDateDate | string | string | numberOptionalTimestamp of the last fetch attempt.
Timestamp of the last fetch attempt.
lastFetchHttpCodenumberOptionalHTTP status code from the last fetch.
lastFetchHashstringOptionalMD5 hash of the last fetched content.
nextSyncDateDate | string | string | numberRequiredWhen the adaptive scheduler will next pick this feed up. See computeRssFeedNextSyncDate.
When the adaptive scheduler will next pick this feed up. See computeRssFeedNextSyncDate.
insertedDateDate | string | string | numberRequiredWhen the feed was created.
When the feed was created.
updatedDateDate | string | string | numberRequiredWhen the feed was last updated.
When the feed was last updated.
postCountnumberRequiredTotal number of articles discovered.
latestPostDateDate | string | string | numberOptionalPublished date of the most recent article.
Published date of the most recent article.
oldestPostDateDate | string | string | numberOptionalPublished date of the oldest article.
Published date of the oldest article.
{
"id": "example_id",
"url": "example_url",
"title": "example_title",
"description": "example_description",
"active": false,
"lastFetchHttpCode": 0,
"lastFetchHash": "example_lastFetchHash",
"postCount": 0
}GET /bff/rss-feed/detail
curl -X GET "https://api.bizkithub.com/bff/rss-feed/detail?id=a1b2c3d4" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.