CMS Cms Content Audit Use this endpoint to query audit logs of CMS changes that occurred on your HubSpot account.

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

The type of event that took place (CREATED, UPDATED, PUBLISHED, DELETED, UNPUBLISHED).

fullName: string

The name of the user who caused the event.

meta?: any
objectId: string

The ID of the object.

objectName: string

The internal name of the object in HubSpot.

The type of the object (BLOG, LANDING_PAGE, DOMAIN, HUBDB_TABLE etc.)

timestamp: Date

The timestamp at which the event occurred.

userId: string

The ID of the user who caused the event.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]