curl --request GET \
--url https://api.hubapi.com/analytics/v2/views[
{
"id": 123,
"title": "<string>",
"updaterId": 123,
"updatedDate": "<string>",
"creatorId": 123,
"createdAt": 123,
"deletedAt": 123,
"containsLegacyReportProperties": true,
"reportPropertyFilters": [
{
"op": "<string>",
"args": [
"<string>"
],
"prop": "<string>"
}
]
}
]Get the details for the analytics views set up in the portal.
curl --request GET \
--url https://api.hubapi.com/analytics/v2/views[
{
"id": 123,
"title": "<string>",
"updaterId": 123,
"updatedDate": "<string>",
"creatorId": 123,
"createdAt": 123,
"deletedAt": 123,
"containsLegacyReportProperties": true,
"reportPropertyFilters": [
{
"op": "<string>",
"args": [
"<string>"
],
"prop": "<string>"
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
Analytics views retrieved successfully
The view ID
The view title
The ID of the user who last updated the view
The date the view was last updated
The ID of the user who created the view
The timestamp when the view was created
The timestamp when the view was deleted
Whether the view contains legacy report properties
Show child attributes
Was this page helpful?