Lists - mneedham91/PyPardot4 GitHub Wiki

The Lists class queries and uses Pardot lists.

If you initialize with p = PardotAPI(), you access the Accounts class with p.lists

Methods

  • create Creates a new list using the specified data.

  • delete Deletes the list specified by id. Returns HTTP 204 No Content on success.

  • query Returns the lists matching the specified criteria parameters.

  • read Returns the data for the list specified by id, the Pardot ID of the target list.

  • update Updates the provided data for the list specified by id, the Pardot ID of the list.