Skip to main content
Version: 8.1

Sample requests to the AnalyticsService service

Level: advanced
Request headers
Accept:application/json

Methods

GetDashboardViewConfig()
POST /0/rest/AnalyticsService/GetDashboardViewConfig

{
"id": "a71d5c04-dff7-4892-90e5-9e7cc2246915"
}
GetDashboardData()
POST /0/rest/AnalyticsService/GetDashboardData

{
"id": "a71d5c04-dff7-4892-90e5-9e7cc2246915",
"timeZoneOffset": 120
}
GetDashboardItemData()
POST /0/rest/AnalyticsService/GetDashboardItemData

{
"dashboardId": "a71d5c04-dff7-4892-90e5-9e7cc2246915",
"itemName": "Chart4",
"timeZoneOffset": 120
}