Developers
Universe Tabs Endpoint
This endpoint is used to retrieve a collection of tabs from a Netvibes Universe.
URL
http://rest.netvibes.com/universe/netvibesId/tabs?format=format
Arguments
netvibesId (required): the Netvibes ID
format (optional): xml, json
Example Request
For this universe: http://www.netvibes.com/netvibes
The request URL is: http://rest.netvibes.com/universe/netvibes/tabs
Also: http://rest.netvibes.com/universe/netvibes/tabs?format=json
Example Response
XML
<?xml version="1.0" encoding="utf-8"?> <netvibes> <tab id="100000706" cols="3"> <title>Welcome</title> <link rel="icon" href="http://www.netvibes.com/img/favicon.png"/> </tab> <tab id="106068226" cols="3"> <title>About us</title> <link rel="icon" href="http://cdn.netvibes.com/img/icons/vcard.gif"/> </tab> <tab id="100000712" cols="3"> <title>News</title> <link rel="icon" href="http://cdn.netvibes.com/img/icons/star.gif"/> </tab> <tab id="106077700" cols="3"> <title>Content of the week</title> <link rel="icon" href="http://cdn.netvibes.com/img/icons/color_swatch.gif"/> </tab> <tab id="106073542" cols="3"> <title>Help</title> <link rel="icon" href="http://cdn.netvibes.com/img/icons/cog.gif"/> </tab> </netvibes>
JSON
{ "tabs": [ { "id": "100000706", "cols": "3", "title": "Welcome" }, { "id": "106068226", "cols": "3", "title": "About us" }, { "id": "100000712", "cols": "3", "title": "News" }, { "id": "106077700", "cols": "3", "title": "Content of the week" }, { "id": "106073542", "cols": "3", "title": "Help" } ] }
- Send to a friend
- Add to favorites
- Last modified: 2008/05/27 13:41

