TIBCO Cloud™ Spotfire® Web Client User Guide

Creating an RSS feed of your Spotfire Library

With an RSS feed, you can display recent activity in your Spotfire Library. You can create a customized RSS feed that shows the latest changes to the library items you are interested in, narrowed down to certain folders, or to specific search criteria.

To create your own RSS feed, use the following syntax:

https://<spotfire-server>/spotfire/library/[library-path]?rss

Example
https://myspotfireserver/spotfire/library/analyses-files?rss

The path to a specific library folder is optional. If you only specify http://myspotfireserver/spotfire/library?rss, the feed will return the 20 most recently modified files in the library. You can also add a max-results section if you want to limit the number of results shown, see example below.

To add a search expression to limit the results, use the following syntax:

https://<spotfire-server>/spotfire/library/[library-path]?rss&search=[search-expression]

Examples
https://myspotfireserver/spotfire/library/analyses-files?rss&search==created_by::admin
https://myspotfireserver/spotfire/library?rss&search=created_by::admin
https://myspotfireserver/spotfire/library?rss&max-results=10&search=title:sales

To learn more about how to search in Spotfire, see Searching the library.