====== Universe Tab Endpoint ======
This endpoint is used to retrieve a specific tab, namely a collection of widgets, from a Netvibes Universe by giving its identifier.
===== URL =====
http://rest.netvibes.com/universe/''netvibesId''/tab/''tabId''?format=''format''
===== Arguments =====
''netvibesId'' (required): the Netvibes ID\\
''tabId'' (required): the tab 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/tab/100000706
Also: http://rest.netvibes.com/universe/netvibes/tab/100000706?format=json
===== Example Response =====
==== XML ====
Welcome
Welcome to netvibes
419
green
Netvibes - netvibes
38015702
true
true
UserPublicTimeline
4
(...)
==== JSON ====
{
"tab": {
"id": "100000706",
"cols": "3",
"title": "Welcome",
"widgets": [
{
"id": "850795476",
"col": "1",
"row": "1000",
"name": "UWA",
"title": "Welcome to netvibes",
"height": "419",
"color": "green",
"skeleton": {
"id": "4OYavpbynf54n5gnxrgbhe5gnxrgbhe4x",
"origin": "nvmodules.typhon.net",
"links": {
"uwa":
"http:\/\/nvmodules.netvibes.com\/widget\/uwa\/4OYavpbynf54n5gnxrgbhe5gnxrgbhe4x",
"iframe":
"http:\/\/nvmodules.netvibes.com\/widget\/frame\/4OYavpbynf54n5gnxrgbhe5gnxrgbhe4x",
"script":
"http:\/\/nvmodules.netvibes.com\/widget\/js\/4OYavpbynf54n5gnxrgbhe5gnxrgbhe4x",
"stylesheet":
"http:\/\/nvmodules.netvibes.com\/widget\/css\/4OYavpbynf54n5gnxrgbhe5gnxrgbhe4x"
}
}
},
{
"id": "850780117",
"col": "1",
"row": "2000",
"name": "FriendActivities",
"title": "Netvibes - netvibes",
"data": {
"userId": "38015702",
"fixedUserId": "true",
"selfMode": "true",
"activeTab": "UserPublicTimeline",
"activityLimit": "4"
},
"skeleton": {
"id": "aiO04o4cY4n5sevraqApgvivgvrf5sevraqApgvivgvrf4x",
"origin": "www.netvibes.com",
"links": {
"uwa":
"http:\/\/nvmodules.netvibes.com\/widget\/uwa\/aiO04o4cY4n5sevraqApgvivgvrf5sevraqApgvivgvrf4x",
"iframe":
"http:\/\/nvmodules.netvibes.com\/widget\/frame\/aiO04o4cY4n5sevraqApgvivgvrf5sevraqApgvivgvrf4x",
"script":
"http:\/\/nvmodules.netvibes.com\/widget\/js\/aiO04o4cY4n5sevraqApgvivgvrf5sevraqApgvivgvrf4x",
"stylesheet":
"http:\/\/nvmodules.netvibes.com\/widget\/css\/aiO04o4cY4n5sevraqApgvivgvrf5sevraqApgvivgvrf4x"
}
}
},
(...)
]
}
}