GetFieldValueChangesRequestBase: {
    action_type?: ActionType;
    field_id: number;
}

Type declaration

  • Optionalaction_type?: ActionType

    An integer that filters field value changes that were created with this specific action type.

  • field_id: number

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