Reference : Dashboard REST API : Focal Point Dashboard Primary Resources
  
Focal Point Dashboard Primary Resources
The primary resources in the Focal Point® Dashboard REST API are the list of dashboards from all accessible workspaces, the list of all tabs in a dashboard belonging to a workspace and the content of all widgets in a tab. The following table lists the types and example of REST API URIs for the primary resources.
 
 
Type
Example REST API
HTTP Method
Description
Dashboards
http://focalpointserver/fp/resources/homepages
GET
Lists all the accessible dashboards for the given server instance and the API user.
Tabs
http://focalpointserver/fp/resources/workspaces/2/homepages
GET
Lists all the tabs in the given workspace.
Widgets
http://focalpointserver/fp/resources/workspaces/2/homepages/tabs/20
GET
Lists the contents of all the widgets in the given tab.
See also
Dashboard REST API