The info API can be accessed via /info.

It provides several different information that can be configured by the administrator.

The endpoint /info/rss e.g. returns the contents of configured RSS feeds.

The user or admin must be authenticated to access this API.

To see how to authenticate read Authentication endpoints.

16.1.1.31. Info endpoint

GET /info/rss

Return news items aggregated from the configured RSS feeds.

The set of feeds that is polled is controlled by the WebUI-scope policy action rss_feeds. The maximum age of returned items defaults to 180 days and can be overridden per request via the policy action rss_age. If no rss_feeds policy is set for the user, a built-in default feed list is used.

Query Parameters:
  • channel – Optional channel name to filter on. If omitted, items from every configured channel are returned.

Status Codes:
  • 200 OK – JSON response; news items are in result.value.