Saltar al contenido principal
GET
/
analytics
/
v2
/
views
Get all analytics views
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>"
      }
    ]
  }
]

Respuesta

Analytics views retrieved successfully

id
integer
requerido

The view ID

title
string
requerido

The view title

updaterId
integer

The ID of the user who last updated the view

updatedDate
string

The date the view was last updated

creatorId
integer

The ID of the user who created the view

createdAt
integer<int64>

The timestamp when the view was created

deletedAt
integer<int64>

The timestamp when the view was deleted

containsLegacyReportProperties
boolean

Whether the view contains legacy report properties

reportPropertyFilters
object[]
Última modificación el 13 de abril de 2026