Returns the full device timeline chart payload for the selected date filter, including configured area, gantt, and bubble groups, threshold metadata, last sync time, and optional no-data or anomaly training messages.
https://{serverurl}/intelligence/api/dataStream/{resourceId}/timelineChart
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Date filter identifier. The current implementation expects the timeline filter values, with the default as 0 for last 2 days
curl --request GET \
--url https://appdomains/intelligence/api/dataStream/{resourceId}/timelineChart \
--header 'Accept: application/streamChartData.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Start of the resolved timeline window in epoch milliseconds
Time aggregation function used by the timeline renderer. The current implementation returns ABSMINUTE
Minimum collection interval in minutes used to render the timeline
Timeline groups rendered in the UI. The exact set depends on the timeline display configuration
Localized label of the timeline group such as Device Performance or Device Network
Timeline group identifier from the timeline display configuration
Chart type for the group. Common values are area, gantt, or bubble
Metric or series items contained within the timeline group
Name of the metric or series item rendered within the timeline group
Chart series payload consumed directly by the timeline UI
Chart series type such as area, gantt, or bubble
Nested chart data array. Its inner structure varies by chart type and includes point or row metadata used by the UI
Optional default color ordering used for gantt-style timeline items
Threshold and continuity metadata for the item
X-axis points where the threshold or color state changes for the item
Color markers such as RAW_DATA_ENDED, ANOMALY_ENDED, or NO_DATA_ENDED used by the renderer
Flat array of start and end epoch values describing gaps in the timeline data
Minimum and maximum visible x-axis bounds for the item
Minimum x-axis bound in epoch milliseconds
Maximum x-axis bound in epoch milliseconds
Unified ruler and threshold overlay derived from all timeline groups
Chart overlay series for the unified ruler
Chart series type such as area, gantt, or bubble
Nested chart data array. Its inner structure varies by chart type and includes point or row metadata used by the UI
Unified threshold metadata for the overall timeline view
X-axis points where the threshold or color state changes for the item
Color markers such as RAW_DATA_ENDED, ANOMALY_ENDED, or NO_DATA_ENDED used by the renderer
Flat array of start and end epoch values describing gaps in the timeline data
Minimum and maximum visible x-axis bounds for the item
Minimum x-axis bound in epoch milliseconds
Maximum x-axis bound in epoch milliseconds
Formatted timestamp of the latest timeline data synced for the device, or -- when unavailable
Optional anomaly model training message shown while anomaly detection is still being trained for the device
Optional no-data title shown when there is no usable timeline data for the selected range
Optional no-data description shown when there is no usable timeline data for the selected range
Product help URL for the device timeline page
{
"lastSyncTime": "Apr 01, 2026 10:10 AM",
"learnMore": "https://www.manageengine.com/products/desktop-central/help/endpoint-analytics/device-timeline.html",
"startTime": 1774992000000,
"interval": 10,
"noDataDescription": null,
"rawData": [
{
"groupId": 2,
"name": "Device Performance",
"chartType": "area",
"items": [
{
"defaultColor": [],
"name": "CPU",
"threshold": {
"noDataRegions": [],
"values": [
1775018400000
],
"range": {
"maxRange": 1775078399999,
"minRange": 1774992000000
},
"colors": [
"RAW_DATA_ENDED"
]
},
"chartdata": [
{
"data": [
[
[
1775018400000,
27.5,
[
{
"duration": "10 mins",
"metricId": 1,
"groupId": 2,
"groupLabel": "CPU",
"startTime": 1775017800000,
"endTime": 1775018400000,
"metrics": [
{
"label": "Average CPU usage",
"value": "27.5 %"
},
{
"label": "CPU interrupt",
"value": "0.17 %"
}
]
}
]
]
]
],
"type": "area"
}
]
}
]
},
{
"groupId": 3,
"name": "Device Network",
"chartType": "gantt",
"items": [
{
"defaultColor": [
"USER_ACTIVE_STATUS"
],
"name": "WiFi",
"threshold": {
"noDataRegions": [],
"values": [],
"range": {
"maxRange": 1775078399999,
"minRange": 1774992000000
},
"colors": []
},
"chartdata": [
{
"data": [
[
[
1775018400000,
1775019000000
],
"WiFi",
[
{
"duration": "10 mins",
"metricId": 1,
"groupId": 3,
"groupLabel": "WiFi",
"startTime": "1775018400000",
"endTime": "1775019000000",
"metrics": [
{
"label": "Signal Strength",
"value": "92 %"
}
]
}
]
]
],
"type": "gantt"
}
]
}
]
}
],
"ruler": {
"threshold": {
"noDataRegions": [],
"values": [],
"range": {
"maxRange": 1775078399999,
"minRange": 1774992000000
},
"colors": []
},
"chartdata": [
{
"data": [
[]
],
"type": "area"
}
]
},
"noDataTitle": null,
"timeSubFunction": "ABSMINUTE",
"anomalyDetection": null
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.