Back to my page

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

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"
    }
  ]
}

Business

Partner with us.

Developers

Build once, run everywhere.

Community

Get involved, get localized.

Press

News. Media kits. Press releases.