From 478bdb4f855530f9d2baa8a6222e752a636e2444 Mon Sep 17 00:00:00 2001 From: MarkEstey <121660078+MarkEstey@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:52:51 -0400 Subject: [PATCH] add parameter to retrieve all form types --- tap_hubspot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_hubspot/__init__.py b/tap_hubspot/__init__.py index b23be362..9e92a941 100644 --- a/tap_hubspot/__init__.py +++ b/tap_hubspot/__init__.py @@ -928,7 +928,7 @@ def sync_forms(STATE, ctx): LOGGER.info("sync_forms from %s", start) - data = request(get_url("forms")).json() + data = request(get_url("forms"), params={'formTypes': 'ALL'}).json() time_extracted = utils.now() with Transformer(UNIX_MILLISECONDS_INTEGER_DATETIME_PARSING) as bumble_bee: