Only one of these properties can be present at a time

interface GetFieldValueChangesRequestFilter {
    list_entry_id: number;
    opportunity_id: number;
    organization_id: number;
    person_id: number;
}

Hierarchy (view full)

Properties

list_entry_id: number

A unique ID that represents a list entry object whose field value changes are to be retrieved.

opportunity_id: number

A unique ID that represents an opportunity object whose field value changes are to be retrieved.

organization_id: number

A unique ID that represents an organization object whose field value changes are to be retrieved.

person_id: number

A unique ID that represents a person object whose field value changes are to be retrieved.