Reference : Dashboard REST API : The API to list all the tabs in a dashboard
  
The API to list all the tabs in a dashboard
This API lists all the tabs configured int the given workspace dashboard. The resources listed can be referenced to find the subsequent resources.
The resource URI for the service document is
http://focalpointserver/fp/resources/workspaces/107/homepages
GET method
Use this method to retrieve the available tabs.
Accept header
application/json
Response body
{
"tabs": [
{
"title": "Welcome to Focal Point",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/1"
},
{
"title": "Demo Tables",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/85"
},
{
"title": "Demo Charts",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/100"
},
{
"title": "Demo Bubble Charts",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/138"
},
{
"title": "Demo Gadgets",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/121"
},
{
"title": "My Views",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/132"
},
{
"title": "Demo Custom Chart Plugin",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/134"
},
{
"title": "Demo Attribute Statistics",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/142"
},
{
"title": "XYChart",
"url": "http://focalpointserver/fp/resources/workspaces/107/homepages/tabs/150"
}
]
}
See also
Dashboard REST API