====== 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 ==== Welcome About us News Content of the week Help ==== 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" } ] }